This is an automated email from the ASF dual-hosted git repository.
vincbeck pushed a change to branch vincbeck/fab_remove_sqla_limit
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 2e3039ae196 Set `SQLALCHEMY_ENGINE_DEBUG`
discard f7dd2d9aec2 Remove SQLA 1 limit in Fab provider
add b698b7b5c6b Update scheduler to create dag runs for
partitioned-asset-driven dags (#59006)
add 64102a08080 Shorten the path to import conf from airflow task sdk
(#59029)
add 8b63199e1fb CI: Upgrade important CI environment (#59101)
add 0ecd95f7dd1 docs(INTHEWILD.md): add Numberly to the list of companies
using Apache Airflow (#59098)
add 52987f42ffc Limit urllib3 to < 2.6.0 to handle kubernetes client
breaking with it (#59108)
add d51e5723c63 Add sensitive keycloak value to fix failing tests. (#59107)
add 74ee5006e1d Remove SQLA 1 limit in Fab provider
add f3b650fa562 Set `SQLALCHEMY_ENGINE_DEBUG`
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 (2e3039ae196)
\
N -- N -- N refs/heads/vincbeck/fab_remove_sqla_limit
(f3b650fa562)
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 +
.../src/airflow/jobs/scheduler_job_runner.py | 50 ++++++++-
airflow-core/src/airflow/timetables/simple.py | 2 +-
airflow-core/tests/unit/core/test_configuration.py | 1 +
airflow-core/tests/unit/jobs/test_scheduler_job.py | 119 +++++++++++++++------
.../tests/unit/models/test_taskinstance.py | 2 +-
chart/.pre-commit-config.yaml | 2 +-
devel-common/src/tests_common/test_utils/db.py | 2 +
go-sdk/.pre-commit-config.yaml | 2 +-
providers/cncf/kubernetes/pyproject.toml | 4 +
task-sdk/docs/api.rst | 6 ++
task-sdk/src/airflow/sdk/__init__.py | 5 +
task-sdk/src/airflow/sdk/__init__.pyi | 4 +
task-sdk/src/airflow/sdk/configuration.py | 2 +-
.../tests/task_sdk/docs/test_docs_inventory.py | 3 +-
16 files changed, 163 insertions(+), 44 deletions(-)