GoogleCloudPlatform / oozie-to-airflow

Oozie Workflow to Airflow DAGs migration tool
Apache License 2.0
87 stars 50 forks source link

Bump apache-airflow from 1.10.14 to 2.0.0 #609

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps apache-airflow from 1.10.14 to 2.0.0.

Release notes

Sourced from apache-airflow's releases.

Airflow 2.0.0b3

Major features since beta2:

New features:

  • Add description field to connection (#10873)
  • Use different deserialization method in XCom init_on_load (#12327)
  • Make nav fully accessible y keyboard, fix mobile nav menus (#12351)
  • Add metric for scheduling delay between first run task & expected start time (#9544)
  • Create DAG-level cluster policy (#12184)

Improvements:

  • UI: Improve the layout of TI modal when browser at narrower widths (#12456)
  • PR to add 'files' to template-fields in EmailOperator class (#12428)
  • JSON Response is returned for invalid API requests (#12305)
  • Make K8sPodOperator backwards compatible (#12384)
  • Don't display DAG docs when None (#12415)
  • Simplify using XComArg in jinja template string (#12405)
  • Remove inapplicable configuration section [ldap] (since 2.0.0) (#12386)
  • Add info log message about duration taken to load plugins (#12308)
  • Manage Flask AppBuilder Tables using Alembic Migrations (#12352)
  • UI: Improve presentation of DAG Docs (#12330)
  • Wait option for dagrun operator (#12126)
  • Use default view in TriggerDagRunLink (#11778)
  • Handle naive datetimes in REST APIi (#12248)
  • Unify user session lifetime configuration for webserver (#11970)

Bug fixes:

  • Fix typo in migrations: RESOURCE_DAGS to RESOURCE_DAG. (#12460)
  • UI: Fix bug in server timezone indicator (#12447)
  • Fix issues with Gantt View (#12419)
  • Proper exit status for failed CLI requests (#12375)
  • Check for TaskGroup in _PythonDecoratedOperator (#12312)
  • Reject 'connections add' CLI request if URI provided is invalid (#12370)
  • Reorder Database Migrations (#12362)
  • Refactor root logger handling in task run (#12342)
  • Bugfix: REST API Variables update endpoint returns 204 No Content (#12321)
  • UI: Fix/Enhancement: Disable forms and communicate to user when no DAG Runs (#12320)
  • UI: Get all "tags" parameters not just one (#12324)
  • Make dag_id, task_id, and execution_date nullable in event log schema (#12287)
  • Don't wrap warrning messages when stderr is not a TTY (#12285)
  • Don't treat warning message as rich formatting codes. (#12283)
  • UI: Fix pause/unpause toggle to display failed state when unsuccessful (#12267)
  • UI: Conditionally update button URL only when it is present (#12268)

Docs:

  • Cleanup requirements in README a bit (#12446)
Commits
  • ab5f770 Explicitly shutdown logging in tasks so concurrent.futures can be used (#13057)
  • 6bf9acb Fix import from core to mysql provider in mysql example DAG (#13060)
  • 26c6854 Allows to install Airflow in Breeze from PIP with configurable extras (#13055)
  • ea3d42a Make AirflowJsonEncoder uses Flask's JSONEncoder as a base (#13050)
  • 1c1ef7e Add project_id to client inside BigQuery hook update_table method (#13018)
  • 4d3300c Refactor plugins command output using AirflowConsole (#13036)
  • ed4926f 🔒 Fix missing HTTPS on airflow site links (#13043)
  • 0d49a47 Fixes image building in DockerHub (#13039)
  • 37263d6 Add Vidora to INTHEWILD.md (#13038)
  • abf2a42 Install airflow and providers from dist and verifies them (#13033)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov[bot] commented 3 years ago

Codecov Report

Merging #609 (59ba814) into master (6ef82f4) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #609   +/-   ##
=======================================
  Coverage   97.41%   97.41%           
=======================================
  Files         113      113           
  Lines        5027     5027           
=======================================
  Hits         4897     4897           
  Misses        130      130           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0527e5b...59ba814. Read the comment docs.

turbaszek commented 3 years ago

@potiuk @mik-laj do we believe Travis here? 😄

dependabot-preview[bot] commented 3 years ago

Superseded by #629.