Open mike-seekwell opened 2 years ago
Hey @mike-seekwell great question! This entirely depends on your dbt project. Fal right now is coupled to your dbt configuration. If you tell us a little bit about your usecase we can walk backwards from there and create a feature request.
It sounds like you are using fal as a standalone script and not at the end of a dbt run? or potentially you are using dbt to transform your postgres tables and want to write to snowflake at the end of a dbt run?
It's running as part of dbt
are using dbt to transform your postgres tables and want to write to snowflake at the end of a dbt run?
Yes
Got it! We actually have spoken to several other people who want to connect to external targets.
I have created an issue for your feature request, https://github.com/fal-ai/fal/issues/115.
One open question we have is where to read the db credentials for the external source, we think dbt profiles.yml is the best place for it but would love to hear what you think?
e.g. is it able to use postgres as the source and snowflake as the destination?