-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Line 36 in 410ffcf
| default_args = { |
There is a conflicting usage of default_args and params.
Default_args are intended to be fixed static arguments for the DAG while params are meant to describe runtime configurable variables.
Only the fixed static configuration should be given as default_args. Either remove the default_args option entirely or rework the dag definition to correctly specify the default_args and params field.
Additionally, default_args should contain Param object instances
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels