Hello, I want to delete some columns from table while transferring it from postgres to bigquery. By using dbt will the column also gets deleted in the airbyte_raw table that's created ?
✅ 1
h
Harshith (Airbyte)
03/02/2022, 10:10 AM
Hey no while using dbt we delete the column in the generated tables
s
Shubham Pinjwani
03/02/2022, 10:49 AM
Currently, is there any way we can delete the columns or rows or apply transformations in the airbyte_raw table?