-
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
Commits on Apr 14, 2023
-
Cleanup main after cutting new 1.5.latest branch (#7354)
* Bumping version to 1.5.0rc1 * Clean up changelog on main * fixing linter issues --------- Co-authored-by: Mike Alfare <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a88f640 - Browse repository at this point
Copy the full SHA a88f640View commit details
Commits on Apr 18, 2023
-
dbt.include import issue for ci (#7383)
* separating the installation of the two requirements files
Configuration menu - View commit details
-
Copy full SHA for 121fa57 - Browse repository at this point
Copy the full SHA 121fa57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fedfe0 - Browse repository at this point
Copy the full SHA 6fedfe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57e9096 - Browse repository at this point
Copy the full SHA 57e9096View commit details -
[create-pull-request] automated change (#7377)
Co-authored-by: Github Build Bot <[email protected]> Co-authored-by: Mike Alfare <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba40d07 - Browse repository at this point
Copy the full SHA ba40d07View commit details -
Configuration menu - View commit details
-
Copy full SHA for add9242 - Browse repository at this point
Copy the full SHA add9242View commit details -
[Fix] Typo in statically parsed ref unpacking (#7365)
test statically parsed two-argument ref
Configuration menu - View commit details
-
Copy full SHA for 0891aef - Browse repository at this point
Copy the full SHA 0891aefView commit details -
Configuration menu - View commit details
-
Copy full SHA for a87275a - Browse repository at this point
Copy the full SHA a87275aView commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ada8860 - Browse repository at this point
Copy the full SHA ada8860View commit details
Commits on Apr 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aac034d - Browse repository at this point
Copy the full SHA aac034dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2418b0 - Browse repository at this point
Copy the full SHA b2418b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5aea19 - Browse repository at this point
Copy the full SHA f5aea19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1722079 - Browse repository at this point
Copy the full SHA 1722079View commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 75703c1 - Browse repository at this point
Copy the full SHA 75703c1View commit details
Commits on Apr 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for de75777 - Browse repository at this point
Copy the full SHA de75777View commit details -
Configuration menu - View commit details
-
Copy full SHA for 723ac94 - Browse repository at this point
Copy the full SHA 723ac94View commit details -
Clear cached
statement
results when retrieved from `ProviderContext……` and subclasses (#7371)
Configuration menu - View commit details
-
Copy full SHA for d07603b - Browse repository at this point
Copy the full SHA d07603bView commit details
Commits on Apr 25, 2023
-
fix partial parsing of versioned models - schedule child nodes if lat…
…est version has been modified (#7439)
Configuration menu - View commit details
-
Copy full SHA for 2739d5f - Browse repository at this point
Copy the full SHA 2739d5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9874f9e - Browse repository at this point
Copy the full SHA 9874f9eView commit details -
UX improvements to model versions (#7435)
* 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
Configuration menu - View commit details
-
Copy full SHA for d53bb37 - Browse repository at this point
Copy the full SHA d53bb37View commit details -
CT 2483 duplicate depends on nodes (#7455)
* Remove unnecessary "_update_into" methods
Configuration menu - View commit details
-
Copy full SHA for d2f963e - Browse repository at this point
Copy the full SHA d2f963eView commit details
Commits on Apr 27, 2023
-
Remove noisy parse events (#7388)
* Rm noisy parse events * PR feedback
Configuration menu - View commit details
-
Copy full SHA for e3498bd - Browse repository at this point
Copy the full SHA e3498bdView commit details
Commits on Apr 28, 2023
-
Update CODEOWNERS to include the OSS Tooling Guild (#7472)
* Update CODEOWNERS to include the OSS Tooling Guild * add a few more files
Configuration menu - View commit details
-
Copy full SHA for 17a8f46 - Browse repository at this point
Copy the full SHA 17a8f46View commit details -
CT-2414: Add graph summaries to target directory output (#7358)
* 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
Configuration menu - View commit details
-
Copy full SHA for c56a9b2 - Browse repository at this point
Copy the full SHA c56a9b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7eb89d - Browse repository at this point
Copy the full SHA a7eb89dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1dddaa - Browse repository at this point
Copy the full SHA f1dddaaView commit details
Commits on May 3, 2023
-
Initial implementation of cross-project ref (#7276)
* 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
Configuration menu - View commit details
-
Copy full SHA for fd73066 - Browse repository at this point
Copy the full SHA fd73066View commit details
Commits on May 5, 2023
-
Adding perf testing GHA (#5851)
* 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
Configuration menu - View commit details
-
Copy full SHA for 810ef7f - Browse repository at this point
Copy the full SHA 810ef7fView commit details
Commits on May 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 19d6dab - Browse repository at this point
Copy the full SHA 19d6dabView commit details -
Back compat for previous return type of
collect_freshness
(#7535)* Back compat for previous retrurn type of 'collect_freshness' * Test fixups * PR feedback
Configuration menu - View commit details
-
Copy full SHA for 35f8ceb - Browse repository at this point
Copy the full SHA 35f8cebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a7b73b - Browse repository at this point
Copy the full SHA 5a7b73bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0de046d - Browse repository at this point
Copy the full SHA 0de046dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40aca4b - Browse repository at this point
Copy the full SHA 40aca4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 881437e - Browse repository at this point
Copy the full SHA 881437eView commit details
Commits on May 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 078a836 - Browse repository at this point
Copy the full SHA 078a836View commit details -
Adding performance modeling for 1.4.0 to refs/heads/main (#7523)
* adding performance baseline for 1.4.0 * Fix formatting --------- Co-authored-by: Github Build Bot <[email protected]> Co-authored-by: leahwicz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2945619 - Browse repository at this point
Copy the full SHA 2945619View commit details -
CT 2552 pin protobuf to >=4.0.0 (#7566)
* Pin protobuf to >=4.0.0 * Changie
Configuration menu - View commit details
-
Copy full SHA for d34c511 - Browse repository at this point
Copy the full SHA d34c511View commit details -
Configuration menu - View commit details
-
Copy full SHA for 272beb2 - Browse repository at this point
Copy the full SHA 272beb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dffbb6a - Browse repository at this point
Copy the full SHA dffbb6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5bd4ed - Browse repository at this point
Copy the full SHA f5bd4edView commit details