Is there an option for normalized tables to be cre...
# announcements
c
Is there an option for normalized tables to be created as normal tables in Snowflake? Right now Airbyte is creating them as transient tables and we're not able to clone them. We use cloning to separate our dev and prod environments in the data development life-cycle. @Nate
c
By default, all Snowflake tables created by dbt are
transient
.
from: https://docs.getdbt.com/reference/resource-configs/snowflake-configs Are you using DBT?
if you run DBT on your own, you could easily change that in dbt projects settings, in airbyte this is not configurable outside of the default yet
c
is there somewhere i can see the scripts that airbyte uses to normalize the tables? i could easily run those on my own and change the behavior.
c
c
thanks @Chris (deprecated profile) will dig into this a bit with @Nate
c
I hope this solves it for you, lmk if you need more help!
airbyte rocket 1