From 07f7e8f7477b79ee6bf4a05bff82c4bd988f2152 Mon Sep 17 00:00:00 2001 From: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:52:07 -0600 Subject: [PATCH] Update RELEASE_NOTES.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kalle Ahlström <71292737+kahlstrm@users.noreply.github.com> --- RELEASE_NOTES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 6e13cb79f518d..6a2b0e42a099f 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -70,7 +70,7 @@ Bug Fixes Miscellaneous """"""""""""" -- ``TriggerDagRunOperator`` deprecate ``exection_date`` in favor of ``logical_date`` (#39285) +- ``TriggerDagRunOperator`` deprecate ``execution_date`` in favor of ``logical_date`` (#39285) - Force to use Airflow Deprecation warnings categories on ``@deprecated`` decorator (#39205) - Add warning about run/import Airflow under the Windows (#39196) - Update ``is_authorized_custom_view`` from auth manager to handle custom actions (#39167)