Release 1.10.2#1912
Conversation
✅ Deploy Preview for sunny-pastelito-5ecb04 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull Request Overview
This is a release PR for version 1.10.2 containing bug fixes, documentation improvements, and various development/CI enhancements. The release focuses on compatibility fixes for Airflow 3, Kubernetes execution improvements, and dbt functionality refinements.
Key changes include:
- Bug fixes for Airflow 3 compatibility and various execution modes
- Documentation updates and corrections
- CI/CD improvements and security enhancements
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/configuration/render-config.rst | Added version annotation for the enable_owner_inheritance parameter |
| CHANGELOG.rst | Added complete changelog entry for version 1.10.2 with all bug fixes, documentation updates, and other changes |
tatiana
left a comment
There was a problem hiding this comment.
Looks great, @pankajkoti , thanks a lot!
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1912 +/- ##
=======================================
Coverage 98.08% 98.08%
=======================================
Files 86 86
Lines 5334 5334
=======================================
Hits 5232 5232
Misses 102 102 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Bug Fixes
try_numberattribute for Airflow 3 compatibility by @pankajkoti in Fix task instance try_number attribute for Airflow 3 compatibility #1781should_store_compiled_sql=Falseto restore pre-refactor behaviour by @pankajkoti in Fix RTIF override logic when should_store_compiled_sql=False to restore pre-refactor behaviour #1777ProfileConfigin GCP Cloud Run job execution mode by @ramonvermeulen in fix: add support forProfileConfigin gcp cloud run job execution mode #1783container_resourcestoresourcesby @johnhoran in Kubernetes Pod Operator convertcontainer_resources#1821dbt depswith project level variables by @AlexandrKhabarov in fix: dependencies installation with project level variables #1822Documentation
contributing.rstdocs by @tatiana in Fixcontributing.rstdocs #1785selecting-excluding.rstby @msshroff in doc: Fix typo inselecting-excluding.rst#1812 #1814ExecutionMode.KUBERNETESby @LuigiCerone in doc: Update testing behavior file with k8s exec mode #1813depends_onattribute by @benedikt-buchert in docs: depends_on attribute #1837use_dataset_airflow3_uri_standardby @Anti0ff in Make implementation & docs consistent regardinguse_dataset_airflow3_uri_standard#1878Others
test_async_example_dag_without_setup_tasktests by @pankajastro in Fixtest_async_example_dag_without_setup_tasktests #1788DagRunStateand fix issues by @pankajkoti and @tatiana in Assert example DAGs'DagRunStateand fix issues #1778LoadMode.CUSTOMparser by @duongphannamhung in Add deprecation warning for LoadMode.CUSTOM parser #1885tests.py3.11-2.8-1.9:test-integration-setupby @tatiana in Fix broken CItests.py3.11-2.8-1.9:test-integration-setup#1902Co-authored-by: Tatiana Al-Chueyr tatiana.alchueyr@gmail.com