Skip to content
Open
3 changes: 3 additions & 0 deletions acceptance/bundle/debug/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ Flags:

Global Flags:
--debug enable debug logging
--no-input Disable interactive prompts
-o, --output type output type: text or json (default text)
-p, --profile string ~/.databrickscfg profile
-q, --quiet Suppress non-essential output
-t, --target string bundle target to use (if applicable)
--var strings set values for variables defined in bundle config. Example: --var="foo=bar"
-y, --yes Auto-approve all yes/no prompts

Use "databricks bundle debug [command] --help" for more information about a command.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/test-bundle-[UNIQU
This action will result in the deletion or recreation of the following dashboards.
This will result in changed IDs and permanent URLs of the dashboards that will be recreated:
recreate resources.dashboards.dashboard1
Error: the deployment requires destructive actions, but current console does not support prompting. Please specify --auto-approve if you would like to skip prompts and proceed
Error: the deployment requires destructive actions, but current console does not support prompting. Please specify --auto-approve or --yes if you would like to skip prompts and proceed


Exit code: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Created job with ID: [JOB_ID]

=== Expect binding to fail without an auto-approve flag:
Error: This bind operation requires user confirmation, but the current console does not support prompting. Please specify --auto-approve if you would like to skip prompts and proceed.
Error: This bind operation requires user confirmation, but the current console does not support prompting. Please specify --auto-approve or --yes if you would like to skip prompts and proceed.

=== Deploy bundle:
>>> [CLI] bundle deploy --force-lock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Changes detected:
~ root_path: "/Workspace/Users/someuser@databricks.com/lakeflow_pipeline" -> null
~ storage: "/Shared/old_storage" -> "/Shared/new_storage"

Error: This bind operation requires user confirmation, but the current console does not support prompting. Please specify --auto-approve if you would like to skip prompts and proceed.
Error: This bind operation requires user confirmation, but the current console does not support prompting. Please specify --auto-approve or --yes if you would like to skip prompts and proceed.

Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ Terraform will perform the following actions:
Plan: 1 to add, 0 to change, 1 to destroy.


Error: This bind operation requires user confirmation, but the current console does not support prompting. Please specify --auto-approve if you would like to skip prompts and proceed.
Error: This bind operation requires user confirmation, but the current console does not support prompting. Please specify --auto-approve or --yes if you would like to skip prompts and proceed.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Streaming Tables (STs) and Materialized Views (MVs) managed by them. Recreating
restore the defined STs and MVs through full refresh. Note that recreation is necessary when pipeline
properties such as the 'catalog' or 'storage' are changed:
recreate resources.pipelines.foo
Error: the deployment requires destructive actions, but current console does not support prompting. Please specify --auto-approve if you would like to skip prompts and proceed
Error: the deployment requires destructive actions, but current console does not support prompting. Please specify --auto-approve or --yes if you would like to skip prompts and proceed


>>> [CLI] bundle deploy --auto-approve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Changes detected:
~ name: "lakeflow-pipeline" -> "test-pipeline"
~ root_path: "/Workspace/Users/[USERNAME]/lakeflow_pipeline" -> null

Error: This bind operation requires user confirmation, but the current console does not support prompting. Please specify --auto-approve if you would like to skip prompts and proceed.
Error: This bind operation requires user confirmation, but the current console does not support prompting. Please specify --auto-approve or --yes if you would like to skip prompts and proceed.

Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ Terraform will perform the following actions:
Plan: 0 to add, 1 to change, 0 to destroy.


Error: This bind operation requires user confirmation, but the current console does not support prompting. Please specify --auto-approve if you would like to skip prompts and proceed.
Error: This bind operation requires user confirmation, but the current console does not support prompting. Please specify --auto-approve or --yes if you would like to skip prompts and proceed.

3 changes: 3 additions & 0 deletions acceptance/bundle/help/bundle-deploy/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ Flags:

Global Flags:
--debug enable debug logging
--no-input Disable interactive prompts
-o, --output type output type: text or json (default text)
-p, --profile string ~/.databrickscfg profile
-q, --quiet Suppress non-essential output
-t, --target string bundle target to use (if applicable)
--var strings set values for variables defined in bundle config. Example: --var="foo=bar"
-y, --yes Auto-approve all yes/no prompts
3 changes: 3 additions & 0 deletions acceptance/bundle/help/bundle-deployment-migrate/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ Flags:

Global Flags:
--debug enable debug logging
--no-input Disable interactive prompts
-o, --output type output type: text or json (default text)
-p, --profile string ~/.databrickscfg profile
-q, --quiet Suppress non-essential output
-t, --target string bundle target to use (if applicable)
--var strings set values for variables defined in bundle config. Example: --var="foo=bar"
-y, --yes Auto-approve all yes/no prompts
3 changes: 3 additions & 0 deletions acceptance/bundle/help/bundle-deployment/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ Flags:

Global Flags:
--debug enable debug logging
--no-input Disable interactive prompts
-o, --output type output type: text or json (default text)
-p, --profile string ~/.databrickscfg profile
-q, --quiet Suppress non-essential output
-t, --target string bundle target to use (if applicable)
--var strings set values for variables defined in bundle config. Example: --var="foo=bar"
-y, --yes Auto-approve all yes/no prompts

Use "databricks bundle deployment [command] --help" for more information about a command.
3 changes: 3 additions & 0 deletions acceptance/bundle/help/bundle-destroy/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ Flags:

Global Flags:
--debug enable debug logging
--no-input Disable interactive prompts
-o, --output type output type: text or json (default text)
-p, --profile string ~/.databrickscfg profile
-q, --quiet Suppress non-essential output
-t, --target string bundle target to use (if applicable)
--var strings set values for variables defined in bundle config. Example: --var="foo=bar"
-y, --yes Auto-approve all yes/no prompts
3 changes: 3 additions & 0 deletions acceptance/bundle/help/bundle-generate-dashboard/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ Flags:
Global Flags:
--debug enable debug logging
--key string resource key to use for the generated configuration
--no-input Disable interactive prompts
-o, --output type output type: text or json (default text)
-p, --profile string ~/.databrickscfg profile
-q, --quiet Suppress non-essential output
-t, --target string bundle target to use (if applicable)
--var strings set values for variables defined in bundle config. Example: --var="foo=bar"
-y, --yes Auto-approve all yes/no prompts
3 changes: 3 additions & 0 deletions acceptance/bundle/help/bundle-generate-job/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ Flags:
Global Flags:
--debug enable debug logging
--key string resource key to use for the generated configuration
--no-input Disable interactive prompts
-o, --output type output type: text or json (default text)
-p, --profile string ~/.databrickscfg profile
-q, --quiet Suppress non-essential output
-t, --target string bundle target to use (if applicable)
--var strings set values for variables defined in bundle config. Example: --var="foo=bar"
-y, --yes Auto-approve all yes/no prompts
3 changes: 3 additions & 0 deletions acceptance/bundle/help/bundle-generate-pipeline/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ Flags:
Global Flags:
--debug enable debug logging
--key string resource key to use for the generated configuration
--no-input Disable interactive prompts
-o, --output type output type: text or json (default text)
-p, --profile string ~/.databrickscfg profile
-q, --quiet Suppress non-essential output
-t, --target string bundle target to use (if applicable)
--var strings set values for variables defined in bundle config. Example: --var="foo=bar"
-y, --yes Auto-approve all yes/no prompts
3 changes: 3 additions & 0 deletions acceptance/bundle/help/bundle-generate/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@ Flags:

Global Flags:
--debug enable debug logging
--no-input Disable interactive prompts
-o, --output type output type: text or json (default text)
-p, --profile string ~/.databrickscfg profile
-q, --quiet Suppress non-essential output
-t, --target string bundle target to use (if applicable)
--var strings set values for variables defined in bundle config. Example: --var="foo=bar"
-y, --yes Auto-approve all yes/no prompts

Use "databricks bundle generate [command] --help" for more information about a command.
3 changes: 3 additions & 0 deletions acceptance/bundle/help/bundle-init/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ Flags:

Global Flags:
--debug enable debug logging
--no-input Disable interactive prompts
-o, --output type output type: text or json (default text)
-p, --profile string ~/.databrickscfg profile
-q, --quiet Suppress non-essential output
-t, --target string bundle target to use (if applicable)
--var strings set values for variables defined in bundle config. Example: --var="foo=bar"
-y, --yes Auto-approve all yes/no prompts
3 changes: 3 additions & 0 deletions acceptance/bundle/help/bundle-open/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ Flags:

Global Flags:
--debug enable debug logging
--no-input Disable interactive prompts
-o, --output type output type: text or json (default text)
-p, --profile string ~/.databrickscfg profile
-q, --quiet Suppress non-essential output
-t, --target string bundle target to use (if applicable)
--var strings set values for variables defined in bundle config. Example: --var="foo=bar"
-y, --yes Auto-approve all yes/no prompts
3 changes: 3 additions & 0 deletions acceptance/bundle/help/bundle-run/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ Flags:

Global Flags:
--debug enable debug logging
--no-input Disable interactive prompts
-o, --output type output type: text or json (default text)
-p, --profile string ~/.databrickscfg profile
-q, --quiet Suppress non-essential output
-t, --target string bundle target to use (if applicable)
--var strings set values for variables defined in bundle config. Example: --var="foo=bar"
-y, --yes Auto-approve all yes/no prompts
3 changes: 3 additions & 0 deletions acceptance/bundle/help/bundle-schema/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ Flags:

Global Flags:
--debug enable debug logging
--no-input Disable interactive prompts
-o, --output type output type: text or json (default text)
-p, --profile string ~/.databrickscfg profile
-q, --quiet Suppress non-essential output
-t, --target string bundle target to use (if applicable)
--var strings set values for variables defined in bundle config. Example: --var="foo=bar"
-y, --yes Auto-approve all yes/no prompts
3 changes: 3 additions & 0 deletions acceptance/bundle/help/bundle-summary/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ Flags:

Global Flags:
--debug enable debug logging
--no-input Disable interactive prompts
-o, --output type output type: text or json (default text)
-p, --profile string ~/.databrickscfg profile
-q, --quiet Suppress non-essential output
-t, --target string bundle target to use (if applicable)
--var strings set values for variables defined in bundle config. Example: --var="foo=bar"
-y, --yes Auto-approve all yes/no prompts
3 changes: 3 additions & 0 deletions acceptance/bundle/help/bundle-sync/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ Flags:

Global Flags:
--debug enable debug logging
--no-input Disable interactive prompts
-p, --profile string ~/.databrickscfg profile
-q, --quiet Suppress non-essential output
-t, --target string bundle target to use (if applicable)
--var strings set values for variables defined in bundle config. Example: --var="foo=bar"
-y, --yes Auto-approve all yes/no prompts
3 changes: 3 additions & 0 deletions acceptance/bundle/help/bundle-validate/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ Flags:

Global Flags:
--debug enable debug logging
--no-input Disable interactive prompts
-o, --output type output type: text or json (default text)
-p, --profile string ~/.databrickscfg profile
-q, --quiet Suppress non-essential output
-t, --target string bundle target to use (if applicable)
--var strings set values for variables defined in bundle config. Example: --var="foo=bar"
-y, --yes Auto-approve all yes/no prompts
3 changes: 3 additions & 0 deletions acceptance/bundle/help/bundle/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@ Flags:

Global Flags:
--debug enable debug logging
--no-input Disable interactive prompts
-o, --output type output type: text or json (default text)
-p, --profile string ~/.databrickscfg profile
-q, --quiet Suppress non-essential output
-t, --target string bundle target to use (if applicable)
-y, --yes Auto-approve all yes/no prompts

Use "databricks bundle [command] --help" for more information about a command.
3 changes: 3 additions & 0 deletions acceptance/bundle/refschema/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ Flags:

Global Flags:
--debug enable debug logging
--no-input Disable interactive prompts
-o, --output type output type: text or json (default text)
-p, --profile string ~/.databrickscfg profile
-q, --quiet Suppress non-essential output
-t, --target string bundle target to use (if applicable)
--var strings set values for variables defined in bundle config. Example: --var="foo=bar"
-y, --yes Auto-approve all yes/no prompts

>>> [CLI] bundle debug refschema
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Streaming Tables (STs) and Materialized Views (MVs) managed by them. Recreating
restore the defined STs and MVs through full refresh. Note that recreation is necessary when pipeline
properties such as the 'catalog' or 'storage' are changed:
delete resources.pipelines.bar
Error: the deployment requires destructive actions, but current console does not support prompting. Please specify --auto-approve if you would like to skip prompts and proceed
Error: the deployment requires destructive actions, but current console does not support prompting. Please specify --auto-approve or --yes if you would like to skip prompts and proceed


Exit code: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Streaming Tables (STs) and Materialized Views (MVs) managed by them. Recreating
restore the defined STs and MVs through full refresh. Note that recreation is necessary when pipeline
properties such as the 'catalog' or 'storage' are changed:
recreate resources.pipelines.foo
Error: the deployment requires destructive actions, but current console does not support prompting. Please specify --auto-approve if you would like to skip prompts and proceed
Error: the deployment requires destructive actions, but current console does not support prompting. Please specify --auto-approve or --yes if you would like to skip prompts and proceed


Exit code: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/[UNIQUE_NAME]/file

This action will result in the deletion or recreation of the following UC schemas. Any underlying data may be lost:
delete resources.schemas.bar
Error: the deployment requires destructive actions, but current console does not support prompting. Please specify --auto-approve if you would like to skip prompts and proceed
Error: the deployment requires destructive actions, but current console does not support prompting. Please specify --auto-approve or --yes if you would like to skip prompts and proceed


=== Test cleanup
Expand Down
2 changes: 1 addition & 1 deletion acceptance/bundle/resources/volumes/recreate/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ For managed volumes, the files stored in the volume are also deleted from your
cloud tenant within 30 days. For external volumes, the metadata about the volume
is removed from the catalog, but the underlying files are not deleted:
recreate resources.volumes.foo
Error: the deployment requires destructive actions, but current console does not support prompting. Please specify --auto-approve if you would like to skip prompts and proceed
Error: the deployment requires destructive actions, but current console does not support prompting. Please specify --auto-approve or --yes if you would like to skip prompts and proceed


Exit code: 1
Expand Down
3 changes: 3 additions & 0 deletions acceptance/cmd/account/account-help/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,11 @@ Flags:

Global Flags:
--debug enable debug logging
--no-input Disable interactive prompts
-o, --output type output type: text or json (default text)
-p, --profile string ~/.databrickscfg profile
-q, --quiet Suppress non-essential output
-t, --target string bundle target to use (if applicable)
-y, --yes Auto-approve all yes/no prompts

Use "databricks account [command] --help" for more information about a command.
3 changes: 3 additions & 0 deletions acceptance/cmd/sync-without-args/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ Flags:

Global Flags:
--debug enable debug logging
--no-input Disable interactive prompts
-p, --profile string ~/.databrickscfg profile
-q, --quiet Suppress non-essential output
-t, --target string bundle target to use (if applicable)
-y, --yes Auto-approve all yes/no prompts


Exit code: 1
3 changes: 3 additions & 0 deletions acceptance/cmd/unknown-subcommand/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ Flags:

Global Flags:
--debug enable debug logging
--no-input Disable interactive prompts
-o, --output type output type: text or json (default text)
-p, --profile string ~/.databrickscfg profile
-q, --quiet Suppress non-essential output
-t, --target string bundle target to use (if applicable)
-y, --yes Auto-approve all yes/no prompts

Use "databricks secrets [command] --help" for more information about a command.

Expand Down
3 changes: 3 additions & 0 deletions acceptance/cmd/workspace/apps/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,13 @@ Flags:

Global Flags:
--debug enable debug logging
--no-input Disable interactive prompts
-o, --output type output type: text or json (default text)
-p, --profile string ~/.databrickscfg profile
-q, --quiet Suppress non-essential output
-t, --target string bundle target to use (if applicable)
--var strings set values for variables defined in bundle config. Example: --var="key=value"
-y, --yes Auto-approve all yes/no prompts


Exit code: 1
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ Flags:

Global Flags:
--debug enable debug logging
--no-input Disable interactive prompts
-o, --output type output type: text or json (default text)
-p, --profile string ~/.databrickscfg profile
-q, --quiet Suppress non-essential output
-t, --target string bundle target to use (if applicable)
-y, --yes Auto-approve all yes/no prompts


Exit code: 1
Expand Down
3 changes: 3 additions & 0 deletions acceptance/cmd/workspace/secrets/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ Flags:

Global Flags:
--debug enable debug logging
--no-input Disable interactive prompts
-o, --output type output type: text or json (default text)
-p, --profile string ~/.databrickscfg profile
-q, --quiet Suppress non-essential output
-t, --target string bundle target to use (if applicable)
-y, --yes Auto-approve all yes/no prompts

Use "databricks secrets [command] --help" for more information about a command.
3 changes: 3 additions & 0 deletions acceptance/help/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,12 @@ Additional Commands:
Flags:
--debug enable debug logging
-h, --help help for databricks
--no-input Disable interactive prompts
-o, --output type output type: text or json (default text)
-p, --profile string ~/.databrickscfg profile
-q, --quiet Suppress non-essential output
-t, --target string bundle target to use (if applicable)
-v, --version version for databricks
-y, --yes Auto-approve all yes/no prompts

Use "databricks [command] --help" for more information about a command.
Loading
Loading