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

potiuk pushed a change to branch v2-8-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard eb00f003de Turn Pydantic into an optional dependency (#37320)
 discard 3a76a443c1 Improve speed of regular upgrades when dependencies change. 
(#37360)
 discard cc239cac5f Clarify docs around --package-filter flags in docs breeze 
commands (#37354)
 discard d7a3a799be Add celery and cncf.kubernetes to devel dependencies 
(#37333)
 discard 992752ff52 Trigger full cache rebuild with new EPOCH values (#37346)
 discard 2c94aa237e Add "devel-ci" extra with all possible dependencies to 
wheel (#37345)
 discard f3de8fb4ea Swtich to standard way of specifying package extra for 
github URL (#37342)
 discard 1ac461dedb Follow up after moving hatch_build.py to source root 
(#37341)
 discard d1b4841376 Fix remote installation from git (#37340)
 discard a5ad81411e Get rid of pytest-httpx as dependency (#37334)
 discard db73802401 Optimize cachine installed packages in CI build (#37315)
 discard 9ffdf7bcae Fix pyhive hive_pure_sasl extra name (#37323)
 discard 387012a810 Add better diagnostics when provider.yaml check fails 
(#37322)
 discard 0b34ea283f Ignore occasional GPG error exists when generating key 
(#37325)
 discard 22ed844695 Limit universal-pathlib to < 0.2.0 (#37311)
 discard 14d3ea5e2a Make PRs changing pyproject.toml neutral for breeze tests 
(#37314)
 discard ec4fb1aa08 Optimize CI jobs when for example only pre-commits change 
in scripts (#37308)
 discard a9b7feac8c Optimize CI builds for unimportant pyproject.toml changes 
(#37305)
 discard 188b460861 Sign helm chart packages without dist/ prefix (#37260)
 discard 7d61668c27 Trims leading `./` from filenames when repackaging 
reproducible packages (#37253)
 discard 0fce4117c8 Remove validate-operators-init from v2-* static check 
branches (#37238)
 discard 3329244ea6 Upgrade to just released `pip 24.0` (#37236)
 discard 320fa6ce3b Upgrade mypy to 1.8.0 (#36428)
 discard 0b9f95583c Fix broken regex for allowed_deserialization_classes 
(#36147)
 discard fcd119e180 Add more precise description on avoiding generic 
package/module names (#36927)
 discard be858a50cf Fix the bug that affected the DAG end date. (#36144)
 discard 6a18db922c Adjust node width based on task name length (#37254)
 discard f841e70fc5 fix: PythonVirtualenvOperator crashes if any 
python_callable function is defined in the same source as DAG (#37165)
 discard c0c5ab4b6f Fix collapsed grid width, line up selected bar with gantt 
(#37205)
 discard 2817c24433 Adjust graph node layout (#37207)
 discard 50f3642bb7 Add airflow version substitution into Docker Compose Howto 
(#37177)
 discard 5919444b10 Revert the sequence of initializing configuration defaults 
(#37155)
 discard e8050379c9 Allow running airflow against sqlite in-memory DB for tests 
(#37144)
 discard c60bd0b5df Add clarification about DAG author capabilities to security 
model (#37141)
 discard 0fc68e0ffd Displaying "actual" try number in TaskInstance view (#34635)
 discard a2c9a0a8db Move docs for cron basics to Authoring and Scheduling 
section (#37049)
 discard c1a2c3b326 Bugfix Triggering DAG with parameters is mandatory when 
show_trigger_form_if_no_params is enabled (#37063)
 discard 23d9092c29 Secret masker ignores passwords with special chars (#36692)
 discard 198dd64f2a add description to queue_when (#36997)
 discard 2096019798 fix: DagRuns with UPSTREAM_FAILED tasks get stuck in the 
backfill. (#36954)
 discard 29930bea09 Updated config.yml for environment variable 
sql_alchemy_connect_args  (#36526)
 discard 36cdca5571 fix: disable dryrun autofetch (#36941)
 discard 07ff8b059b Optimize max_execution_date query in single dag case 
(#33242)
     new 5e853bae98 fix: disable dryrun autofetch (#36941)
     new b56564e293 Updated config.yml for environment variable 
sql_alchemy_connect_args  (#36526)
     new ad43b5be22 fix: DagRuns with UPSTREAM_FAILED tasks get stuck in the 
backfill. (#36954)
     new 0cf06352fe add description to queue_when (#36997)
     new 3d7ca2b0e0 Secret masker ignores passwords with special chars (#36692)
     new 0fc8838731 Bugfix Triggering DAG with parameters is mandatory when 
show_trigger_form_if_no_params is enabled (#37063)
     new c6c90073cf Move docs for cron basics to Authoring and Scheduling 
section (#37049)
     new 9f21c32f9a Displaying "actual" try number in TaskInstance view (#34635)
     new d57042c1e9 Add clarification about DAG author capabilities to security 
model (#37141)
     new 0dc8c28553 Allow running airflow against sqlite in-memory DB for tests 
(#37144)
     new 662ff2db80 Revert the sequence of initializing configuration defaults 
(#37155)
     new bba105a3bd Add airflow version substitution into Docker Compose Howto 
(#37177)
     new d9934cf566 Adjust graph node layout (#37207)
     new 8345678d56 Fix collapsed grid width, line up selected bar with gantt 
(#37205)
     new 03fbb2666c fix: PythonVirtualenvOperator crashes if any 
python_callable function is defined in the same source as DAG (#37165)
     new f9e208d6d8 Adjust node width based on task name length (#37254)
     new 9a7d48c287 Fix the bug that affected the DAG end date. (#36144)
     new 7331df87dc Add more precise description on avoiding generic 
package/module names (#36927)
     new 9d9d62e5ca Fix broken regex for allowed_deserialization_classes 
(#36147)
     new b2ab274516 Upgrade mypy to 1.8.0 (#36428)
     new 9f8067096d Upgrade to just released `pip 24.0` (#37236)
     new 1d374097fc Remove validate-operators-init from v2-* static check 
branches (#37238)
     new d64c25e611 Trims leading `./` from filenames when repackaging 
reproducible packages (#37253)
     new ec230e80d7 Sign helm chart packages without dist/ prefix (#37260)
     new 594f2aabad Optimize CI builds for unimportant pyproject.toml changes 
(#37305)
     new 55f1c80976 Optimize CI jobs when for example only pre-commits change 
in scripts (#37308)
     new 8af52bd599 Make PRs changing pyproject.toml neutral for breeze tests 
(#37314)
     new 92a2f8d7dd Limit universal-pathlib to < 0.2.0 (#37311)
     new 294f22ec8f Ignore occasional GPG error exists when generating key 
(#37325)
     new 380f03aeda Add better diagnostics when provider.yaml check fails 
(#37322)
     new e1c21b257b Fix pyhive hive_pure_sasl extra name (#37323)
     new 866e8bfe27 Optimize cachine installed packages in CI build (#37315)
     new 91475e801e Get rid of pytest-httpx as dependency (#37334)
     new bcf340667f Fix remote installation from git (#37340)
     new 444c6b0f5c Follow up after moving hatch_build.py to source root 
(#37341)
     new 124b7e616d Swtich to standard way of specifying package extra for 
github URL (#37342)
     new 39037cd0a7 Add "devel-ci" extra with all possible dependencies to 
wheel (#37345)
     new 276be12a5e Trigger full cache rebuild with new EPOCH values (#37346)
     new 01bebc0074 Add celery and cncf.kubernetes to devel dependencies 
(#37333)
     new b39bbf0ea7 Clarify docs around --package-filter flags in docs breeze 
commands (#37354)
     new 5b0e621d71 Improve speed of regular upgrades when dependencies change. 
(#37360)
     new da51c0d1a7 Turn Pydantic into an optional dependency (#37320)
     new 5e3eba58cb Fix static checks
     new 3beda4016a fixup! Turn Pydantic into an optional dependency (#37320)

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   (eb00f003de)
            \
             N -- N -- N   refs/heads/v2-8-test (3beda4016a)

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.

The 44 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 airflow/models/dag.py                              | 69 +++++------------
 .../providers/databricks/hooks/databricks_sql.py   |  2 +-
 airflow/providers/exasol/hooks/exasol.py           |  2 +-
 airflow/providers/snowflake/hooks/snowflake.py     |  2 +-
 airflow/providers_manager.py                       |  1 -
 airflow/www/static/js/types/api-generated.ts       |  1 +
 tests/models/test_dag.py                           | 86 ----------------------
 7 files changed, 23 insertions(+), 140 deletions(-)

Reply via email to