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
I tried creating the DAG based on your config file using the latest version of dag-factory v0.19.0, and it worked fine. Please try running it with the latest version.
As for specifying callbacks, another method is to use the parameters: on_failure_callback_file and on_failure_callback_name. You can find more details in the documentation.
One limitation is that currently it's not possible to provide callbacks within default_args. You can only define them at the DAG level, like this
However, I've created a PR that will allow specifying callbacks inside default_args, enabling callback configurations for individual DAG tasks as well: #218.
I am trying to set the default args as
default_args={'on_failure_callback': 'foo_function_str`}
the yaml config I am trying
The other config I tried using
on_failure_callback_file
but this does not set the property in the default dict.dag factory version - 0.8.0
The text was updated successfully, but these errors were encountered: