You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/08 20:47:46 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #19481: Sync `v2-2-stable` with `v2-2-test` to release `2.2.2`

kaxil commented on a change in pull request #19481:
URL: https://github.com/apache/airflow/pull/19481#discussion_r745078441



##########
File path: CHANGELOG.txt
##########
@@ -1,3 +1,38 @@
+Airflow 2.2.2, 2021-11-11
+-------------------------
+
+Bug Fixes
+"""""""""
+
+- Fix bug when checking for existence of a Variable (#19395)
+- Fix Serialization when``relativedelta`` is passed as ``schedule_interval``  (#19418)
+- Fix moving of dangling TaskInstance rows for SQL Server (#19425)
+- Fix task instance modal in gantt view (#19258)
+- Fix serialization of Params with set data type (#19267)
+- Check if job object is None before calling .is_alive() (#19380)
+- Task should fail immediately when pod is unprocessable (#19359)
+- Fix downgrade for a DB Migration (#19390)
+- Only mark SchedulerJobs as failed, not any jobs (#19375)
+- Fix message on "Mark as" confirmation page (#19363)
+- Bugfix: Check next run exists before reading data interval (#19307)
+- Fix MySQL db migration with default encoding/collation (#19268)
+- Fix hidden tooltip position (#19261)
+- sqlite_default has been hard-coded to /tmp, usegettempdir instead, (#19255)
+- Fix Toggle Wrap on DAG code page (#19211)
+- Clarify dag-not-found error message (#19338)
+- Add Note to SLA regarding schedule_interval (#19173)
+- Use ``execution_date`` to check for existing ``DagRun`` for ``TriggerDagRunOperator`` (#18968)
+- Add explicit session parameter in PoolSlotsAvailableDep (#18875)
+- FAB still requires WTForms < 3.0 (#19466)
+
+Doc only changes
+""""""""""""""""
+
+- Add missing parameter documentation for "timetable" (#19282)
+- Docs: Fix typo in ``dag-run.rst`` (#19340)
+- Improve Kubernetes Executor docs (#19339)
+- Fix typo in ``tutorial.rst`` (#18983)

Review comment:
       ```suggestion
   - Add missing parameter documentation for "timetable" (#19282)
   - Improve Kubernetes Executor docs (#19339)
   ```

##########
File path: CHANGELOG.txt
##########
@@ -1,3 +1,38 @@
+Airflow 2.2.2, 2021-11-11
+-------------------------
+
+Bug Fixes
+"""""""""
+
+- Fix bug when checking for existence of a Variable (#19395)
+- Fix Serialization when``relativedelta`` is passed as ``schedule_interval``  (#19418)
+- Fix moving of dangling TaskInstance rows for SQL Server (#19425)
+- Fix task instance modal in gantt view (#19258)
+- Fix serialization of Params with set data type (#19267)
+- Check if job object is None before calling .is_alive() (#19380)
+- Task should fail immediately when pod is unprocessable (#19359)
+- Fix downgrade for a DB Migration (#19390)
+- Only mark SchedulerJobs as failed, not any jobs (#19375)
+- Fix message on "Mark as" confirmation page (#19363)
+- Bugfix: Check next run exists before reading data interval (#19307)
+- Fix MySQL db migration with default encoding/collation (#19268)
+- Fix hidden tooltip position (#19261)
+- sqlite_default has been hard-coded to /tmp, usegettempdir instead, (#19255)
+- Fix Toggle Wrap on DAG code page (#19211)
+- Clarify dag-not-found error message (#19338)
+- Add Note to SLA regarding schedule_interval (#19173)
+- Use ``execution_date`` to check for existing ``DagRun`` for ``TriggerDagRunOperator`` (#18968)
+- Add explicit session parameter in PoolSlotsAvailableDep (#18875)
+- FAB still requires WTForms < 3.0 (#19466)

Review comment:
       ```suggestion
   - FAB still requires ``WTForms<3.0`` (#19466)
   ```

##########
File path: CHANGELOG.txt
##########
@@ -1,3 +1,38 @@
+Airflow 2.2.2, 2021-11-11
+-------------------------
+
+Bug Fixes
+"""""""""
+
+- Fix bug when checking for existence of a Variable (#19395)
+- Fix Serialization when``relativedelta`` is passed as ``schedule_interval``  (#19418)
+- Fix moving of dangling TaskInstance rows for SQL Server (#19425)
+- Fix task instance modal in gantt view (#19258)
+- Fix serialization of Params with set data type (#19267)
+- Check if job object is None before calling .is_alive() (#19380)
+- Task should fail immediately when pod is unprocessable (#19359)
+- Fix downgrade for a DB Migration (#19390)
+- Only mark SchedulerJobs as failed, not any jobs (#19375)
+- Fix message on "Mark as" confirmation page (#19363)
+- Bugfix: Check next run exists before reading data interval (#19307)
+- Fix MySQL db migration with default encoding/collation (#19268)
+- Fix hidden tooltip position (#19261)
+- sqlite_default has been hard-coded to /tmp, usegettempdir instead, (#19255)
+- Fix Toggle Wrap on DAG code page (#19211)
+- Clarify dag-not-found error message (#19338)
+- Add Note to SLA regarding schedule_interval (#19173)
+- Use ``execution_date`` to check for existing ``DagRun`` for ``TriggerDagRunOperator`` (#18968)
+- Add explicit session parameter in PoolSlotsAvailableDep (#18875)

Review comment:
       ```suggestion
   - Add explicit session parameter in ``PoolSlotsAvailableDep`` (#18875)
   ```

##########
File path: CHANGELOG.txt
##########
@@ -1,3 +1,38 @@
+Airflow 2.2.2, 2021-11-11
+-------------------------
+
+Bug Fixes
+"""""""""
+
+- Fix bug when checking for existence of a Variable (#19395)
+- Fix Serialization when``relativedelta`` is passed as ``schedule_interval``  (#19418)
+- Fix moving of dangling TaskInstance rows for SQL Server (#19425)
+- Fix task instance modal in gantt view (#19258)
+- Fix serialization of Params with set data type (#19267)
+- Check if job object is None before calling .is_alive() (#19380)
+- Task should fail immediately when pod is unprocessable (#19359)
+- Fix downgrade for a DB Migration (#19390)
+- Only mark SchedulerJobs as failed, not any jobs (#19375)
+- Fix message on "Mark as" confirmation page (#19363)
+- Bugfix: Check next run exists before reading data interval (#19307)
+- Fix MySQL db migration with default encoding/collation (#19268)
+- Fix hidden tooltip position (#19261)
+- sqlite_default has been hard-coded to /tmp, usegettempdir instead, (#19255)
+- Fix Toggle Wrap on DAG code page (#19211)
+- Clarify dag-not-found error message (#19338)
+- Add Note to SLA regarding schedule_interval (#19173)

Review comment:
       ```suggestion
   - Add Note to SLA regarding ``schedule_interval`` (#19173)
   ```

##########
File path: CHANGELOG.txt
##########
@@ -1,3 +1,38 @@
+Airflow 2.2.2, 2021-11-11
+-------------------------
+
+Bug Fixes
+"""""""""
+
+- Fix bug when checking for existence of a Variable (#19395)
+- Fix Serialization when``relativedelta`` is passed as ``schedule_interval``  (#19418)
+- Fix moving of dangling TaskInstance rows for SQL Server (#19425)
+- Fix task instance modal in gantt view (#19258)
+- Fix serialization of Params with set data type (#19267)
+- Check if job object is None before calling .is_alive() (#19380)

Review comment:
       ```suggestion
   - Check if job object is ``None`` before calling ``.is_alive()`` (#19380)
   ```

##########
File path: CHANGELOG.txt
##########
@@ -1,3 +1,38 @@
+Airflow 2.2.2, 2021-11-11
+-------------------------
+
+Bug Fixes
+"""""""""
+
+- Fix bug when checking for existence of a Variable (#19395)
+- Fix Serialization when``relativedelta`` is passed as ``schedule_interval``  (#19418)
+- Fix moving of dangling TaskInstance rows for SQL Server (#19425)
+- Fix task instance modal in gantt view (#19258)
+- Fix serialization of Params with set data type (#19267)

Review comment:
       ```suggestion
   - Fix serialization of ``Params`` with set data type (#19267)
   ```

##########
File path: CHANGELOG.txt
##########
@@ -1,3 +1,38 @@
+Airflow 2.2.2, 2021-11-11
+-------------------------
+
+Bug Fixes
+"""""""""
+
+- Fix bug when checking for existence of a Variable (#19395)
+- Fix Serialization when``relativedelta`` is passed as ``schedule_interval``  (#19418)
+- Fix moving of dangling TaskInstance rows for SQL Server (#19425)
+- Fix task instance modal in gantt view (#19258)
+- Fix serialization of Params with set data type (#19267)
+- Check if job object is None before calling .is_alive() (#19380)
+- Task should fail immediately when pod is unprocessable (#19359)
+- Fix downgrade for a DB Migration (#19390)
+- Only mark SchedulerJobs as failed, not any jobs (#19375)
+- Fix message on "Mark as" confirmation page (#19363)
+- Bugfix: Check next run exists before reading data interval (#19307)
+- Fix MySQL db migration with default encoding/collation (#19268)
+- Fix hidden tooltip position (#19261)
+- sqlite_default has been hard-coded to /tmp, usegettempdir instead, (#19255)

Review comment:
       ```suggestion
   - ``sqlite_default`` Connection has been hard-coded to `/tmp`, use `gettempdir` instead (#19255)
   ```

##########
File path: CHANGELOG.txt
##########
@@ -1,3 +1,38 @@
+Airflow 2.2.2, 2021-11-11
+-------------------------
+
+Bug Fixes
+"""""""""
+
+- Fix bug when checking for existence of a Variable (#19395)
+- Fix Serialization when``relativedelta`` is passed as ``schedule_interval``  (#19418)
+- Fix moving of dangling TaskInstance rows for SQL Server (#19425)
+- Fix task instance modal in gantt view (#19258)
+- Fix serialization of Params with set data type (#19267)
+- Check if job object is None before calling .is_alive() (#19380)
+- Task should fail immediately when pod is unprocessable (#19359)
+- Fix downgrade for a DB Migration (#19390)
+- Only mark SchedulerJobs as failed, not any jobs (#19375)
+- Fix message on "Mark as" confirmation page (#19363)
+- Bugfix: Check next run exists before reading data interval (#19307)
+- Fix MySQL db migration with default encoding/collation (#19268)
+- Fix hidden tooltip position (#19261)
+- sqlite_default has been hard-coded to /tmp, usegettempdir instead, (#19255)
+- Fix Toggle Wrap on DAG code page (#19211)
+- Clarify dag-not-found error message (#19338)

Review comment:
       ```suggestion
   - Clarify "dag not found" error message in CLI (#19338)
   ```




-- 
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-unsubscribe@airflow.apache.org

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