Hello, I want to delete some columns from table wh...
# ask-community-for-troubleshooting
s
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
Hey no while using dbt we delete the column in the generated tables
s
Currently, is there any way we can delete the columns or rows or apply transformations in the airbyte_raw table?