You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/05/23 06:25:10 UTC

[airflow] branch master updated (f107338 -> e742ef7)

This is an automated email from the ASF dual-hosted git repository.

kamilbregula pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from f107338  Add support for spark python and submit tasks in Databricks operator(#8846)
     add e742ef7  Fix typo in test_project_structure (#8978)

No new revisions were added by this update.

Summary of changes:
 ...example_spark_kubernetes_operator.py => example_spark_kubernetes.py} | 2 +-
 ...es_operator_spark_pi.yaml => example_spark_kubernetes_spark_pi.yaml} | 0
 .../{example_singularity_operator.py => example_singularity.py}         | 0
 tests/test_project_structure.py                                         | 2 +-
 4 files changed, 2 insertions(+), 2 deletions(-)
 rename airflow/providers/cncf/kubernetes/example_dags/{example_spark_kubernetes_operator.py => example_spark_kubernetes.py} (97%)
 rename airflow/providers/cncf/kubernetes/example_dags/{example_spark_kubernetes_operator_spark_pi.yaml => example_spark_kubernetes_spark_pi.yaml} (100%)
 rename airflow/providers/singularity/example_dags/{example_singularity_operator.py => example_singularity.py} (100%)