apache/airflow

SparkKubernetesOperator to support arguments

Open

#16,728 opened on Jun 30, 2021

View on GitHub
 (9 comments) (0 reactions) (0 assignees)Python (16,781 forks)batch import
area:providersgood first issuekind:documentationkind:featureprovider:cncf-kubernetes

Repository metrics

Stars
 (44,809 stars)
PR merge metrics
 (Avg merge 7d 18h) (834 merged PRs in 30d)

Description

Need an option ,when triggering a dag via airflow web ui, to pass JSON arguments to SparkKubernetesOperator.

Currently I don't see a way to do it as, SparkKubernetesOperator accepts application.yaml only.

Contributor guide