Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.4.0a1 #864

Merged
merged 2 commits into from
Mar 1, 2024
Merged

Release 1.4.0a1 #864

merged 2 commits into from
Mar 1, 2024

Conversation

tatiana
Copy link
Collaborator

@tatiana tatiana commented Feb 27, 2024

Features

Bug fixes

Docs

Others

@tatiana tatiana requested a review from a team as a code owner February 27, 2024 13:47
@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Feb 27, 2024
@tatiana tatiana marked this pull request as draft February 27, 2024 13:47
Copy link

netlify bot commented Feb 27, 2024

Deploy Preview for sunny-pastelito-5ecb04 canceled.

Name Link
🔨 Latest commit ec787ac
🔍 Latest deploy log https://app.netlify.com/sites/sunny-pastelito-5ecb04/deploys/65e11890e79bf40008078684

@dosubot dosubot bot added area:execution Related to the execution environment/mode, like Docker, Kubernetes, Local, VirtualEnv, etc dbt:docs Primarily related to dbt docs command or functionality execution:local Related to Local execution environment parsing:dbt_ls Issues, questions, or features related to dbt_ls parsing profile:databricks Related to Databricks ProfileConfig labels Feb 27, 2024
Copy link

codecov bot commented Feb 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.39%. Comparing base (95ad1cb) to head (ec787ac).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #864   +/-   ##
=======================================
  Coverage   95.39%   95.39%           
=======================================
  Files          57       57           
  Lines        2759     2759           
=======================================
  Hits         2632     2632           
  Misses        127      127           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tatiana
Copy link
Collaborator Author

tatiana commented Feb 27, 2024

I'd like to include the following PRs in this (alpha) release:

If we can get their tests passing in the next 12 hours, we can release them in this alpha release; if not - they will join the next alpha release / or they will be part of the stable 1.4 release.

@jbandoro
Copy link
Collaborator

#850 was merged and can be included in this alpha release - thanks!

@dwreeves
Copy link
Collaborator

Lemme see what I can do about #786 tonight...

CHANGELOG.rst Outdated Show resolved Hide resolved
@dwreeves
Copy link
Collaborator

#786 needs a refresh on coverage tests

@tatiana
Copy link
Collaborator Author

tatiana commented Feb 29, 2024

#786 needs a refresh on coverage tests

I've added the missing tests, @dwreeves , thanks a lot!

@tatiana
Copy link
Collaborator Author

tatiana commented Feb 29, 2024

I believe there is an issue with the implementation of #863 - I left some feedback and we can still add it to the 1.4 release after.

@tatiana tatiana marked this pull request as ready for review February 29, 2024 23:42
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Feb 29, 2024
CHANGELOG.rst Outdated Show resolved Hide resolved
@tatiana tatiana merged commit fbd61ec into main Mar 1, 2024
63 checks passed
@tatiana tatiana deleted the release-1.4.0a1 branch March 1, 2024 13:49
@tatiana tatiana added this to the 1.4.0 milestone May 13, 2024
arojasb3 pushed a commit to arojasb3/astronomer-cosmos that referenced this pull request Jul 14, 2024
Features

* Add dbt docs natively in Airflow via plugin by @dwreeves in astronomer#737
* Add support for ``InvocationMode.DBT_RUNNER`` for local execution mode
by @jbandoro in astronomer#850
* Support partial parsing to render DAGs faster when using
``ExecutionMode.LOCAL``, ``ExecutionMode.VIRTUALENV`` and
``LoadMode.DBT_LS`` by @dwreeves in astronomer#800
* Add Azure Container Instance as Execution Mode by @danielvdende in
astronomer#771
* Add dbt build operators by @dylanharper-qz in astronomer#795
* Add dbt profile config variables to mapped profile by @ykuc in astronomer#794
* Add more template fields to ``DbtBaseOperator`` by @dwreeves in astronomer#786

Bug fixes

* Make ``PostgresUserPasswordProfileMapping`` schema argument optional
by @FouziaTariq in astronomer#683
* Fix ``folder_dir`` not showing on logs for ``DbtDocsS3LocalOperator``
by @PrimOox in astronomer#856
* Improve ``dbt ls`` parsing resilience to missing tags/config by
@tatiana in astronomer#859
* Fix ``operator_args`` modified in place in Airflow converter by
@jbandoro in astronomer#835
* Fix Docker and Kubernetes operators execute method resolution by
@jbandoro in astronomer#849

Docs

* Fix docs homepage link by @jlaneve in astronomer#860
* Fix docs ``ExecutionConfig.dbt_project_path`` by @jbandoro in astronomer#847
* Fix typo in MWAA getting started guide by @jlaneve in astronomer#846

Others

* Add performance integration tests by @jlaneve in astronomer#827
* Add ``connect_retries`` to databricks profile to fix expensive
integration failures by @jbandoro in astronomer#826
* Add import sorting (isort) to Cosmos by @jbandoro in astronomer#866
* Add Python 3.11 to CI/tests by @tatiana and @jbandoro in astronomer#821, astronomer#824
and astronomer#825
* Fix failing ``test_created_pod`` for
``apache-airflow-providers-cncf-kubernetes`` after v8.0.0 update by
@jbandoro in astronomer#854
* Extend ``DatabricksTokenProfileMapping`` test to include session
properties by @tatiana in astronomer#858
* Fix broken integration test uncovered from Pytest 8.0 update by
@jbandoro in astronomer#845
* Pre-commit hook updates in astronomer#834, astronomer#843 and astronomer#852
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:execution Related to the execution environment/mode, like Docker, Kubernetes, Local, VirtualEnv, etc dbt:docs Primarily related to dbt docs command or functionality execution:local Related to Local execution environment lgtm This PR has been approved by a maintainer parsing:dbt_ls Issues, questions, or features related to dbt_ls parsing profile:databricks Related to Databricks ProfileConfig size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants