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.3.0a3 #753

Merged
merged 1 commit into from
Dec 7, 2023
Merged

Release 1.3.0a3 #753

merged 1 commit into from
Dec 7, 2023

Conversation

tatiana
Copy link
Collaborator

@tatiana tatiana commented Dec 7, 2023

Features

Enhancements

Others

@tatiana tatiana requested a review from a team as a code owner December 7, 2023 00:50
@tatiana tatiana requested a review from a team December 7, 2023 00:50
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Dec 7, 2023
Copy link

netlify bot commented Dec 7, 2023

👷 Deploy Preview for amazing-pothos-a3bca0 processing.

Name Link
🔨 Latest commit edb2667
🔍 Latest deploy log https://app.netlify.com/sites/amazing-pothos-a3bca0/deploys/65712b4e930bf200081b0f3b

@dosubot dosubot bot added area:config Related to configuration, like YAML files, environment variables, or executer configuration area:dependencies Related to dependencies, like Python packages, library versions, etc area:execution Related to the execution environment/mode, like Docker, Kubernetes, Local, VirtualEnv, etc area:profile Related to ProfileConfig, like Athena, BigQuery, Clickhouse, Spark, Trino, etc area:testing Related to testing, like unit tests, integration tests, etc dbt:deps Primarily related to dbt deps command or functionality execution:docker Related to Docker execution environment execution:kubernetes Related to Kubernetes execution environment parsing:dbt_manifest Issues, questions, or features related to dbt_manifest parsing profile:snowflake Related to Snowflake ProfileConfig profile:vertica Related to Vertica ProfileConfig labels Dec 7, 2023
Copy link

codecov bot commented Dec 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3bc60a9) 93.13% compared to head (ea18bb1) 93.13%.

❗ Current head ea18bb1 differs from pull request most recent head edb2667. Consider uploading reports for the commit edb2667 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #753   +/-   ##
=======================================
  Coverage   93.13%   93.13%           
=======================================
  Files          55       55           
  Lines        2431     2431           
=======================================
  Hits         2264     2264           
  Misses        167      167           

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

@tatiana tatiana requested a review from jbandoro December 7, 2023 02:07
CHANGELOG.rst Outdated Show resolved Hide resolved
Features

* Add ProfileMapping for Vertica by @perttus in #540 and #688
* Add support for Snowflake encrypted private key environment variable by @DanMawdsleyBA in #649
* Add support to select using (some) graph operators when using LoadMode.CUSTOM and LoadMode.DBT_MANIFEST by @tatiana in #728
* Add cosmos/propagate_logs Airflow config support for disabling log pr… by @agreenburg in #648
* Add operator_args full_refresh as a templated field by @joppevos in #623
* Expose environment variables and dbt variables in ProjectConfig by @jbandoro in #735

Enhancements

* Make Pydantic an optional dependency by @pixie79 in #736
* Create a symbolic link to dbt_packages when dbt_deps is False when using LoadMode.DBT_LS by @DanMawdsleyBA in #730
* Support no profile_config for ExecutionMode.KUBERNETES and ExecutionMode.DOCKER by @MrBones757 and @tatiana in #681 and #731
* Add aws_session_token for Athena mapping by @benjamin-awd in #663

Others

* Replace flake8 for Ruff by @joppevos in #743
* Reduce code complexity to 8 by @joppevos in #738
* Update conflict matrix between Airflow and dbt versions by @tatiana in #731
* Speed up integration tests by @jbandoro in #732
Copy link
Collaborator

@jbandoro jbandoro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @tatiana! Excited to try this one out!

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Dec 7, 2023
@tatiana tatiana added this to the 1.3.0 milestone Dec 7, 2023
@jbandoro jbandoro merged commit b1cdc3c into main Dec 7, 2023
39 checks passed
@jbandoro jbandoro deleted the release-1.3 branch December 7, 2023 02:23
arojasb3 pushed a commit to arojasb3/astronomer-cosmos that referenced this pull request Jul 14, 2024
**Features**

* Add `ProfileMapping` for Snowflake encrypted private key path by
@ivanstillfront in astronomer#608
* Add support for Snowflake encrypted private key environment variable
by @DanMawdsleyBA in astronomer#649
* Add `DbtDocsGCSOperator` for uploading dbt docs to GCS by @jbandoro in
astronomer#616
* Add support to select using (some) graph operators when using
`LoadMode.CUSTOM` and `LoadMode.DBT_MANIFEST` by @tatiana in astronomer#728
* Add cosmos/propagate_logs Airflow config support for disabling log
propagation by @agreenburg in astronomer#648
* Add operator_args ``full_refresh`` as a templated field by @joppevos
in astronomer#623
* Expose environment variables and dbt variables in ``ProjectConfig`` by
@jbandoro in astronomer#735

**Enhancements**

* Make Pydantic an optional dependency by @pixie79 in astronomer#736
* Create a symbolic link to `dbt_packages` when `dbt_deps` is False when
using `LoadMode.DBT_LS` by @DanMawdsleyBA in astronomer#730
* Support no `profile_config` for `ExecutionMode.KUBERNETES` and
`ExecutionMode.DOCKER` by @MrBones757 and @tatiana in astronomer#681 and astronomer#731
* Add `aws_session_token` for Athena mapping by @benjamin-awd in astronomer#663

**Others**

* Replace flake8 for Ruff by @joppevos in astronomer#743
* Reduce code complexity to 8 by @joppevos in astronomer#738
* Update conflict matrix between Airflow and dbt versions by @tatiana in
astronomer#731
* Speed up integration tests by @jbandoro in astronomer#732
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:config Related to configuration, like YAML files, environment variables, or executer configuration area:dependencies Related to dependencies, like Python packages, library versions, etc area:execution Related to the execution environment/mode, like Docker, Kubernetes, Local, VirtualEnv, etc area:profile Related to ProfileConfig, like Athena, BigQuery, Clickhouse, Spark, Trino, etc area:testing Related to testing, like unit tests, integration tests, etc dbt:deps Primarily related to dbt deps command or functionality execution:docker Related to Docker execution environment execution:kubernetes Related to Kubernetes execution environment lgtm This PR has been approved by a maintainer parsing:dbt_manifest Issues, questions, or features related to dbt_manifest parsing profile:snowflake Related to Snowflake ProfileConfig profile:vertica Related to Vertica ProfileConfig size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants