I have been looking at using Airbyte to replicate ...
# feedback-and-requests
n
I have been looking at using Airbyte to replicate our Postgres database into BigQuery using custom dbt, however, I’ve encountered blocking problems: 1:There is no way to remove airbyte_raw_data that not useful in the replicate from one DB to another DB 2:if i select the Normalized tabular data it will create a airbyte_raw_data Table and every time sync happed data will keep appending that table is there any way to avoid the"airbyte_raw_data Table"?
m
1:There is no way to remove airbyte_raw_data that not useful in the replicate from one DB to another DB
can you give more information about this?
2:if i select the Normalized tabular data it will create a airbyte_raw_data Table and every time sync happed data will keep appending that table is there any way to avoid the”airbyte_raw_data Table”?
No you can delete in some cases the raw tables, but every sync Airbyte will create the tmp/raw tables.