ephraimbuddy opened a new issue #22549:
URL: https://github.com/apache/airflow/issues/22549


   ### Body
   
   We have a kind request for all the contributors to the latest [Apache 
Airflow RC 2.2.5rc1](https://pypi.org/project/apache-airflow/2.2.5rc1/).
   
   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.
   
   - [ ] [Update Kubernetes library version and backport pickle-fix for Loggers 
(#18797)](https://github.com/apache/airflow/pull/18797): @ashb
   - [ ] [Set X-Frame-Options header to DENY unless X_FRAME_ENABLED is set to 
true (#19491)](https://github.com/apache/airflow/pull/19491): @subkanthi 
@planoe-cloudera
        Linked issues:
        - [x_frame_enabled logic broken in Airflow 2 
(#17255)](https://github.com/apache/airflow/issues/17255)
   - [ ] [Fix: Do not render undefined graph edges 
(#19684)](https://github.com/apache/airflow/pull/19684): @bbovenzi
   - [ ] [Fix Tasks getting stuck in scheduled state 
(#19747)](https://github.com/apache/airflow/pull/19747): @vapiravfif @tanelk
        Linked issues:
        - [Tasks get stuck in "scheduled" state and starved when dags with huge 
amount of tasks is scheduled 
(#19622)](https://github.com/apache/airflow/issues/19622)
   - [ ] [Rename `to_delete` to `to_cancel` in TriggerRunner 
(#20658)](https://github.com/apache/airflow/pull/20658): @dstandish
   - [ ] [Fix duplicate trigger creation race condition 
(#20699)](https://github.com/apache/airflow/pull/20699): @MatrixManAtYrService 
@dstandish
        Linked issues:
        - [TriggerEvent fires, and then defers a second time (doesn't fire a 
second time though). (#18392)](https://github.com/apache/airflow/issues/18392)
        - [Track completed triggers until deleted from database 
(#19546)](https://github.com/apache/airflow/pull/19546)
   - [ ] [Truncate stack trace to DAG user code for exceptions raised during 
execution (#20731)](https://github.com/apache/airflow/pull/20731): @malthe
   - [ ] [Remove RefreshConfiguration workaround for K8s token refreshing 
(#20759)](https://github.com/apache/airflow/pull/20759): @dstandish
   - [ ] [fix: Update custom connection field processing 
(#20883)](https://github.com/apache/airflow/pull/20883): @mike-mcdonald
        Linked issues:
        - [Cannot edit custom fields on provider connections 
(#20839)](https://github.com/apache/airflow/issues/20839)
   - [ ] [Ensure clear_task_instances sets valid run state 
(#21116)](https://github.com/apache/airflow/pull/21116): @uranusjr @uplsh580
        Linked issues:
        - [Running airflow dags backfill --reset-dagruns <dag_id> -s  
<execution_start_dt> -e <execution_end_dt> results in error when run twice.  
(#21058)](https://github.com/apache/airflow/issues/21058)
        - [Fix 'airflow dags backfill --reset-dagruns' errors when run twice 
(#21062)](https://github.com/apache/airflow/pull/21062)
   - [ ] [Update `ExternalTaskSensorLink` to handle templated `external_dag_id` 
(#21192)](https://github.com/apache/airflow/pull/21192): @csp98 @josh-fell
        Linked issues:
        - [Webserver "External DAG" button on ExternalTaskSensor not working 
when dag_id is templated 
(#21183)](https://github.com/apache/airflow/issues/21183)
   - [ ] [A trigger might use a connection; make sure we mask passwords 
(#21207)](https://github.com/apache/airflow/pull/21207): @malthe
   - [ ] [Log traceback in trigger excs 
(#21213)](https://github.com/apache/airflow/pull/21213): @malthe
   - [ ] [Fix trigger dag redirect from task instance log view 
(#21239)](https://github.com/apache/airflow/pull/21239): @dstandish
   - [ ] [Fix race condition between triggerer and scheduler 
(#21316)](https://github.com/apache/airflow/pull/21316): @malthe
   - [ ] [Reduce DB load incurred by Stale DAG deactivation 
(#21399)](https://github.com/apache/airflow/pull/21399): @SamWheating
   - [ ] [Fix max_active_runs=1 not scheduling runs when 
min_file_process_interval is high 
(#21413)](https://github.com/apache/airflow/pull/21413): @ephraimbuddy
   - [ ] [Fix Resources __eq__ check 
(#21442)](https://github.com/apache/airflow/pull/21442): @pingzh
   - [ ] [Filter out default configs when overrides exist. 
(#21539)](https://github.com/apache/airflow/pull/21539): @xyu @ashb
        Linked issues:
        - [PR #18772 breaks `sql_alchemy_conn_cmd` config 
(#20092)](https://github.com/apache/airflow/issues/20092)
        - [Don't bake ENV and _cmd into tmp config for non-sudo 
(#18772)](https://github.com/apache/airflow/pull/18772)
   - [ ] [Fix logging JDBC SQL error when task fails 
(#21540)](https://github.com/apache/airflow/pull/21540): @stijn-meersman 
@hubert-pietron @jyotsa09
        Linked issues:
        - [No SQL error shown when using the JDBC operator 
(#18482)](https://github.com/apache/airflow/issues/18482)
        - [JDBC operator not logging errors 
(#16295)](https://github.com/apache/airflow/issues/16295)
   - [ ] [Dispose not used connection pool 
(#21565)](https://github.com/apache/airflow/pull/21565): @pingzh
   - [ ] [FIX: extends typing-extensions to be installed with python 3.8+ 
#21566 (#21567)](https://github.com/apache/airflow/pull/21567): @frankcash
        Linked issues:
        - [typing_extensions package isn't installed with 
apache-airflow-providers-amazon causing an issue for SqlToS3Operator 
(#21566)](https://github.com/apache/airflow/issues/21566)
   - [ ] [Disable default_pool delete on web ui 
(#21658)](https://github.com/apache/airflow/pull/21658): @chenglongyan
   - [ ] [Log exception in local executor 
(#21667)](https://github.com/apache/airflow/pull/21667): @uranusjr
   - [ ] [Correctly handle multiple '=' in LocalFileSystem secrets. 
(#21694)](https://github.com/apache/airflow/pull/21694): @kadai0308 
@joeyberkovitz
        Linked issues:
        - [LocalFileSystem Secret Backend Bug 
(#21625)](https://github.com/apache/airflow/issues/21625)
   - [ ] [Fix stray order_by(TaskInstance.execution_date) 
(#21705)](https://github.com/apache/airflow/pull/21705): @uranusjr @TidesMind
        Linked issues:
        - [Airflow >= 2.2.0 execution date change is failing TaskInstance 
get_task_instances method and possibly others 
(#21656)](https://github.com/apache/airflow/issues/21656)
   - [ ] [Fix filesystem sensor for directories 
(#21729)](https://github.com/apache/airflow/pull/21729): @mixilchenko
   - [ ] [Fix graph autorefresh on page load 
(#21736)](https://github.com/apache/airflow/pull/21736): @bbovenzi
   - [ ] [Fix triggerer --capacity parameter 
(#21753)](https://github.com/apache/airflow/pull/21753): @thesuperzapper @msumit
        Linked issues:
        - [triggerer `--capacity` parameter does not work 
(#21752)](https://github.com/apache/airflow/issues/21752)
   - [ ] [Fix assignment of unassigned triggers 
(#21770)](https://github.com/apache/airflow/pull/21770): @jkramer-ginkgo
   - [ ] [Fix handling some None parameters in kubernetes 23 libs 
(#21905)](https://github.com/apache/airflow/pull/21905): @potiuk
   - [ ] [Fix incorrect data provided to tries & landing times charts 
(#21928)](https://github.com/apache/airflow/pull/21928): @millin
   - [ ] [Fixed dask executor and tests 
(#22027)](https://github.com/apache/airflow/pull/22027): @subkanthi @potiuk
        Linked issues:
        - [Removes limitations from Dask dependencies 
(#22017)](https://github.com/apache/airflow/pull/22017)
   - [ ] [Add the new Airflow Trove Classifier to setup.cfg 
(#22241)](https://github.com/apache/airflow/pull/22241): @potiuk
   - [ ] [Fix broken links to celery documentation 
(#22364)](https://github.com/apache/airflow/pull/22364): @davidhagens
   - [ ] [Add back celery intersphinx mapping 
(#22370)](https://github.com/apache/airflow/pull/22370): @kaxil
   - [ ] [Replace timedelta.max with year long timdelta in test_manager 
(#22527)](https://github.com/apache/airflow/pull/22527): @potiuk
   - [ ] [Check and disallow a relative path for sqlite 
(#22530)](https://github.com/apache/airflow/pull/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
   
   - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow 
project.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to