-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
I'm curious if this package allows for the execution of multiple models consecutively. Here's my scenario: I'm utilizing Airflow, and for each data ingestion, I need to pass it through several models. This involves some data canonicalization, followed by enrichment, and finally, business transformation. My preference is to run all these models sequentially, checking the expected results only after all models have been applied to the data, rather than testing each model individually. Can this package accommodate such a workflow?
Metadata
Metadata
Assignees
Labels
No labels