mirror of https://github.com/databricks/cli.git
address comments
This commit is contained in:
parent
a35ab691a0
commit
7dadf84137
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue