Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

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

@Kannedhara

Description

@Kannedhara

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions