-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a35ab69
commit 7dadf84
Showing
3 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
acceptance/bundle/unitycatalog/capture_schema_dependency/dlt_schema/script
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# We expect DLT pipelines that use a schema defined in the bundle to have the | ||
# schema names replaced with a reference like `${resource.schemas.abc.name}`. | ||
$CLI bundle validate -o json | jq .resources.pipelines | jq 'map_values(del(.deployment, .permissions))' > out.json |
2 changes: 2 additions & 0 deletions
2
acceptance/bundle/unitycatalog/capture_schema_dependency/dlt_target/script
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# We expect DLT pipelines that use a schema defined in the bundle to have the | ||
# schema names replaced with a reference like `${resource.schemas.abc.name}`. | ||
$CLI bundle validate -o json | jq .resources.pipelines | jq 'map_values(del(.deployment, .permissions))' > out.json |
2 changes: 2 additions & 0 deletions
2
acceptance/bundle/unitycatalog/capture_schema_dependency/volume/script
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# We expect UC Volumes that use a schema defined in the bundle to have the | ||
# schema names replaced with a reference like `${resource.schemas.abc.name}`. | ||
$CLI bundle validate -o json | jq .resources.volumes > out.json |