You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment in which you plan to use the feature (e.g., Local
(Linux/MacOS/Windows), Interactive Notebook, Google Cloud, etc..): Linux/Mac
Are you willing to contribute it (Yes/No): Yes
Describe the feature and the current behavior/state.
I would like to use the trigger_rule Airflow configuration in only one component. I know it is possible for all components from pipeline using the parameter airflow_dag_config (from this object AirflowPipelineConfig).
Is it possible to use trigger_rule configuration only to one component?
My component execution should be optional. This component is used to send updates to another system, if this optional component fails, it will not be able to interrupt the execution of the main tasks.
The text was updated successfully, but these errors were encountered:
I don't think we have an option to add "trigger_rule" Airflow configuration in only one TFX component. Similar #498 feature request can help you use-case but it's still a work in progress. I would request you to close this issue and follow similar thread for updates on the feature implementation. Thank you!
System information
(Linux/MacOS/Windows), Interactive Notebook, Google Cloud, etc..): Linux/Mac
Describe the feature and the current behavior/state.
I would like to use the
trigger_rule
Airflow configuration in only one component. I know it is possible for all components from pipeline using the parameterairflow_dag_config
(from this objectAirflowPipelineConfig
).Is it possible to use
trigger_rule
configuration only to one component?My component execution should be optional. This component is used to send updates to another system, if this optional component fails, it will not be able to interrupt the execution of the main tasks.
The text was updated successfully, but these errors were encountered: