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/12/08 19:20:59 UTC

[airflow] branch master updated (c704293 -> d558967)

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

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


    from c704293  Warning about unsafe migrations (#10254)
     add d558967  Move dummy_operator.py to dummy.py (#11178) (#11293)

No new revisions were added by this update.

Summary of changes:
 UPDATING.md                                        |  4 ++--
 airflow/example_dags/example_bash_operator.py      |  2 +-
 airflow/example_dags/example_branch_operator.py    |  2 +-
 .../example_branch_python_dop_operator_3.py        |  2 +-
 .../example_external_task_marker_dag.py            |  2 +-
 airflow/example_dags/example_latest_only.py        |  2 +-
 .../example_latest_only_with_trigger.py            |  2 +-
 airflow/example_dags/example_nested_branch_dag.py  |  2 +-
 .../example_dags/example_short_circuit_operator.py |  2 +-
 airflow/example_dags/example_skip_dag.py           |  2 +-
 airflow/example_dags/example_subdag_operator.py    |  2 +-
 airflow/example_dags/example_task_group.py         |  2 +-
 airflow/example_dags/subdags/subdag.py             |  2 +-
 airflow/operators/{dummy_operator.py => dummy.py}  |  0
 airflow/operators/dummy_operator.py                | 26 ++++++----------------
 .../example_google_api_to_s3_transfer_advanced.py  |  2 +-
 .../jdbc/example_dags/example_jdbc_queries.py      |  2 +-
 .../microsoft/winrm/example_dags/example_winrm.py  |  2 +-
 .../qubole/example_dags/example_qubole.py          |  2 +-
 airflow/sensors/external_task_sensor.py            |  2 +-
 dags/test_dag.py                                   |  2 +-
 .../refactor_provider_packages.py                  |  1 +
 docs/apache-airflow/concepts.rst                   |  2 +-
 docs/apache-airflow/lineage.rst                    |  2 +-
 docs/apache-airflow/operators-and-hooks-ref.rst    |  2 +-
 tests/api/common/experimental/test_delete_dag.py   |  2 +-
 tests/api_connexion/endpoints/test_dag_endpoint.py |  2 +-
 .../endpoints/test_event_log_endpoint.py           |  2 +-
 tests/api_connexion/endpoints/test_log_endpoint.py |  2 +-
 .../api_connexion/endpoints/test_task_endpoint.py  |  8 +++----
 .../api_connexion/schemas/test_event_log_schema.py |  2 +-
 .../schemas/test_task_instance_schema.py           |  2 +-
 tests/api_connexion/schemas/test_task_schema.py    |  6 ++---
 tests/core/test_core.py                            |  2 +-
 tests/dags/test_backfill_pooled_tasks.py           |  2 +-
 tests/dags/test_dag_with_no_tags.py                |  2 +-
 tests/dags/test_double_trigger.py                  |  2 +-
 tests/dags/test_example_bash_operator.py           |  2 +-
 tests/dags/test_invalid_cron.py                    |  2 +-
 tests/dags/test_issue_1225.py                      |  2 +-
 tests/dags/test_latest_runs.py                     |  2 +-
 tests/dags/test_missing_owner.py                   |  2 +-
 tests/dags/test_on_failure_callback.py             |  2 +-
 tests/dags/test_on_kill.py                         |  2 +-
 tests/dags/test_only_dummy_tasks.py                |  2 +-
 tests/dags/test_prev_dagrun_dep.py                 |  2 +-
 tests/dags/test_scheduler_dags.py                  |  2 +-
 tests/dags/test_subdag.py                          |  2 +-
 tests/dags/test_with_non_default_owner.py          |  2 +-
 .../dags_with_system_exit/b_test_scheduler_dags.py |  2 +-
 tests/deprecated_classes.py                        |  4 ++++
 tests/jobs/test_backfill_job.py                    |  2 +-
 tests/jobs/test_local_task_job.py                  |  2 +-
 tests/jobs/test_scheduler_job.py                   |  2 +-
 tests/lineage/test_lineage.py                      |  2 +-
 tests/models/test_baseoperator.py                  |  2 +-
 tests/models/test_cleartasks.py                    |  2 +-
 tests/models/test_dag.py                           |  2 +-
 tests/models/test_dagbag.py                        |  8 +++----
 tests/models/test_dagrun.py                        |  2 +-
 tests/models/test_pool.py                          |  2 +-
 tests/models/test_skipmixin.py                     |  2 +-
 tests/models/test_taskinstance.py                  |  2 +-
 tests/models/test_timestamp.py                     |  2 +-
 tests/operators/test_branch_operator.py            |  2 +-
 tests/operators/test_dagrun_operator.py            |  2 +-
 tests/operators/test_latest_only_operator.py       |  2 +-
 tests/operators/test_python.py                     |  2 +-
 tests/operators/test_sql.py                        |  2 +-
 tests/operators/test_subdag_operator.py            |  2 +-
 .../amazon/aws/log/test_cloudwatch_task_handler.py |  2 +-
 .../amazon/aws/log/test_s3_task_handler.py         |  2 +-
 .../amazon/aws/operators/test_emr_add_steps.py     |  2 +-
 .../elasticsearch/log/test_es_task_handler.py      |  2 +-
 .../google/cloud/log/test_gcs_task_handler.py      |  2 +-
 .../cloud/log/test_stackdriver_task_handler.py     |  2 +-
 .../microsoft/azure/log/test_wasb_task_handler.py  |  2 +-
 tests/sensors/test_base.py                         |  2 +-
 tests/sensors/test_external_task_sensor.py         |  2 +-
 tests/sensors/test_smart_sensor_operator.py        |  2 +-
 tests/serialization/test_dag_serialization.py      |  2 +-
 .../deps/test_not_previously_skipped_dep.py        |  2 +-
 tests/ti_deps/deps/test_runnable_exec_date_dep.py  |  2 +-
 tests/ti_deps/deps/test_trigger_rule_dep.py        |  2 +-
 tests/utils/log/test_log_reader.py                 |  2 +-
 tests/utils/test_dag_cycle.py                      |  2 +-
 tests/utils/test_helpers.py                        |  2 +-
 tests/utils/test_log_handlers.py                   |  2 +-
 tests/utils/test_task_group.py                     |  2 +-
 .../test_task_handler_with_custom_formatter.py     |  2 +-
 tests/www/test_views.py                            |  2 +-
 91 files changed, 108 insertions(+), 115 deletions(-)
 copy airflow/operators/{dummy_operator.py => dummy.py} (100%)