address comments

This commit is contained in:
Shreyas Goenka 2025-01-20 16:05:25 +01:00
parent a35ab691a0
commit 7dadf84137
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
3 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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