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

Airflow update #4838

Closed
wants to merge 37 commits into from
Closed

Airflow update #4838

wants to merge 37 commits into from

Conversation

Thingus
Copy link
Contributor

@Thingus Thingus commented Jan 25, 2022

Closes #3400

I have:

  • Formatted any Python files with black
  • Brought the branch up to date with master
  • Added any relevant Github labels
  • Added tests for any new additions
  • Added or updated any relevant documentation
  • Added an Architectural Decision Record (ADR), if appropriate
  • Added an MPLv2 License Header if appropriate
  • Updated the Changelog

Description

Updates Airflow to version 2

Changes made:

  • Replace pendulum.Interval with pendulum.Duration
  • Removed or renamed any depreciated functions + decorations (esp. default decorators + third-party operators)
  • Unpinned sqlalchemy
  • Fixing tests to handle paraams returning airflow objects instead of str
  • Pinning Pandas at 1.2 (Pandas 1.4.0 needs sqlalchemy >=1.4.0, but airflow needs <1.4.0)
  • Removing redundant folder in qa_checks + adjusting jinja_env test fixture to match

@Thingus Thingus requested a review from jc-harrison January 25, 2022 20:23
@Thingus Thingus added dependencies Pull requests that update a dependency file FlowETL maintenance labels Jan 25, 2022
@cypress
Copy link

cypress bot commented Jan 25, 2022



Test summary

43 0 0 0Flakiness 0


Run details

Project FlowAuth
Status Passed
Commit 493f8b8
Started Jan 31, 2022 10:20 AM
Ended Jan 31, 2022 10:28 AM
Duration 07:50 💡
OS Linux Debian - 10.5
Browser Electron 94

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@Thingus
Copy link
Contributor Author

Thingus commented Mar 10, 2022

Closing as addressed in #4940

@Thingus Thingus closed this Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file FlowETL maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade flowetl to airflow 2
1 participant