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.9.0 #1539

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Release 1.9.0 #1539

wants to merge 2 commits into from

Conversation

pankajkoti
Copy link
Contributor

Breaking changes

  • When using LoadMode.DBT_LS, Cosmos will now attempt to use the dbtRunner as opposed to subprocess to run dbt ls.
    While this represents significant performance improvements (half the vCPU usage and some memory consumption improvement), this may not work in
    scenarios where users had multiple Python virtual environments to manage different versions of dbt and its adaptors. In those cases,
    please, set RenderConfig(invocation_mode=InvocationMode.SUBPROCESS) to have the same behaviour Cosmos had in previous versions.
    Additional information here <https://astronomer.github.io/astronomer-cosmos/configuration/parsing-methods.html#dbt-ls>_ and here <https://astronomer.github.io/astronomer-cosmos/configuration/render-config.html#how-to-run-dbt-ls-invocation-mode>_.

Features

Bug Fixes

Enhancement

Docs

Others

Copy link

cloudflare-workers-and-pages bot commented Feb 14, 2025

Deploying astronomer-cosmos with  Cloudflare Pages  Cloudflare Pages

Latest commit: f38876c
Status: ✅  Deploy successful!
Preview URL: https://e4985765.astronomer-cosmos.pages.dev
Branch Preview URL: https://release-1-9-0.astronomer-cosmos.pages.dev

View logs

Copy link

netlify bot commented Feb 14, 2025

Deploy Preview for sunny-pastelito-5ecb04 canceled.

Name Link
🔨 Latest commit f38876c
🔍 Latest deploy log https://app.netlify.com/sites/sunny-pastelito-5ecb04/deploys/67af0d1b706b00000864b5fa

Copy link

codecov bot commented Feb 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.30%. Comparing base (968b80e) to head (f38876c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1539   +/-   ##
=======================================
  Coverage   97.30%   97.30%           
=======================================
  Files          80       80           
  Lines        4854     4854           
=======================================
  Hits         4723     4723           
  Misses        131      131           

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant