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/19 08:06:46 UTC

[airflow] branch master updated: Replace deprecated dummy operator path in test_zip.zip (#13172)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8e99ed6  Replace deprecated dummy operator path in test_zip.zip (#13172)
8e99ed6 is described below

commit 8e99ed61eec49f492298ff927681660af8477d28
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Sat Dec 19 08:05:10 2020 +0000

    Replace deprecated dummy operator path in test_zip.zip (#13172)
    
    Replace deprecated path in `tests/dags/test_zip/test_zip.zip/test_zip.py`:
    
    ```
    from airflow.operators.dummy_operator import DummyOperator
    ```
    
    with
    
    ```
    from airflow.operators.dummy import DummyOperator
    ```
---
 tests/dags/test_zip.zip | Bin 2977 -> 3307 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/tests/dags/test_zip.zip b/tests/dags/test_zip.zip
index 42753d8..df5268d 100644
Binary files a/tests/dags/test_zip.zip and b/tests/dags/test_zip.zip differ