Hi there!
I am having an issue when syncing data from Postgres to BigQuery.
- Is this your first time deploying Airbyte?: Yes
- OS Version / Instance: Ubuntu
- Memory / Disk: you can use something like 8Gb / 1 Tb
- Deployment: EC2 with docker-compose
- Airbyte Version: 0.36.0-alpha
- Source name/version: Postgres [airbyte/source-postgres] 0.4.10
- Destination name/version: [airbyte/destination-bigquery] 1.1.0
- Step: the sync fails because Airbyte complains about a table it should have created itself does not exist.
- Description: When syncing Postgres with BigQuery, Airbyte fails during the transformation step because it complains about a raw table does not exist. This table, as far as I can tell, should have been created by Airbyte itself in a previous step.
404 Not found: Table recap-dev-347108:staging._airbyte_raw_company_contract was not found in location US
You can find the logs attached.
logs-4.txt (257.7 KB)