DBT on python: dynamic generated sql query use case #6416
Unanswered
sunnylilili
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a bunch of data pipeline running python function like
def gen_sql():
In the function:
Is it possible to do it in DBT?
Need to support not a "hard coded" SQL file but a python dynamic generated query.
Even better would support a library running snowflake conn to get table schema. (This is not as big a blocker as 1))
Beta Was this translation helpful? Give feedback.
All reactions