This is an automated email from the ASF dual-hosted git repository.
mobuchowski pushed a change to branch aip-62/object-storage
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard dea8071d5a openlineage: add support for hook lineage for Object Store
discard b97e4d13e9 openlineage: add support for hook lineage for S3Hook
add cfe1d53ed0 Fix named parameters templating in Databricks operators
(#40864)
add a7af0db00c Make BashOperator compatible with Internal API AIP-44
(#40847)
add 06b19eb8b0 Fix `RedshiftCreateClusterOperator` to always specify
`PubliclyAccessible` (#40872)
add 83fe28be6d Add Shahar as a committer (#40876)
add 031444dc02 Clarify instructions for adding committers in
`airflow-site` in COMMITTERS.rst (#40877)
add afde88ac33 Fix tasks API endpoint when DAG doesn't have `start_date`
(#40878)
add 42a96412b4 Increase broker's visibility timeout to 24hrs (#40879)
add 932dba3c90 openlineage: add support for hook lineage for S3Hook
add 346e9df04e openlineage: add support for hook lineage for Object Store
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 (dea8071d5a)
\
N -- N -- N refs/heads/aip-62/object-storage (346e9df04e)
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:
.asf.yaml | 1 -
COMMITTERS.rst | 10 +-
airflow/api_connexion/openapi/v1.yaml | 1 +
airflow/api_internal/endpoints/rpc_api_endpoint.py | 2 +
airflow/models/renderedtifields.py | 18 +++
airflow/operators/bash.py | 4 +-
.../amazon/aws/operators/redshift_cluster.py | 6 +-
airflow/providers/amazon/provider.yaml | 1 +
.../providers/celery/executors/default_celery.py | 2 +-
.../providers/databricks/operators/databricks.py | 173 +++++++++++++++------
airflow/www/static/js/types/api-generated.ts | 2 +-
dev/breeze/src/airflow_breeze/global_constants.py | 1 +
docs/apache-airflow/project.rst | 1 +
generated/provider_dependencies.json | 1 +
.../databricks/operators/test_databricks.py | 156 +++++++++++++++++++
15 files changed, 322 insertions(+), 57 deletions(-)