-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
merge from main into 1.5.latest #7576
Closed
Closed
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
* Bumping version to 1.5.0rc1 * Clean up changelog on main * fixing linter issues --------- Co-authored-by: Mike Alfare <[email protected]>
* separating the installation of the two requirements files
Co-authored-by: Github Build Bot <[email protected]> Co-authored-by: Mike Alfare <[email protected]>
test statically parsed two-argument ref
…` and subclasses (#7371)
…est version has been modified (#7439)
* Latest version should use un-suffixed alias * Latest version can be in un-suffixed file * FYI when unpinned ref to model with prerelease version * [WIP] Nicer error if versioned ref to unversioned model * Revert "Latest version should use un-suffixed alias" This reverts commit 3616c52. * Revert "[WIP] Nicer error if versioned ref to unversioned model" This reverts commit c9ae4af. * Define real event for UnpinnedRefNewVersionAvailable * Update pp test for implicit unsuffixed defined_in * Add changelog entry * Fix unit test * marky feedback * Add test case for UnpinnedRefNewVersionAvailable event
* Remove unnecessary "_update_into" methods
* Rm noisy parse events * PR feedback
* Update CODEOWNERS to include the OSS Tooling Guild * add a few more files
* CT-2414: Add graph summaries to target directory output * CT-2414: Make graph representation more compact * CT-2414: Add changelog entry * CT-2414: Remove temporary diagnostic code. * CT-2414: Combine graphs into a single file * CT-2414: Simplify graph summary format. * CT-2414: Add invocation id to summary, add unit test
* Create publication.py, various Publication classes, Dependency class * Load dependencies.yml and the corresponding publication file * Add "public_nodes" and populate ref_lookup * resolve_ref working * Add public nodes to parent and child maps * Bump manifest version and fix tests, use ModelDependsOn * Split out PublicationArtifact and PublicationConfig, store public_models separately * Store dependencies in publication artifact * change detection of PublicModel for >= python3.10 * Handle removing references for re-processing if publication has changed * Handle only changed publication artifacts * Add some logging events * Remove duplicate nodes from manifest * refactor relation_from_relation_name * Remove duplicate writing of manifest.json * Add public_nodes to flat_graph * Move some file name constants to core/dbt/constants.py * Remove "environment" from ProjectDependency. Add database/schema/identifier to PublicModel. Update TargetNotFound exception. * Include external publication dependencies in publication artifact dependencies * Remove create_from_relation_name, call create_from_node instead * Change PublicationArtifactChanged message to debug level * Make write_publication_artifact a function in parser/manifest.py * Create fixture to create minimal alternate project (just models) * develop multi project test case
* Adding perf testing GHA * Fixing tigger syntax * Fixing PR creation issue * Updating testing var * Remove unneeded branch names * Fixing branch naming convention * Standardizing branch name to var * Consolidating PR jobs * Updating inputs and making more readable * Splitting steps up * Making some updates here to simplify and update * Remove tab * Cleaned up testing TODOs before committing * Fixing spacing * Fixing spacing issue
* Back compat for previous retrurn type of 'collect_freshness' * Test fixups * PR feedback
* adding performance baseline for 1.4.0 * Fix formatting --------- Co-authored-by: Github Build Bot <[email protected]> Co-authored-by: leahwicz <[email protected]>
* Pin protobuf to >=4.0.0 * Changie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
--help
text for cache-related parameters #7389).gitignore
to take heed oftests/functional/build
(Fix.gitignore
to take heed oftests/functional/build
#7436)statement
results when retrieved fromProviderContext
and subclasses (Clear cachedstatement
results when retrieved fromProviderContext
and subclasses #7371)--print/--no-print
flag (Fix inverted--print/--no-print
flag #7524)collect_freshness
(Back compat for previous return type ofcollect_freshness
#7535)manifest.json
duringdocs serve
command #7554)dbt show
#7407: print model version indbt show
if specified (fix #7407: print model version indbt show
if specified #7543)dbt show
doesn't work for seeds #7273: enable dbt show for seeds (fix #7273: enable dbt show for seeds #7544)dbt show
should include--limit
in compiled query #7390: push down limit filtering to adapter (fix #7390: push down limit filtering to adapter #7545)dbt show
throwsDatabase Error
for models withsql_header
required for valid query #7413: inject sql header in query for show (fix #7413: inject sql header in query for show #7568)run_results.json
(Always writerun_results.json
#7539)resolves #
Description
Checklist
changie new
to create a changelog entry