Skip to content

default_args redundant #39

@enriquesleon-jpl

Description

@enriquesleon-jpl

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions