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

[airflow] tag nightly-master updated (23faab5 -> 2b61912)

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

github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


*** WARNING: tag nightly-master was modified! ***

    from 23faab5  (commit)
      to 2b61912  (commit)
    from 23faab5  [AIRFLOW-8057] [AIP-31]  Add @task decorator (#8962)
     add 3190db5  [AIRFLOW-9347] Fix QuboleHook unable to add list to tags (#9349)
     add c703ce2  Move python import path from operationId into x-openapi-router-controller (#9495)
     add 2b61912  Add extra links endpoint (#9475)

No new revisions were added by this update.

Summary of changes:
 .../api_connexion/endpoints/extra_link_endpoint.py |  37 +++-
 airflow/api_connexion/openapi/v1.yaml              | 138 ++++++++++-----
 airflow/providers/qubole/hooks/qubole.py           |   2 +-
 .../endpoints/test_extra_link_endpoint.py          | 190 ++++++++++++++++++++-
 tests/cli/commands/test_plugins_command.py         |  56 +-----
 .../test_sqs.py => qubole/hooks/test_qubole.py}    |  28 +--
 tests/test_project_structure.py                    |   1 -
 tests/test_utils/db.py                             |   7 +-
 .../mock_plugins.py}                               |  61 ++-----
 9 files changed, 347 insertions(+), 173 deletions(-)
 copy tests/providers/{amazon/aws/hooks/test_sqs.py => qubole/hooks/test_qubole.py} (53%)
 copy tests/{cli/commands/test_plugins_command.py => test_utils/mock_plugins.py} (56%)