-
Notifications
You must be signed in to change notification settings - Fork 7
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
jean-helsinki
wants to merge
17
commits into
master
Choose a base branch
from
airflow2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Airflow2 #48
Commits on Sep 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 073d9a9 - Browse repository at this point
Copy the full SHA 073d9a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77eac30 - Browse repository at this point
Copy the full SHA 77eac30View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec3b270 - Browse repository at this point
Copy the full SHA ec3b270View commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for 8c93640 - Browse repository at this point
Copy the full SHA 8c93640View commit details -
Configuration menu - View commit details
-
Copy full SHA for 558e6b7 - Browse repository at this point
Copy the full SHA 558e6b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4565041 - Browse repository at this point
Copy the full SHA 4565041View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 9799827 - Browse repository at this point
Copy the full SHA 9799827View commit details -
Fix broken Operator serialization in airflow 2
E yaml.representer.RepresenterError: ('cannot represent an object', <class 'airflow.operators.dummy.DummyOperator'>)
Configuration menu - View commit details
-
Copy full SHA for a34fb6e - Browse repository at this point
Copy the full SHA a34fb6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 955942a - Browse repository at this point
Copy the full SHA 955942aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dfc2ae - Browse repository at this point
Copy the full SHA 4dfc2aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1338f38 - Browse repository at this point
Copy the full SHA 1338f38View commit details -
Configuration menu - View commit details
-
Copy full SHA for bef0bf2 - Browse repository at this point
Copy the full SHA bef0bf2View commit details
Commits on Sep 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 96845cf - Browse repository at this point
Copy the full SHA 96845cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b6f72e - Browse repository at this point
Copy the full SHA 2b6f72eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 855eac0 - Browse repository at this point
Copy the full SHA 855eac0View commit details
Commits on Apr 29, 2023
-
Adopt code for py39, drop py2 references, use poetry for package mana…
…gment, fix linter hints
Configuration menu - View commit details
-
Copy full SHA for 311bf0f - Browse repository at this point
Copy the full SHA 311bf0fView commit details
Commits on May 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 287e467 - Browse repository at this point
Copy the full SHA 287e467View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.