Hello! How can I set `table_ab2.sql` ? I want tha...
# ask-community-for-troubleshooting
b
Hello! How can I set
table_ab2.sql
? I want that my Airbyte pipeline changes the date type from BigInt to Int, I access to the model and the sql, and modified but I want that it would be the default for the next normalization without using dbt and sql tool, only changing the sql. I'm using S3 source to Redshift.
1
Hi @[DEPRECATED] Marcos Marx I was able to get the
table_ab2.sql
and I modified, but the next iteration ignore it. How can I fix it or if it is possible?
u
You need to copy the dbt project, change locally and run as custom transformation.
b
Thanks @[DEPRECATED] Marcos Marx I follow the documentation for private repo and now it's working.