This is an automated email from the ASF dual-hosted git repository.
rahulvats pushed a change to branch fix-e2e-tests
in repository https://gitbox.apache.org/repos/asf/airflow.git
from db90926e833 fix renaming
add 98ad78ffdc3 Feat : Verify Configuration Page functionality(#60572)
(#62293)
add 54a2a662d4e fix(timetable): fix failing to manually trigger a Dag with
CronPartitionedTimetable (#62441)
add 691c8120d3b rename the files follow up pr(#62293) (#62458)
add d9493919421 docs(celery): fix wrong link in cli (#62460)
add b6d33068c84 Allow to_downstream() to return more than one key (#62346)
add 2851c7464b9 Remove pagination and sorting tests from UI E2E tests
(#62462)
add 26f6c89c02f Merge branch 'main' of github.com:apache/airflow into
fix-e2e-tests
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/assets/manager.py | 43 ++++++++++++++--------
airflow-core/src/airflow/partition_mappers/base.py | 7 +++-
airflow-core/src/airflow/timetables/trigger.py | 11 +++---
.../src/airflow/ui/tests/e2e/pages/EventsPage.ts | 1 -
.../airflow/ui/tests/e2e/pages/ProvidersPage.ts | 2 +-
.../ui/tests/e2e/pages/TaskInstancesPage.ts | 9 -----
.../ui/tests/e2e/specs/configuration.spec.ts | 2 +-
.../ui/tests/e2e/specs/dag-audit-log.spec.ts | 1 -
.../ui/tests/e2e/specs/dag-runs-tab.spec.ts | 1 -
.../airflow/ui/tests/e2e/specs/providers.spec.ts | 1 -
.../ui/tests/e2e/specs/requiredAction.spec.ts | 1 -
.../ui/tests/e2e/specs/task-instances.spec.ts | 1 -
airflow-core/src/airflow/utils/helpers.py | 6 +--
.../unit/timetables/test_trigger_timetable.py | 20 ++++++++++
.../src/airflow/providers/celery/cli/definition.py | 2 +-
15 files changed, 63 insertions(+), 45 deletions(-)