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

Initial implementation of cross-project ref #7276

Merged
merged 58 commits into from
May 3, 2023
Merged
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
0daea9f
Create publication.py, various Publication classes, Dependency class
gshank Apr 12, 2023
6d511eb
fix merge error
gshank Apr 12, 2023
7ffadaf
Fix test
gshank Apr 12, 2023
8ba476a
Move test_publication into multi_project dir
gshank Apr 13, 2023
9add2a6
Load dependencies.yml and the corresponding publication file
gshank Apr 13, 2023
77d2a5b
use is_latest_version
gshank Apr 14, 2023
6bb6e57
Add version to PublicModel for now
gshank Apr 14, 2023
8dcc2b5
change test to use parse and get manifest
gshank Apr 14, 2023
ede647a
Add unique_id and a couple of properties to PublicModel
gshank Apr 14, 2023
86045ca
add "name" and "package_name" to PublicModel, some changes to ref_lookup
gshank Apr 14, 2023
8009349
Add "external_nodes" and populate ref_lookup
gshank Apr 14, 2023
6a9c06d
resolve_ref working
gshank Apr 14, 2023
f8a7bfd
add "external_nodes" dictionary, save external ref unique_ids to it
gshank Apr 14, 2023
22d6e85
Merge branch 'main' into ct-2327-model_publication
gshank Apr 17, 2023
babaf6a
rename external_nodes to public_nodes
gshank Apr 17, 2023
bd652a7
relation from relation_name. Not tested.
gshank Apr 17, 2023
c96c2a2
Test working with public_node
gshank Apr 17, 2023
17542fb
Add public nodes to parent and child maps
gshank Apr 17, 2023
c3c2940
Bump manifest version and fix tests, use ModelDependsOn
gshank Apr 17, 2023
fb12f7c
re-comment line in test_previous_version_state.py
gshank Apr 18, 2023
22cb844
Merge branch 'main' into ct-2327-model_publication
gshank Apr 18, 2023
0dd963a
Fix refs to manifest.json version, typo in Dependencies
gshank Apr 18, 2023
f7202ae
Split out PublicationArtifact and PublicationConfig, store public_models
gshank Apr 18, 2023
5bd828e
Store dependencies in publication artifact
gshank Apr 19, 2023
a43327d
Remove ModelDependsOn
gshank Apr 19, 2023
942f712
Fix is_latest_version and add some comments
gshank Apr 19, 2023
3054aed
change detection of PublicModel for >= python3.10
gshank Apr 20, 2023
fcd545b
Changie
gshank Apr 20, 2023
a5429cc
Merge branch 'main' into ct-2327-model_publication
gshank Apr 20, 2023
c4db8c0
Fix another isinstance of public model
gshank Apr 20, 2023
3f54bb0
Update another instance check of PublicModel
gshank Apr 21, 2023
e9d5a4c
Handle removing references for re-processing if publication has changed
gshank Apr 21, 2023
9e2284c
Handle only changed publication artifacts
gshank Apr 24, 2023
34b813a
Add another test
gshank Apr 24, 2023
719ab9a
Add some logging events
gshank Apr 24, 2023
41364be
Merge branch 'main' into ct-2327-model_publication
gshank Apr 24, 2023
bac92ea
Remove duplicate nodes from manifest
gshank Apr 24, 2023
dac9fa8
Merge branch 'main' into ct-2327-model_publication
gshank Apr 25, 2023
2e938e3
refactor relation_from_relation_name
gshank Apr 25, 2023
6b01773
Some comments and minor cleanup
gshank Apr 25, 2023
f286af2
get quote character from class, quoting from publication artifact
gshank Apr 25, 2023
4fdfb2b
cleanup depends_on_public_nodes; move call to rebuild_ref_lookup; tweak
gshank Apr 26, 2023
0425c3b
Remove duplicate writing of manifest.json
gshank Apr 26, 2023
acfae95
Add public_nodes to flat_graph
gshank Apr 26, 2023
3254154
Rename some dependencies
gshank Apr 26, 2023
2aad937
Fix test_manifest.py
gshank Apr 26, 2023
fce5c07
Move some file name constants to core/dbt/constants.py
gshank Apr 27, 2023
a256083
Remove "environment" from ProjectDependency. Add
gshank Apr 27, 2023
1589c75
Include external publication dependencies in publication artifact dep…
gshank Apr 27, 2023
97f1fc9
Remove create_from_relation_name, call create_from_node instead
gshank Apr 27, 2023
3fc17fe
Merge branch 'main' into ct-2327-model_publication
gshank Apr 27, 2023
b81157f
Change PublicationArtifactChanged message to debug level
gshank Apr 27, 2023
552b623
Make write_publication_artifact a function in parser/manifest.py
gshank Apr 27, 2023
6369410
Merge branch 'main' into ct-2327-model_publication
gshank Apr 28, 2023
f705d26
Code review cleanup
gshank May 1, 2023
f12e9b6
Merge branch 'main' into ct-2327-model_publication
gshank May 1, 2023
a0611a4
Create fixture to create minimal alternate project (just models)
gshank May 2, 2023
7471b2f
develop multi project test case
gshank May 3, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into ct-2327-model_publication
gshank committed Apr 24, 2023
commit 41364be1d8c1cd648008ec62beeb46fb521b4ba4

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.