Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Airflow2 #48

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

Airflow2 #48

wants to merge 17 commits into from

Commits on Sep 5, 2021

  1. Configuration menu
    Copy the full SHA
    073d9a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77eac30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec3b270 View commit details
    Browse the repository at this point in the history
  4. tests: fix yaml.load warning

      airflow-declarative/tests/test_good_dags.py:49: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
        schema1 = airflow_declarative.schema.ensure_schema(yaml.load(content))
    KostyaEsmukov committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    8c93640 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    558e6b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4565041 View commit details
    Browse the repository at this point in the history
  7. tests: fix datetimes for airflow 2

    >       assert yml_dag.start_date == datetime.datetime(2017, 7, 27, 0, 0, 0)
    E       AssertionError: assert DateTime(2017...mezone('UTC')) == datetime.datet..., 7, 27, 0, 0)
    E         -DateTime(2017, 7, 27, 0, 0, 0, tzinfo=Timezone('UTC'))
    E         +datetime.datetime(2017, 7, 27, 0, 0)
    KostyaEsmukov committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    9799827 View commit details
    Browse the repository at this point in the history
  8. Fix broken Operator serialization in airflow 2

    E       yaml.representer.RepresenterError: ('cannot represent an object', <class 'airflow.operators.dummy.DummyOperator'>)
    KostyaEsmukov committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    a34fb6e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    955942a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4dfc2ae View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1338f38 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bef0bf2 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. Configuration menu
    Copy the full SHA
    96845cf View commit details
    Browse the repository at this point in the history
  2. Add 2.3.1 patch

    KostyaEsmukov committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    2b6f72e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    855eac0 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Configuration menu
    Copy the full SHA
    311bf0f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    287e467 View commit details
    Browse the repository at this point in the history