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

potiuk pushed a change to branch speed-up-constraints-version-check
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 5abea2ec15b Speed up constraints-version-check by resolving the 
baseline once
     add e1e93e682d0 Document the sql extra required for LLMSQLQueryOperator 
(#70564)
     add 9e001828094 Support `.txt` files in `LLMFileAnalysisOperator` (#70431)
     add 32168fdf5ef Add deferrable mode to DynamoDBValueSensor (#69799)
     add f5d7c8a0548 Cleanup multi-team docs for team_name tagging (#70146)
     add 83968fb101c Allow argument-provision checks of templated fields in 
operator __init__ (#70505)
     add 4a73814adb0 Use common.compat.sdk for timezone imports in providers 
(#70492)
     add c04b93baaae Keep SSH remote job running when its PTY session hangs up 
(#70573)
     add 4d7846347c7 Speed up constraints-version-check by resolving the 
baseline once

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   (5abea2ec15b)
            \
             N -- N -- N   refs/heads/speed-up-constraints-version-check 
(4d7846347c7)

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:
 airflow-core/docs/core-concepts/multi-team.rst     |  13 +-
 airflow-core/docs/howto/custom-operator.rst        |  16 ++
 contributing-docs/05_pull_requests.rst             |  30 ++++
 providers/.pre-commit-config.yaml                  |   4 +-
 .../alibaba/cloud/sensors/test_analyticdb_spark.py |   2 +-
 providers/amazon/docs/operators/dynamodb.rst       |   1 +
 providers/amazon/provider.yaml                     |   3 +
 .../providers/amazon/aws/sensors/dynamodb.py       |  39 +++++
 .../providers/amazon/aws/triggers/dynamodb.py      | 168 ++++++++++++++++++++
 .../airflow/providers/amazon/get_provider_info.py  |   4 +
 .../tests/unit/amazon/aws/sensors/test_dynamodb.py |  54 +++++++
 .../unit/amazon/aws/triggers/test_dynamodb.py      | 175 +++++++++++++++++++++
 .../flink/operators/test_flink_kubernetes.py       |   2 +-
 .../apache/flink/sensors/test_flink_kubernetes.py  |   3 +-
 .../hive/tests/unit/apache/hive/hooks/test_hive.py |   3 +-
 .../tests/unit/apache/hive/operators/test_hive.py  |   3 +-
 .../apache/hive/transfers/test_hive_to_mysql.py    |   3 +-
 .../apache/hive/transfers/test_mysql_to_hive.py    |   2 +-
 .../tests/unit/apache/livy/operators/test_livy.py  |   3 +-
 .../tests/unit/apache/livy/sensors/test_livy.py    |   2 +-
 .../unit/apache/spark/decorators/test_pyspark.py   |   2 +-
 .../unit/apache/spark/operators/test_spark_jdbc.py |   2 +-
 .../apache/spark/operators/test_spark_pyspark.py   |   2 +-
 .../unit/apache/spark/operators/test_spark_sql.py  |   2 +-
 .../apache/spark/operators/test_spark_submit.py    |   2 +-
 .../apache/tinkerpop/operators/test_gremlin.py     |   2 +-
 .../tests/unit/arangodb/sensors/test_arangodb.py   |   2 +-
 .../unit/atlassian/jira/operators/test_jira.py     |   2 +-
 .../tests/unit/atlassian/jira/sensors/test_jira.py |   2 +-
 .../unit/cncf/kubernetes/operators/test_job.py     |   3 +-
 .../unit/cncf/kubernetes/operators/test_pod.py     |   2 +-
 .../cncf/kubernetes/operators/test_resource.py     |   3 +-
 .../kubernetes/operators/test_spark_kubernetes.py  |   3 +-
 .../kubernetes/sensors/test_spark_kubernetes.py    |   3 +-
 providers/common/ai/docs/operators/llm_sql.rst     |   5 +
 .../providers/common/ai/utils/file_analysis.py     |   5 +-
 .../unit/common/ai/plugins/test_hitl_review.py     |   2 +-
 .../unit/common/ai/utils/test_file_analysis.py     |  24 +++
 .../system/common/sql/example_generic_transfer.py  |   2 +-
 .../common/sql/example_sql_column_table_check.py   |   2 +-
 .../common/sql/operators/test_generic_transfer.py  |   2 +-
 .../tests/unit/dbt/cloud/utils/test_openlineage.py |   3 +-
 .../tests/unit/dingding/operators/test_dingding.py |   2 +-
 .../unit/discord/operators/test_discord_webhook.py |   2 +-
 .../unit/elasticsearch/log/test_es_task_handler.py |   8 +-
 providers/ftp/tests/unit/ftp/operators/test_ftp.py |   5 +-
 .../providers/google/cloud/operators/gcs.py        |   3 +-
 .../airflow/providers/google/cloud/triggers/gcs.py |   2 +-
 .../cloud/log/test_stackdriver_task_handler.py     |   2 +-
 .../test_cloud_storage_transfer_service.py         |   3 +-
 .../unit/google/cloud/operators/test_compute.py    |   3 +-
 .../operators/test_bid_manager.py                  |   2 +-
 .../operators/test_campaign_manager.py             |   2 +-
 .../operators/test_display_video.py                |   2 +-
 .../providers/microsoft/azure/hooks/batch.py       |   3 +-
 .../microsoft/azure/operators/test_data_factory.py |   3 +-
 .../unit/microsoft/azure/operators/test_synapse.py |   3 +-
 .../unit/microsoft/azure/sensors/test_wasb.py      |   3 +-
 .../tests/integration/mongo/sensors/test_mongo.py  |   2 +-
 .../mongo/tests/unit/mongo/sensors/test_mongo.py   |   2 +-
 .../unit/openlineage/plugins/test_execution.py     |   2 +-
 .../unit/opensearch/log/test_os_task_handler.py    |   8 +-
 .../tests/unit/opsgenie/operators/test_opsgenie.py |   2 +-
 .../unit/papermill/operators/test_papermill.py     |   2 +-
 .../qdrant/operators/test_qdrant_ingest.py         |   2 +-
 .../redis/operators/test_redis_publish.py          |   2 +-
 .../integration/redis/sensors/test_redis_key.py    |   2 +-
 .../redis/sensors/test_redis_pub_sub.py            |   2 +-
 .../unit/redis/operators/test_redis_publish.py     |   2 +-
 .../tests/unit/redis/sensors/test_redis_key.py     |   2 +-
 .../tests/unit/redis/sensors/test_redis_pub_sub.py |   2 +-
 .../unit/sftp/decorators/sensors/test_sftp.py      |   2 +-
 .../sftp/tests/unit/sftp/operators/test_sftp.py    |   6 +-
 .../airflow/providers/snowflake/hooks/snowflake.py |   2 +-
 .../providers/snowflake/utils/openlineage.py       |   2 +-
 .../unit/snowflake/decorators/test_snowpark.py     |   3 +-
 .../tests/unit/snowflake/hooks/test_snowflake.py   |   3 +-
 .../unit/snowflake/operators/test_snowpark.py      |   2 +-
 .../tests/unit/snowflake/utils/test_openlineage.py |   3 +-
 .../src/airflow/providers/ssh/utils/remote_job.py  |   8 +-
 .../ssh/tests/unit/ssh/utils/test_remote_job.py    |  10 +-
 .../standard/decorators/test_python_virtualenv.py  |   2 +-
 .../tests/unit/standard/operators/test_bash.py     |   8 +-
 .../standard/operators/test_branch_operator.py     |   2 +-
 .../operators/test_latest_only_operator.py         |   2 +-
 .../tests/unit/standard/operators/test_weekday.py  |   3 +-
 .../unit/standard/triggers/test_external_task.py   |   2 +-
 .../tests/unit/standard/triggers/test_temporal.py  |   6 +-
 .../tests/integration/ydb/operators/test_ydb.py    |   2 +-
 scripts/ci/prek/validate_operators_init.py         |  81 ++++++++--
 .../ci/prek/validate_operators_init_exemptions.txt |   8 +-
 .../tests/ci/prek/test_validate_operators_init.py  | 116 +++++++++++++-
 92 files changed, 802 insertions(+), 158 deletions(-)
 create mode 100644 
providers/amazon/src/airflow/providers/amazon/aws/triggers/dynamodb.py
 create mode 100644 
providers/amazon/tests/unit/amazon/aws/triggers/test_dynamodb.py

Reply via email to