Hello, I have two assets in my Dagster project. On...
# integration-dbt
r
Hello, I have two assets in my Dagster project. One is a Python routine that takes data from the GCS to BigQuery, the other is a DBT project that uses the tables that this Python routine generates. I am not able to make the DBT asset run only after the python asset executes. How can I define this dependency? Thank you for your attention!
c