mirror of https://github.com/databricks/cli.git
19 lines
416 B
Plaintext
19 lines
416 B
Plaintext
|
|
||
|
>>> $CLI bundle validate -t development -o json
|
||
|
|
||
|
Exit code: 0
|
||
|
|
||
|
>>> $CLI bundle validate -t error
|
||
|
Error: notebook this value is overridden not found. Local notebook references are expected
|
||
|
to contain one of the following file extensions: [.py, .r, .scala, .sql, .ipynb]
|
||
|
|
||
|
Name: fallback
|
||
|
Target: error
|
||
|
Workspace:
|
||
|
User: $USERNAME
|
||
|
Path: /Workspace/Users/$USERNAME/.bundle/fallback/error
|
||
|
|
||
|
Found 1 error
|
||
|
|
||
|
Exit code: 1
|