StarRocks / airbyte-starrocks

Airbyte Connector for StarRocks
0 stars 2 forks source link

airbyte starrocks destination run error #1

Open Bennettsong opened 6 months ago

Bennettsong commented 6 months ago
starrock_error

Based on the hints from the following URL, I configured the StarRocks destination in my self-deployed Airbyte and created a Google Sheets to StarRocks connection. When executing the task, the following error occurred, indicating that "streamLoadBody" is null. Please help me look into the reason. https://github.com/StarRocks/starrocks/issues/24180

Boopathy-Raja commented 6 months ago

Facing the same issue. @Bennettsong Have you figured this by chance?

alberttwong commented 6 months ago

did you use the following to set up the airbyte connector? https://github.com/StarRocks/starrocks/discussions/23713

alberttwong commented 6 months ago

another option is to use sql insert. however you'll have to create the table first.

alberttwong commented 6 months ago

Or you can use Sling Data.

durlabhjain commented 4 months ago

Encountered same error. Can't use Sling Data yet as it doesn't support CDC

alberttwong commented 4 months ago

@durlabhjain Airbyte isn't generally CDC either. https://docs.airbyte.com/understanding-airbyte/cdc

alberttwong commented 4 months ago

If you have an issue, feel free to fix the code and submit a PR.