Skip to content

Commit

Permalink
Fix expected_manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
aranke committed Jan 22, 2025
1 parent 4f0b67d commit 963acc7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions tests/functional/artifacts/expected_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ def expected_references_manifest(project):
"tags": [],
"constraints": [],
"granularity": None,
"doc_blocks": [["doc", "summary_first_name"]],
"doc_blocks": ["doc.test.summary_first_name"],
},
"ct": {
"description": "The number of instances of the first name",
Expand All @@ -1057,7 +1057,7 @@ def expected_references_manifest(project):
"tags": [],
"constraints": [],
"granularity": None,
"doc_blocks": [["doc", "summary_count"]],
"doc_blocks": ["doc.test.summary_count"],
},
},
"config": get_rendered_model_config(materialized="table", group="test_group"),
Expand Down Expand Up @@ -1105,7 +1105,7 @@ def expected_references_manifest(project):
"constraints": [],
"time_spine": None,
"freshness": None,
"doc_blocks": [["doc", "ephemeral_summary"]],
"doc_blocks": ["doc.test.ephemeral_summary"],
},
"model.test.view_summary": {
"alias": "view_summary",
Expand All @@ -1122,7 +1122,7 @@ def expected_references_manifest(project):
"tags": [],
"constraints": [],
"granularity": None,
"doc_blocks": [["doc", "summary_first_name"]],
"doc_blocks": ["doc.test.summary_first_name"],
},
"ct": {
"description": "The number of instances of the first name",
Expand All @@ -1133,7 +1133,7 @@ def expected_references_manifest(project):
"tags": [],
"constraints": [],
"granularity": None,
"doc_blocks": [["doc", "summary_count"]],
"doc_blocks": ["doc.test.summary_count"],
},
},
"config": get_rendered_model_config(),
Expand Down Expand Up @@ -1177,7 +1177,7 @@ def expected_references_manifest(project):
"constraints": [],
"time_spine": None,
"freshness": None,
"doc_blocks": [["doc", "view_summary"]],
"doc_blocks": ["doc.test.view_summary"],
},
"seed.test.seed": {
"alias": "seed",
Expand Down Expand Up @@ -1319,7 +1319,7 @@ def expected_references_manifest(project):
"tags": [],
"constraints": [],
"granularity": None,
"doc_blocks": [["doc", "column_info"]],
"doc_blocks": ["doc.test.column_info"],
}
},
"config": {
Expand Down Expand Up @@ -1363,6 +1363,7 @@ def expected_references_manifest(project):
"unrendered_config": {},
"unrendered_database": None,
"unrendered_schema": "{{ var('test_schema') }}",
"doc_blocks": ["doc.test.table_info"],
},
},
"exposures": {
Expand Down

0 comments on commit 963acc7

Please sign in to comment.