This is an automated email from the ASF dual-hosted git repository.
mobuchowski pushed a change to branch openlineage-process-execution
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 55e579286a openlineage: execute extraction and message sending in
separate process
omit 7b0404b883 local task job: add timeout, to not kill
on_task_instance_success listener prematurely
add 14deaa2f1f Add CSRF protection to "/logout" (#40145)
add c98cd54d0a Support checking for db path absoluteness on Windows
(#40069)
add 1372e100d9 add Coinone (#40176)
add 794678f49d Resolve deprecations in `SubDagOperator` (#40179)
add 930db714f7 Resolve deprecations in `BigQuery` operators (#40182)
add f0b51cdacc openlineage: add some debug logging around sql parser call
sites (#40200)
add c1ffe45e06 Resolve deprecations in `OracleHook` (#40199)
add 28c1419aac Fix TS linting issues caused by #40145 (#40202)
add a84d56d077 Update jest and babel minor versions (#40203)
add c2a93eabd1 Update AWS Executor documentation (#39920)
add 835f28c8b9 Lazy match escaped quotes in `RedshiftToS3Operator` (#40206)
add 2149b4dbee Ensures DAG params order regardless of backend (#40156)
add fa65a20d4a local task job: add timeout, to not kill
on_task_instance_success listener prematurely (#39890)
add feb8307472 Resolve deprecations in `LatestOnlyOperator` tests (#40181)
add 8cbb8bcf73 openlineage: execute extraction and message sending in
separate process
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (55e579286a)
\
N -- N -- N refs/heads/openlineage-process-execution (8cbb8bcf73)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.pre-commit-config.yaml | 2 +-
INTHEWILD.md | 1 +
.../amazon/aws/transfers/redshift_to_s3.py | 2 +-
.../fab/auth_manager/security_manager/override.py | 17 +
airflow/providers/openlineage/sqlparser.py | 16 +-
airflow/providers/openlineage/utils/sql.py | 6 +
airflow/providers/snowflake/hooks/snowflake.py | 6 +-
airflow/serialization/schema.json | 14 +-
airflow/serialization/serialized_objects.py | 18 +-
airflow/settings.py | 27 +-
airflow/www/app.py | 3 +-
airflow/www/package.json | 18 +-
airflow/www/static/css/bootstrap-theme.css | 17 +-
airflow/www/static/css/material-icons.css | 3 +-
airflow/www/templates/appbuilder/navbar_right.html | 7 +-
airflow/www/yarn.lock | 1781 +++++++++++---------
.../executors/batch-executor.rst | 2 +-
.../executors/ecs-executor.rst | 284 +---
.../executors/general.rst | 11 +
newsfragments/40145.significant.rst | 5 +
tests/core/test_settings.py | 18 +-
tests/deprecations_ignore.yml | 40 -
tests/models/test_serialized_dag.py | 16 +
tests/operators/test_latest_only_operator.py | 3 +
tests/operators/test_subdag_operator.py | 45 +-
.../amazon/aws/transfers/test_redshift_to_s3.py | 6 +
.../test_role_and_permission_endpoint.py | 2 +
.../google/cloud/operators/test_bigquery.py | 379 +++--
tests/providers/oracle/hooks/test_oracle.py | 6 +-
tests/serialization/test_dag_serialization.py | 42 +-
tests/www/views/test_session.py | 4 +-
31 files changed, 1414 insertions(+), 1387 deletions(-)
create mode 100644 newsfragments/40145.significant.rst