You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/06/14 19:39:25 UTC

[airflow] branch main updated (943292b -> 5c86e3d)

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

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


    from 943292b  Queue tasks with higher priority and earlier execution_date first. (#15210)
     add 5c86e3d  Make SparkSqlHook use Connection (#15794)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/apache/spark/hooks/spark_sql.py  | 36 ++++++++++++++++++----
 .../providers/apache/spark/operators/spark_sql.py  |  8 +++--
 .../connections/spark.rst                          |  2 +-
 .../providers/apache/spark/hooks/test_spark_sql.py | 18 +++++++----
 4 files changed, 48 insertions(+), 16 deletions(-)