fal-ai / dbt-fal

do more with dbt. dbt-fal helps you run Python alongside dbt, so you can send Slack alerts, detect anomalies and build machine learning models.
https://fal.ai/dbt-fal
Apache License 2.0
853 stars 72 forks source link

Run fal script on tag level instead of individual model #907

Open Kannedhara opened 9 months ago

Kannedhara commented 9 months ago

Context We want to run a few Python scripts after the DBT model is executed but this Python script is a common script that should be executed after all models are completed. Currently, I don't see an option that FAL runs based on tag (or am I missing something ?)

Is your feature request related to a problem? Please describe. We are generating CSV files (multiple) out of DBT models using post hook (using tag). We want to zip them together, and for that we have a Python script. but, this script needs to be run after all models completed not at individual model

Describe the solution you'd like I should be able to run FAL based on the tag

Describe alternatives you've considered Currently, we are running this feature as a separate Python script