Status of testing of Apache Airflow 2.2.5rc3
See original GitHub issueBody
We have a kind request for all the contributors to the latest Apache Airflow RC 2.2.5rc3.
Could you please help us to test the RC versions of Airflow?
Please let us know in the comment if the issue is addressed in the latest RC.
- Set X-Frame-Options header to DENY unless X_FRAME_ENABLED is set to true (#19491): @subkanthi @planoe-cloudera Linked issues:
- Fix: Do not render undefined graph edges (#19684): @bbovenzi
- Fix Tasks getting stuck in scheduled state (#19747): @vapiravfif @tanelk Linked issues:
- Rename
to_deletetoto_cancelin TriggerRunner (#20658): @dstandish - Fix duplicate trigger creation race condition (#20699): @MatrixManAtYrService @dstandish Linked issues:
- Truncate stack trace to DAG user code for exceptions raised during execution (#20731): @malthe
- fix: Update custom connection field processing (#20883): @mike-mcdonald Linked issues:
- Ensure clear_task_instances sets valid run state (#21116): @uranusjr @uplsh580 Linked issues:
- Update
ExternalTaskSensorLinkto handle templatedexternal_dag_id(#21192): @csp98 @josh-fell Linked issues: - A trigger might use a connection; make sure we mask passwords (#21207): @malthe
- Log traceback in trigger excs (#21213): @malthe
- Fix trigger dag redirect from task instance log view (#21239): @dstandish
- Fix race condition between triggerer and scheduler (#21316): @malthe
- Reduce DB load incurred by Stale DAG deactivation (#21399): @SamWheating
- Fix max_active_runs=1 not scheduling runs when min_file_process_interval is high (#21413): @ephraimbuddy
- Fix Resources eq check (#21442): @pingzh
- Filter out default configs when overrides exist. (#21539): @xyu @ashb Linked issues:
- Fix logging JDBC SQL error when task fails (#21540): @stijn-meersman @hubert-pietron @jyotsa09 Linked issues:
- Dispose not used connection pool (#21565): @pingzh
- FIX: extends typing-extensions to be installed with python 3.8+ #21566 (#21567): @frankcash Linked issues:
- Disable default_pool delete on web ui (#21658): @chenglongyan
- Log exception in local executor (#21667): @uranusjr
- Correctly handle multiple ‘=’ in LocalFileSystem secrets. (#21694): @kadai0308 @joeyberkovitz Linked issues:
- Fix stray order_by(TaskInstance.execution_date) (#21705): @uranusjr @TidesMind Linked issues:
- Fix filesystem sensor for directories (#21729): @mixilchenko
- Fix graph autorefresh on page load (#21736): @bbovenzi
- Fix triggerer --capacity parameter (#21753): @thesuperzapper @msumit Linked issues:
- Fix assignment of unassigned triggers (#21770): @jkramer-ginkgo
- Fix incorrect data provided to tries & landing times charts (#21928): @millin
- Fixed dask executor and tests (#22027): @subkanthi @potiuk Linked issues:
- Add the new Airflow Trove Classifier to setup.cfg (#22241): @potiuk
- Fix broken links to celery documentation (#22364): @davidhagens
- Add back celery intersphinx mapping (#22370): @kaxil
- Replace timedelta.max with year long timdelta in test_manager (#22527): @potiuk
- Check and disallow a relative path for sqlite (#22530): @yenchenLiu
Thanks to all who contributed to the release (probably not a complete list!): @frankcash @yenchenLiu @bbovenzi @SamWheating @ephraimbuddy @csp98 @joeyberkovitz @planoe-cloudera @hubert-pietron @dstandish @stijn-meersman @jyotsa09 @kadai0308 @chenglongyan @pingzh @TidesMind @josh-fell @potiuk @ashb @mike-mcdonald @vapiravfif @thesuperzapper @msumit @xyu @uplsh580 @tanelk @subkanthi @uranusjr @jkramer-ginkgo @millin @malthe @mixilchenko @davidhagens @MatrixManAtYrService @kaxil
Committer
- I acknowledge that I am a maintainer/committer of the Apache Airflow project.
Issue Analytics
- State:
- Created a year ago
- Comments:12 (11 by maintainers)
Top Results From Across the Web
apache-airflow 2.2.5rc3 vulnerabilities | Snyk
Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities (in both your packages & their dependencies) and provides ...
Read more >Release Notes — Airflow Documentation
In order to make airflow dags test more useful as a testing and debugging tool, we no longer run a backfill job and...
Read more >Best Practices - Apache Airflow
Best Practices¶. Creating a new DAG is a three-step process: writing Python code to create a DAG object,. testing if the code meets...
Read more >Testing DAGs with dag.test() - Apache Airflow
To debug DAGs in an IDE, you can set up the dag.test command in your dag file and run through your DAG in...
Read more >Configuration Reference — Airflow Documentation
Celery task will report its status as 'started' when the task is executed by a worker. This is used in Airflow to keep...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Closing since 2.2.5 was released.
All good with RC3 from my point of view - including updated dependencies.