You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: fix incorrect PR/issue references in the CHANGELOG
Several changelog entries pointed at the wrong PR/issue numbers (often an
issue number instead of the implementing PR). Corrected against the GitHub
PR/issue metadata.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -393,7 +393,7 @@ Bug fixes
393
393
* Add databricks oauth mock profile by @fjmacagno in #2164
394
394
* Register listeners in Airflow 3 plugin implementation by @pankajastro in #2187
395
395
* Fix resolution of ``packages-install-path`` when it uses ``env_var`` by @tatiana in #2194
396
-
* Fix ``template_fields`` in ``DbtConsumerWatcherSensor`` to include ``DbtRunLocalOperator`` template_fields`` by @tiovader and @emanuel-luis in #2209
396
+
* Fix ``template_fields`` in ``DbtConsumerWatcherSensor`` to include ``DbtRunLocalOperator`` ``template_fields`` by @tiovader and @emanuel-luis in #2201
397
397
* Emit asset events in ExecutionMode.AIRFLOW_ASYNC mode by @pankajastro in #2184
398
398
* Remove dag_run_id from telemetry tests by @tatiana in #2213
399
399
@@ -981,7 +981,7 @@ Bug fixes
981
981
Enhancements
982
982
983
983
* Improve dbt Docs Hosting Debugging -- Update dbt_docs_not_set_up.html by @johnmcochran in #1250
984
-
* Minor refactor on VirtualenvOperators & add test for PR #1253 by @tatiana in #1286
984
+
* Minor refactor on VirtualenvOperators & add test for PR #1252 by @tatiana in #1286
985
985
986
986
Docs
987
987
@@ -1199,7 +1199,7 @@ Others
1199
1199
1200
1200
* Enable pre-commit run and fix type-check job by @pankajastro in #957
1201
1201
* Clean databricks credentials in test/CI by @tatiana in #969
1202
-
* Update CODEOWNERS by @tatiana in #969 x
1202
+
* Update CODEOWNERS by @tatiana in #968
1203
1203
* Update emeritus contributors list by @tatiana in #961
1204
1204
* Promote @dwreeves to committer by @tatiana in #960
1205
1205
* Pre-commit hook updates in #956
@@ -1475,8 +1475,7 @@ Bug fixes
1475
1475
* Fix ``on_warning_callback`` behaviour on ``DbtTestLocalOperator`` by @edgga, @marco9663 and @tatiana in #558
1476
1476
* Use ``returncode`` instead of ``stderr`` to determine dbt graph loading errors by @cliff-lau-cloverhealth in #547
1477
1477
* Improve error message in ``config.py`` by @meyobagero in #532
1478
-
* Fix ``DbtTestOperator`` when test does not have ``test_metadata`` by @tatiana in #558
1479
-
* Fix ``target-path`` not specified issue in ``dbt-project.yml`` by @tatiana in #533
1478
+
* Fix ``target-path`` not specified issue in ``dbt-project.yml`` by @tatiana (reported in #533, fixed in release PR #562)
1480
1479
1481
1480
Others
1482
1481
@@ -1548,7 +1547,7 @@ Others
1548
1547
1549
1548
Enhancements
1550
1549
1551
-
* Improve logs to include astornomer-cosmos identifier by @tatiana in #450
1550
+
* Improve logs to include astronomer-cosmos identifier by @tatiana in #450
1552
1551
* Support OAuth authentication for Big Query by @MonideepDe in #431
0 commit comments