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
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