Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-goenka committed Jan 20, 2025
1 parent a35ab69 commit 7dadf84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
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
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
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

0 comments on commit 7dadf84

Please sign in to comment.