-
Notifications
You must be signed in to change notification settings - Fork 177
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.6.0 #1080
Merged
Merged
Release 1.6.0 #1080
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for sunny-pastelito-5ecb04 canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1080 +/- ##
=======================================
Coverage 95.95% 95.95%
=======================================
Files 64 64
Lines 3656 3656
=======================================
Hits 3508 3508
Misses 148 148 ☔ View full report in Codecov by Sentry. |
2 tasks
pankajkoti
force-pushed
the
release-1.6.0
branch
from
August 16, 2024 13:23
64315ee
to
e5ed401
Compare
pankajkoti
force-pushed
the
release-1.6.0
branch
from
August 16, 2024 13:23
e5ed401
to
9073cf5
Compare
pankajkoti
force-pushed
the
release-1.6.0
branch
from
August 20, 2024 11:29
9073cf5
to
e7aea44
Compare
pankajastro
approved these changes
Aug 20, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
dosubot
bot
added
the
size:M
This PR changes 30-99 lines, ignoring generated files.
label
Aug 20, 2024
pankajkoti
reviewed
Aug 20, 2024
Co-authored-by: Pankaj Singh <[email protected]>
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:docs
Relating to documentation, changes, fixes, improvement
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
dbt:list
Primarily related to dbt list command or functionality
execution:kubernetes
Related to Kubernetes execution environment
parsing:dbt_ls
Issues, questions, or features related to dbt_ls parsing
profile:databricks
Related to Databricks ProfileConfig
labels
Aug 20, 2024
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:docs
Relating to documentation, changes, fixes, improvement
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
dbt:list
Primarily related to dbt list command or functionality
execution:kubernetes
Related to Kubernetes 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New Features
package-lock.yml
file by @pankajastro in Cache package-lock.yml file #1086LoadMode.VIRTUALENV
directory by @tatiana in Support persisting theLoadMode.VIRTUALENV
directory #1079dbt ls
cache in remote stores by @pankajkoti in Add support to store and fetch dbt ls cache in remote stores #1147ProfileMapping
by @sc250072 in Added new profile mapping configuration for Teradata #1077Enhancements
DatabricksOauthProfileMapping
profile by @CorsettiS in add DatabricksOauthProfileMapping profile #1091dbt ls
as the default parser whenprofile_config
is provided by @pankajastro in Usedbt ls
as the default parser when profile_config is provided #1101Bug fixes
ProfileMapping
target invalid issue by @sc250072 in Teradata Profile Mapping Issue - Credentials in profile "generated_profile", target "dev" invalid: Runtime Error Must specifyschema
in Teradata profile #1088dbt deps
ofLoadMode.DBT_LS
should useProjectConfig.dbt_vars
by @tatiana in Fixdbt deps
ofLoadMode.DBT_LS
should useProjectConfig.dbt_vars
#1114Docs
Others
DbtGraph.current_version
dead code by @tatiana in RemoveDbtGraph.current_version dead
code #1111