This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch refactor-contributing-docs
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit db304088a5 Split contributing docs to multiple files
     add 1c14767638 Fix google operators handling of impersonation chain 
(#36903)
     add b7f84c4fa7 Revert "Update statsd-mapping.yml to support Airflow 2.X 
pool metrics (#36305)" (#36959)
     add fbd21eda1e feat: full support for google credentials in gcloud-aio 
clients (#36849)
     add 0381f7f98e Add missing hyphen in `data-time` format in Params docs 
(#36966)
     add f3b7cfc992 Make Datasets Pathlike (#36947)
     add c0f7601391 Rename columns to valid namedtuple attributes + ensure 
Row.fields are retrieved as tuple (#36949)
     add 0e17f40884 Update faq.rst with (hopefully) clearer description of 
start_date (#36846)
     add 891b9bcc69 Update Objectstore tutorial with prereqs section (#36983)
     add 1a994879eb Fallback to bash if SHELL variable is not set for k8s shell 
(#36985)
     add c401d587db Fix broken links in release management Breeze docs (#36988)
     add 241b50a46e Add scopes into a GCP token (#36974)
     add 2bd61dc6e3 Fix BOTH wrong links in Breeze docs and do it properly 
(#36989)
     add 5c4364aafe Fix successful Apache Druid task submissions reported as 
failed (#36813)
     add 396402d1f9 Fix spelling of `airflow` (#36682)
     add 390eacb01a Remove duplicated definitions of random volumes (#36993)
     add 5e0a500f9e Split contributing docs to multiple files

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   (db304088a5)
            \
             N -- N -- N   refs/heads/refactor-contributing-docs (5e0a500f9e)

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:
 README.md                                          |  5 +-
 airflow/datasets/__init__.py                       |  6 +-
 airflow/providers/apache/druid/hooks/druid.py      |  5 +-
 .../providers/databricks/hooks/databricks_sql.py   |  8 +-
 airflow/providers/google/cloud/hooks/bigquery.py   | 25 +++---
 airflow/providers/google/cloud/hooks/gcs.py        | 18 ++++-
 .../providers/google/cloud/operators/bigquery.py   |  2 +
 .../google/cloud/sensors/dataproc_metastore.py     | 14 +++-
 .../google/cloud/transfers/bigquery_to_gcs.py      |  1 +
 .../google/cloud/transfers/gcs_to_bigquery.py      |  1 +
 .../providers/google/common/hooks/base_google.py   | 59 ++++++++++++++
 airflow/providers/odbc/hooks/odbc.py               | 17 ++--
 chart/files/statsd-mappings.yml                    | 14 +---
 contributing-docs/01_roles_in_airflow_project.rst  |  2 +-
 contributing-docs/02_how_to_communicate.rst        |  4 +-
 ...UALLY_GENERATING_IMAGE_CACHE_AND_CONSTRAINTS.md |  2 +-
 dev/breeze/doc/09_release_management_tasks.rst     | 10 +--
 .../airflow_breeze/commands/kubernetes_commands.py |  2 +-
 dev/breeze/tests/test_selective_checks.py          |  2 +-
 docs/apache-airflow/core-concepts/params.rst       |  2 +-
 docs/apache-airflow/faq.rst                        | 18 +++--
 docs/apache-airflow/tutorial/objectstorage.rst     | 28 ++++---
 generated/PYPI_README.md                           |  5 +-
 scripts/ci/docker-compose/backend-mysql.yml        |  1 -
 scripts/ci/docker-compose/backend-none.yml         |  2 -
 scripts/ci/docker-compose/backend-postgres.yml     |  1 -
 .../ci/docker-compose/backend-sqlite-no-volume.yml |  2 -
 scripts/ci/docker-compose/backend-sqlite.yml       |  1 -
 .../ci/docker-compose/integration-cassandra.yml    |  1 -
 scripts/ci/docker-compose/integration-celery.yml   |  2 -
 scripts/ci/docker-compose/integration-kerberos.yml |  1 -
 scripts/ci/docker-compose/integration-mongo.yml    |  1 -
 scripts/ci/docker-compose/integration-pinot.yml    |  2 -
 scripts/ci/docker-compose/integration-trino.yml    |  1 -
 tests/datasets/test_dataset.py                     |  8 ++
 tests/io/test_path.py                              |  9 +++
 tests/providers/apache/druid/hooks/test_druid.py   |  2 +
 .../databricks/hooks/test_databricks_sql.py        | 33 +++++++-
 .../providers/google/cloud/hooks/test_bigquery.py  | 12 ++-
 .../google/common/hooks/test_base_google.py        | 94 ++++++++++++++++++++++
 40 files changed, 326 insertions(+), 97 deletions(-)

Reply via email to