CLI:
- The SDK update fixes
fs cpcalls timing out when copying large files.
Bundles:
- Fix summary command when internal Terraform config doesn't exist (#1242).
- Configure cobra.NoArgs for bundle commands where applicable (#1250).
- Fixed building Python artifacts on Windows with WSL (#1249).
- Add
--validate-onlyflag to run validate-only pipeline update (#1251). - Only transform wheel libraries when using trampoline (#1248).
- Return
application_idfor service principal lookups (#1245). - Support relative paths in artifact files source section and always upload all artifact files (#1247).
- Fix DBConnect support in VS Code (#1253).
Internal:
- Added test to verify scripts.Execute mutator works correctly (#1237).
API Changes:
- Added
databricks permission-migrationcommand group. - Updated nesting of the
databricks settingsanddatabricks account settings commands - Changed
databricks vector-search-endpoints delete-endpointcommand with new required argument order. - Changed
databricks vector-search-indexes create-indexcommand with new required argument order. - Changed
databricks vector-search-indexes delete-data-vector-indexcommand with new required argument order. - Changed
databricks vector-search-indexes upsert-data-vector-indexcommand with new required argument order.
OpenAPI commit d855b30f25a06fe84f25214efa20e7f1fffcdf9e (2024-03-04)
Dependency updates:
CLI:
- Improved error message when no .databrickscfg (#1223).
- Use Go SDK Iterators when listing resources with the CLI (#1202).
Bundles:
- Only set ComputeID value when
--compute-idflag provided (#1229). - Add correct tag value for models in dev mode (#1230).
- Upgrade Terraform provider to 1.37.0 (#1235).
Internal:
- Fix CLI nightlies on our UC workspaces (#1225).
- Handle alias types for map keys in toTyped conversion (#1232).
CLI:
- Add support for UC Volumes to the
databricks fscommands (#1209).
Bundles:
- Use dynamic configuration model in bundles (#1098).
- Allow use of variables references in primitive non-string fields (#1219).
- Add an experimental default-sql template (#1051).
- Add an experimental dbt-sql template (#1059).
Internal:
- Add fork-user to winget release workflow (#1214).
- Use
anyas type for data sources and resources intf/schema(#1216). - Avoid infinite recursion when normalizing a recursive type (#1213).
- Fix issue where interpolating a new ref would rewrite unrelated fields (#1217).
- Use
dyn.Valueas input to generating Terraform JSON (#1218).
API Changes:
- Changed
databricks lakehouse-monitors updatecommand with new required argument order. - Added
databricks online-tablescommand group.
OpenAPI commit cdd76a98a4fca7008572b3a94427566dd286c63b (2024-02-19) Dependency updates:
- Bump Terraform provider to v1.36.2 (#1215).
- Bump github.com/databricks/databricks-sdk-go from 0.32.0 to 0.33.0 (#1222).
CLI:
- Ignore environment variables for
auth profiles(#1189). - Update LICENSE file to match Databricks license language (#1013).
Bundles:
- Added
bundle deployment bindandunbindcommand (#1131). - Use allowlist for Git-related fields to include in metadata (#1187).
- Added
--restartflag forbundle runcommand (#1191). - Generate correct YAML if
custom_tagsorspark_confis used for pipeline or job cluster configuration (#1210).
Internal:
- Move folders package into libs (#1184).
- Log time it takes for profile to load (#1186).
- Use mockery to generate mocks compatible with testify/mock (#1190).
- Retain partially valid structs in
convert.Normalize(#1203). - Skip
for_each_taskwhen generating the bundle schema (#1204). - Regenerate the CLI using the same OpenAPI spec as the SDK (#1205).
- Avoid race-conditions while executing sub-commands (#1201).
API Changes:
- Added
databricks tables existscommand. - Added
databricks lakehouse-monitorscommand group. - Removed
databricks files get-statuscommand. - Added
databricks files create-directorycommand. - Added
databricks files delete-directorycommand. - Added
databricks files get-directory-metadatacommand. - Added
databricks files get-metadatacommand. - Added
databricks files list-directory-contentscommand. - Removed
databricks pipelines resetcommand. - Changed
databricks account settings delete-personal-compute-settingcommand with new required argument order. - Removed
databricks account settings read-personal-compute-settingcommand. - Changed
databricks account settings update-personal-compute-settingcommand with new required argument order. - Added
databricks account settings get-personal-compute-settingcommand. - Removed
databricks settings delete-default-workspace-namespacecommand. - Removed
databricks settings read-default-workspace-namespacecommand. - Removed
databricks settings update-default-workspace-namespacecommand. - Added
databricks settings delete-default-namespace-settingcommand. - Added
databricks settings delete-restrict-workspace-admins-settingcommand. - Added
databricks settings get-default-namespace-settingcommand. - Added
databricks settings get-restrict-workspace-admins-settingcommand. - Added
databricks settings update-default-namespace-settingcommand. - Added
databricks settings update-restrict-workspace-admins-settingcommand. - Changed
databricks token-management create-obo-tokencommand with new required argument order. - Changed
databricks token-management getcommand to return . - Changed
databricks dashboards createcommand . New request type is . - Added
databricks dashboards updatecommand.
OpenAPI commit c40670f5a2055c92cf0a6aac92a5bccebfb80866 (2024-02-14) Dependency updates:
- Bump github.com/hashicorp/hc-install from 0.6.2 to 0.6.3 (#1200).
- Bump golang.org/x/term from 0.16.0 to 0.17.0 (#1197).
- Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 (#1198).
- Bump github.com/databricks/databricks-sdk-go from 0.30.1 to 0.32.0 (#1199).
Bundles:
- Allow specifying executable in artifact section and skip bash from WSL (#1169).
- Added warning when trying to deploy bundle with
--fail-on-active-runsand running resources (#1163). - Group bundle run flags by job and pipeline types (#1174).
- Make sure grouped flags are added to the command flag set (#1180).
- Add short_name helper function to bundle init templates (#1167).
Internal:
- Fix dynamic representation of zero values in maps and slices (#1154).
- Refactor library to artifact matching to not use pointers (#1172).
- Harden
dyn.Valueequality check (#1173). - Ensure every variable reference is passed to lookup function (#1176).
- Empty struct should yield empty map in
convert.FromTyped(#1177). - Zero destination struct in
convert.ToTyped(#1178). - Fix integration test with invalid configuration (#1182).
- Use
acc.WorkspaceTesthelper from bundle integration tests (#1181).
CLI:
- Release Windows packages to winget-pkgs (#1144).
Bundles:
- Add
--keyflag for generate commands to specify resource key (#1165).
Dependency updates:
CLI:
- Prompt for account profile only for account-level command execution instead of during
databricks labs installflow (#1128). - Bring back
--jsonflag for workspace-conf set-status command (#1151).
Bundles:
- Set
run_aspermissions after variable interpolation (#1141). - Add functionality to visit values in
dyn.Valuetree (#1142). - Add
dynvarpackage for variable resolution with adyn.Valuetree (#1143). - Add support for
anyOftoskip_prompt_if(#1133). - Added
bundle generate pipelinecommand (#1139).
Internal:
- Use MockWorkspaceClient from SDK instead of WithImpl mocking (#1134).
Dependency updates:
- Bump github.com/databricks/databricks-sdk-go from 0.29.0 to 0.29.1 (#1137).
- Bump github.com/hashicorp/terraform-json from 0.20.0 to 0.21.0 (#1138).
- Update actions/setup-go to v5 (#1148).
- Update codecov/codecov-action to v3 (#1149).
- Use latest patch release of Go toolchain (#1152).
CLI:
- Fix windows style file paths in fs cp command (#1118).
- Do not require positional arguments if they should be provided in JSON (#1125).
- Always require path parameters as positional arguments (#1129).
Bundles:
- Add debug log line for when bundle init is run from non-TTY interface (#1117).
- Added
databricks bundle generate jobcommand (#1043). - Support passing job parameters to bundle run (#1115).
Dependency updates:
- Bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 (#1124).
CLI:
- Tweak command groups in CLI help (#1092).
- Fixed storage-credentials list command in text output (#1094).
- Allow account client auth with environment variables when no
.databrickscfgfile present (#1097). - Always log with text format by default (#1096).
Bundles:
- Added exec.NewCommandExecutor to execute commands with correct interpreter (#1075).
- Use resource key as name in permissions code (#1087).
- Add support for reprompts if user input does not match template schema (#946).
- Improve experience for multiple builtin templates (#1052).
- Improve error when bundle root is not writable (#1093).
- Change recommended production deployment path from
/Sharedto/Users(#1091). - Allow referencing bundle resources by name (#872).
- Make libs/exec fallback to
shifbashcannot be found (#1114).
Internal:
- Functionality to walk a
config.Valuetree (#1081). - Rename libs/config -> libs/dyn (#1086).
- Added codecov integration on code push (#1095).
- Consolidate functions to convert
dyn.Valueto native types (#1100). - Define constant for the invalid
dyn.Value(#1101).
API Changes:
- Changed
databricks serving-endpoints update-configcommand with new required argument order. - Changed
databricks account ip-access-lists createcommand with new required argument order. - Changed
databricks account ip-access-lists replacecommand with new required argument order. - Changed
databricks account ip-access-lists updatecommand with new required argument order. - Changed
databricks ip-access-lists createcommand with new required argument order. - Changed
databricks ip-access-lists replacecommand with new required argument order. - Changed
databricks ip-access-lists updatecommand with new required argument order.
OpenAPI commit a7a9dc025bb80303e676bf3708942c6aa06689f1 (2024-01-04)
Dependency updates:
- Bump github.com/hashicorp/terraform-exec from 0.19.0 to 0.20.0 (#1088).
- Bump go.uber.org/mock from 0.3.0 to 0.4.0 (#1089).
- Bump github.com/hashicorp/terraform-json from 0.18.0 to 0.20.0 (#1090).
- Bump golang.org/x/term from 0.15.0 to 0.16.0 (#1103).
- Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#1105).
- Bump golang.org/x/sync from 0.5.0 to 0.6.0 (#1104).
- Upgrade golang.org/x/crypto to v0.17.0 in internal module (#1110).
- Upgrade Go SDK to v0.29.0 (#1111).
CLI:
- Upgrade Go SDK to 0.27.0 (#1064).
- Skip profile resolution if
DATABRICKS_AUTH_TYPEis set (#1068). - Do not allow input prompts in Git Bash terminal (#1069).
- Added output template for list-secrets command (#1074).
Bundles:
- Set metadata fields required to enable break-glass UI for jobs (#880).
- Do not prompt for template values in Git Bash (#1082).
- Tune output of bundle deploy command (#1047).
API Changes:
- Changed
databricks connections updatecommand with new required argument order. - Changed
databricks serving-endpoints update-configcommand with new required argument order. - Added
databricks serving-endpoints putcommand. - Removed
databricks account network-policycommand group.
OpenAPI commit 63caa3cb0c05045e81d3dcf2451fa990d8670f36 (2023-12-12)
Dependency updates:
- Bump github.com/google/uuid from 1.4.0 to 1.5.0 (#1073).
- Bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#1076).
Bundles:
Internal:
- Stub out Python virtual environment installation for
labscommands (#1057). - Upgrade Terraform schema version to v1.31.1 (#1055).
Dependency updates:
- Bump github.com/hashicorp/hc-install from 0.6.1 to 0.6.2 (#1054).
- Bump github.com/databricks/databricks-sdk-go from 0.26.1 to 0.26.2 (#1053).
CLI:
- Add documentation for positional args in commands generated from the Databricks OpenAPI specification (#1033).
- Ask for host when .databrickscfg doesn't exist (#1041).
- Add list of supported values for flags that represent an enum field (#1036).
Bundles:
- Fix panic when bundle auth resolution fails (#1002).
- Add versioning for bundle templates (#972).
- Add support for conditional prompting in bundle init (#971).
- Pass parameters to task when run with
--python-paramsandpython_wheel_wrapperis true (#1037). - Change default_python template to auto-update version on each wheel build (#1034).
Internal:
Dependency updates:
- Bump github.com/databricks/databricks-sdk-go from 0.26.0 to 0.26.1 (#1040).
This is a bugfix release to address issues with v0.210.0.
CLI:
- Fix
panic: is not set(#1027). - Fix
databricks configureif new profile is specified (#1030). - Filter out system clusters for
--configure-cluster(#1031).
Bundles:
- Fixed panic when job has trigger and in development mode (#1026).
Internal:
- Use
fetch-tagsoption in release workflows (#1025).
This release includes the new databricks labs command to install, manage, and run Databricks Labs projects.
CLI:
- Add
--debugas shortcut for--log-level debug(#964). - Improved usability of
databricks auth login ... --configure-cluster(#956). - Make
databricks configuresave only explicit fields (#973). - Add
databricks labscommand group (#914). - Tolerate missing .databrickscfg file during
databricks auth login(#1003). - Add
--configure-clusterflag to configure command (#1005). - Fix bug where the account or workspace client could be
nil(#1020).
Bundles:
- Do not allow empty descriptions for bundle template inputs (#967).
- Added support for top-level permissions (#928).
- Allow jobs to be manually unpaused in development mode (#885).
- Fix template initialization from current working directory (#976).
- Add
--tagand--branchoptions to bundle init command (#975). - Work around DLT issue with `` not being set correctly (#999).
- Enable
spark_jar_taskwith local JAR libraries (#993). - Pass
USERPROFILEenvironment variable to Terraform (#1001). - Improve error message when path is not a bundle template (#985).
- Correctly overwrite local state if remote state is newer (#1008).
- Add mlops-stacks to the default
databricks bundle initprompt (#988). - Do not add wheel content hash in uploaded Python wheel path (#1015).
- Do not replace pipeline libraries if there are no matches for pattern (#1021).
Internal:
- Update CLI version in the VS Code extension during release (#1014).
API Changes:
- Changed
databricks functions createcommand. - Changed
databricks metastores createcommand with new required argument order. - Removed
databricks metastores enable-optimizationcommand. - Removed
databricks account o-auth-enrollmentcommand group. - Removed
databricks apps deletecommand. - Removed
databricks apps getcommand. - Added
databricks apps delete-appcommand. - Added
databricks apps get-appcommand. - Added
databricks apps get-app-deployment-statuscommand. - Added
databricks apps get-appscommand. - Added
databricks apps get-eventscommand. - Added
databricks account network-connectivitycommand group.
OpenAPI commit 22f09783eb8a84d52026f856be3b2068f9498db3 (2023-11-23)
Dependency updates:
- Bump golang.org/x/term from 0.13.0 to 0.14.0 (#981).
- Bump github.com/hashicorp/terraform-json from 0.17.1 to 0.18.0 (#979).
- Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 (#982).
- Bump github.com/databricks/databricks-sdk-go from 0.24.0 to 0.25.0 (#980).
- Bump github.com/databricks/databricks-sdk-go from 0.25.0 to 0.26.0 (#1019).
CLI:
- Hide
--progress-formatglobal flag (#965). - Make configure command visible + fix bundle command description (#961).
- Log process ID in each log entry (#949).
- Improve error message when
--jsonflag is specified (#933).
Bundles:
- Remove validation for default value against pattern (#959).
- Bundle path rewrites for dbt and SQL file tasks (#962).
- Initialize variable definitions that are defined without properties (#966).
Internal:
- Function to merge two instances of
config.Value(#938). - Make to/from string methods private to the jsonschema package (#942).
- Make Cobra runner compatible with testing interactive flows (#957).
- Added
env.UserHomeDir(ctx)for parallel-friendly tests (#955).
Dependency updates:
- Bump golang.org/x/mod from 0.13.0 to 0.14.0 (#954).
- Bump golang.org/x/text from 0.13.0 to 0.14.0 (#953).
- Bump golang.org/x/sync from 0.4.0 to 0.5.0 (#951).
- Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#950).
- Bump github.com/fatih/color from 1.15.0 to 1.16.0 (#952).
CLI:
- Added GitHub issue templates for CLI and DABs issues (#925).
- Simplified code generation logic for handling path and request body parameters and JSON input (#905).
Bundles:
- Fixed URL for bundle template documentation in init command help docs (#903).
- Fixed pattern validation for input parameters in a bundle template (#912).
- Fixed multiline description rendering for enum input parameters in bundle templates (#916).
- Changed production mode check for whether identity used is a service principal to use UserName (#924).
- Changed bundle deploy to upload partial terraform state even if deployment fails (#923).
- Added support for welcome messages to bundle templates (#907).
- Added support for uploading bundle deployment metadata to WSFS (#845).
Internal:
- Loading an empty yaml file yields a nil (#906).
- Library to convert config.Value to Go struct (#904).
- Remove default resolution of repo names against the Databricks Github account(#940).
- Run make fmt from fmt job (#929).
make snapshotto build file in.databricks/databricks(#927).- Add configuration normalization code (#915).
API Changes:
- Added
databricks account network-policycommand group.
Dependency updates:
- Bump Terraform provider from v1.28.0 to v1.29.0 (#926).
- Bump the Go SDK in the CLI from v0.23 to v0.24 (#919).
- Bump google.golang.org/grpc from 1.58.2 to 1.58.3 (#920).
- Bump github.com/google/uuid from 1.3.1 to 1.4.0 (#932).
OpenAPI commit 5903bb39137fd76ac384b2044e425f9c56840e00 (2023-10-23)
CLI:
- Never load authentication configuration from bundle for sync command (#889).
- Fixed requiring positional arguments for API URL parameters (#878).
Bundles:
- Add support for validating CLI version when loading a jsonschema object (#883).
- Do not emit wheel wrapper error when python_wheel_wrapper setting is true (#894).
- Resolve configuration before performing verification (#890).
- Fix wheel task not working with with 13.x clusters (#898).
Internal:
Dependency updates:
- Bump github.com/mattn/go-isatty from 0.0.19 to 0.0.20 (#896).
CLI:
- Fix rendering of streaming response (#876).
Bundles:
- Rename MLOps Stack to MLOps Stacks (#881).
- Support Python wheels larger than 10MB (#879).
- Improve the output of the
databricks bundle initcommand (#795).
Note: this release includes a fix for the issue where zero values (for example
num_workers: 0) were not included in the request body.
CLI:
- Use already instantiated WorkspaceClient in sync command (#867).
Bundles:
- Support Unity Catalog Registered Models in bundles (#846).
- Fixed merging task libraries from targets (#868).
- Add alias for mlops-stack template URL (#869).
API Changes:
- Changed
databricks account billable-usage downloadcommand to start returning output. - Changed
databricks account storage-credentials deletecommand with new required argument order. - Changed
databricks account storage-credentials getcommand with new required argument order. - Changed
databricks account storage-credentials updatecommand with new required argument order. - Added
databricks workspace-bindings get-bindingscommand. - Added
databricks workspace-bindings update-bindingscommand. - Removed
databricks account network-policycommand group. - Changed
databricks ip-access-lists listcommand to return output.
OpenAPI commit 493a76554afd3afdd15dc858773d01643f80352a (2023-10-12)
Dependency updates:
- Update Go SDK to 0.23.0 and use custom marshaller (#772).
- Bump Terraform provider to v1.28.0 (#871).
- Bump golang.org/x/net from 0.16.0 to 0.17.0 (#863).
- Bump github.com/hashicorp/hc-install from 0.6.0 to 0.6.1 (#870).
CLI:
- Improve
workspace importcommand by allowing references to local files for content (#793). - Add
--fileflag to workspace export command (#794). - Ensure profile flag is respected for sync command (#837).
- Add hint to delete sync snapshot if parsing fails (#853).
- Use profile information when getting a token using the CLI (#855).
Bundles:
- Minor template tweaks (#832).
- Fixed using repo files as pipeline libraries (#847).
- Support .gitignore syntax in sync section and make sure it works recursively (#854).
- Allow target overrides for sync section (#856).
Internal:
- Fix import export integration tests on windows (#842).
- Fix workspace import test (#844).
- Automatically create a release PR in homebrew-tap repo (#841).
Dependency updates:
- Bump golang.org/x/term from 0.12.0 to 0.13.0 (#852).
- Bump golang.org/x/mod from 0.12.0 to 0.13.0 (#851).
- Bump golang.org/x/sync from 0.3.0 to 0.4.0 (#849).
- Bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 (#850).
CLI:
- Refactor change computation for sync (#785).
Bundles:
- Allow digits in the generated short name (#820).
- Emit an error when incompatible all purpose cluster used with Python wheel tasks (#823).
- Use normalized short name for tag value in development mode (#821).
- Added
python.DetectInterpretersand other utils (#805). - Mark artifacts properties as optional (#834).
- Added support for glob patterns in pipeline libraries section (#833).
Internal:
- Run tests to verify backend tag validation behavior (#814).
- Library to validate and normalize cloud specific tags (#819).
- Added test to submit and run various Python tasks on multiple DBR versions (#806).
- Create a release PR in setup-cli repo on tag push (#827).
API Changes:
- Changed
databricks account metastore-assignments listcommand to return . - Changed
databricks jobs cancel-all-runscommand with new required argument order. - Added
databricks account o-auth-published-appscommand group. - Changed
databricks serving-endpoints querycommand . New request type is . - Added
databricks serving-endpoints patchcommand. - Added
databricks credentials-managercommand group. - Added
databricks settingscommand group. - Changed
databricks clean-rooms listcommand to require request of . - Changed
databricks statement-execution execute-statementcommand with new required argument order.
OpenAPI commit bcbf6e851e3d82fd910940910dd31c10c059746c (2023-10-02) Dependency updates:
Bundles:
- Enable target overrides for pipeline clusters (#792).
- Add support for regex patterns in template schema (#768).
- Make the default
databricks bundle inittemplate more self-explanatory (#796). - Make a notebook wrapper for Python wheel tasks optional (#797).
- Added a warning when Python wheel wrapper needs to be used (#807).
Internal:
- Added
process.Background()andprocess.Forwarded()(#804).
Dependency updates:
- Bump golang.org/x/term from 0.11.0 to 0.12.0 (#798).
- Bump github.com/hashicorp/terraform-exec from 0.18.1 to 0.19.0 (#801).
- Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 (#802).
CLI:
- Prompt for profile only in interactive mode (#788).
Internal:
- Added setup Python action (#789).
Bundles:
- Use enums for default python template (#765).
- Make bundle deploy work if no resources are defined (#767).
- Added support for experimental scripts section (#632).
- Error when unknown keys are encounters during template execution (#766).
- Fall back to full Git clone if shallow clone is not supported (#775).
- Enable environment overrides for job tasks (#779).
- Increase timeout waiting for job run to 1 day (#786).
Internal:
- Update Go SDK to v0.19.3 (unreleased) (#778).
This release marks the public preview phase of Databricks Asset Bundles.
For more information, please refer to our online documentation at https://docs.databricks.com/en/dev-tools/bundles/.
CLI:
- Prompt once for a client profile (#727).
Bundles:
- Use clearer error message when no interpolation value is found. (#764).
- Use interactive prompt to select resource to run if not specified (#762).
- Add documentation link bundle command group description (#770).
Bundles:
- Fix conversion of job parameters (#744).
- Add schema and config validation to jsonschema package (#740).
- Support Model Serving Endpoints in bundles (#682).
- Do not include empty output in job run output (#749).
- Fixed marking libraries from DBFS as remote (#750).
- Process only Python wheel tasks which have local libraries used (#751).
- Add enum support for bundle templates (#668).
- Apply Python wheel trampoline if workspace library is used (#755).
- List available targets when incorrect target passed (#756).
- Make bundle and sync fields optional (#757).
- Consolidate environment variable interaction (#747).
Internal:
- Update Go SDK to v0.19.1 (#759).
This release includes permission related commands for a subset of workspace
services where they apply. These complement the permissions command and
do not require specification of the object type to work with, as that is
implied by the command they are nested under.
CLI:
- Group permission related commands (#730).
Bundles:
- Fixed artifact file uploading on Windows and wheel execution on DBR 13.3 (#722).
- Make resource and artifact paths in bundle config relative to config folder (#708).
- Add support for ordering of input prompts (#662).
- Fix IsServicePrincipal() only working for workspace admins (#732).
- databricks bundle init template v1 (#686).
- databricks bundle init template v2: optional stubs, DLT support (#700).
- Show 'databricks bundle init' template in CLI prompt (#725).
- Include in set of environment variables to pass along. (#736).
Internal:
- Update Go SDK to v0.19.0 (#729).
- Replace API call to test configuration with dummy authenticate call (#728).
API Changes:
- Changed
databricks account storage-credentials createcommand to return . - Changed
databricks account storage-credentials getcommand to return . - Changed
databricks account storage-credentials listcommand to return . - Changed
databricks account storage-credentials updatecommand to return . - Changed
databricks connections createcommand with new required argument order. - Changed
databricks connections updatecommand with new required argument order. - Changed
databricks volumes createcommand with new required argument order. - Added
databricks artifact-allowlistscommand group. - Added
databricks model-versionscommand group. - Added
databricks registered-modelscommand group. - Added
databricks cluster-policies get-permission-levelscommand. - Added
databricks cluster-policies get-permissionscommand. - Added
databricks cluster-policies set-permissionscommand. - Added
databricks cluster-policies update-permissionscommand. - Added
databricks clusters get-permission-levelscommand. - Added
databricks clusters get-permissionscommand. - Added
databricks clusters set-permissionscommand. - Added
databricks clusters update-permissionscommand. - Added
databricks instance-pools get-permission-levelscommand. - Added
databricks instance-pools get-permissionscommand. - Added
databricks instance-pools set-permissionscommand. - Added
databricks instance-pools update-permissionscommand. - Added
databricks filescommand group. - Changed
databricks permissions setcommand to start returning . - Changed
databricks permissions updatecommand to start returning . - Added
databricks users get-permission-levelscommand. - Added
databricks users get-permissionscommand. - Added
databricks users set-permissionscommand. - Added
databricks users update-permissionscommand. - Added
databricks jobs get-permission-levelscommand. - Added
databricks jobs get-permissionscommand. - Added
databricks jobs set-permissionscommand. - Added
databricks jobs update-permissionscommand. - Changed
databricks experiments get-by-namecommand to return . - Changed
databricks experiments get-experimentcommand to return . - Added
databricks experiments delete-runscommand. - Added
databricks experiments get-permission-levelscommand. - Added
databricks experiments get-permissionscommand. - Added
databricks experiments restore-runscommand. - Added
databricks experiments set-permissionscommand. - Added
databricks experiments update-permissionscommand. - Added
databricks model-registry get-permission-levelscommand. - Added
databricks model-registry get-permissionscommand. - Added
databricks model-registry set-permissionscommand. - Added
databricks model-registry update-permissionscommand. - Added
databricks pipelines get-permission-levelscommand. - Added
databricks pipelines get-permissionscommand. - Added
databricks pipelines set-permissionscommand. - Added
databricks pipelines update-permissionscommand. - Added
databricks serving-endpoints get-permission-levelscommand. - Added
databricks serving-endpoints get-permissionscommand. - Added
databricks serving-endpoints set-permissionscommand. - Added
databricks serving-endpoints update-permissionscommand. - Added
databricks token-management get-permission-levelscommand. - Added
databricks token-management get-permissionscommand. - Added
databricks token-management set-permissionscommand. - Added
databricks token-management update-permissionscommand. - Changed
databricks dashboards createcommand with new required argument order. - Added
databricks warehouses get-permission-levelscommand. - Added
databricks warehouses get-permissionscommand. - Added
databricks warehouses set-permissionscommand. - Added
databricks warehouses update-permissionscommand. - Added
databricks dashboard-widgetscommand group. - Added
databricks query-visualizationscommand group. - Added
databricks repos get-permission-levelscommand. - Added
databricks repos get-permissionscommand. - Added
databricks repos set-permissionscommand. - Added
databricks repos update-permissionscommand. - Added
databricks secrets get-secretcommand. - Added
databricks workspace get-permission-levelscommand. - Added
databricks workspace get-permissionscommand. - Added
databricks workspace set-permissionscommand. - Added
databricks workspace update-permissionscommand.
OpenAPI commit 09a7fa63d9ae243e5407941f200960ca14d48b07 (2023-09-04)
Bundles:
- Support cluster overrides with cluster_key and compute_key (#696).
- Allow referencing local Python wheels without artifacts section defined (#703).
- Fixed --environment flag (#705).
- Correctly identify local paths in libraries section (#702).
- Fixed path joining in FindFilesWithSuffixInPath (#704).
- Added transformation mutator for Python wheel task for them to work on DBR <13.1 (#635).
Internal:
- Add a foundation for built-in templates (#685).
- Test transform when no Python wheel tasks defined (#714).
- Pin Terraform binary version to 1.5.5 (#715).
- Cleanup after "Add a foundation for built-in templates" (#707).
- Filter down to Python wheel tasks only for trampoline (#712).
- Update Terraform provider schema structs from 1.23.0 (#713).
CLI:
- Added
databricks account o-auth-enrollment enablecommand (#687).
Bundles:
- Do not try auto detect Python package if no Python wheel tasks defined (#674).
- Renamed
environmentstotargetsin bundle configuration (#670). - Rename init project-dir flag to output-dir (#676).
- Added support for sync.include and sync.exclude sections (#671).
- Add template directory flag for bundle templates (#675).
- Never ignore root directory when enumerating files in a repository (#683).
- Improve 'mode' error message (#681).
- Added run_as section for bundle configuration (#692).
CLI:
- Always resolve .databrickscfg file (#659).
Bundles:
- Add internal tag for bundle fields to be skipped from schema (#636).
- Log the bundle root configuration file if applicable (#657).
- Execute paths without the .tmpl extension as templates (#654).
- Enable environment overrides for job clusters (#658).
- Merge artifacts and resources block with overrides enabled (#660).
- Locked terraform binary version to <= 1.5.5 (#666).
- Return better error messages for invalid JSON schema types in templates (#661).
- Use custom prompter for bundle template inputs (#663).
- Add map and pair helper functions for bundle templates (#665).
- Correct name for force acquire deploy flag (#656).
- Confirm that override with a zero value doesn't work (#669).
Internal:
CLI:
- Infer host from profile during
auth login(#629).
Bundles:
- Extend deployment mode support (#577).
- Add validation for Git settings in bundles (#578).
- Only treat files with .tmpl extension as templates (#594).
- Add JSON schema validation for input template parameters (#598).
- Add DATABRICKS_BUNDLE_INCLUDE_PATHS to specify include paths through env vars (#591).
- Initialise a empty default bundle if BUNDLE_ROOT and DATABRICKS_BUNDLE_INCLUDES env vars are present (#604).
- Regenerate bundle resource structs from latest Terraform provider (#633).
- Fixed processing jobs libraries with remote path (#638).
- Add unit test for file name execution during rendering (#640).
- Add bundle init command and support for prompting user for input values (#631).
- Fix bundle git branch validation (#645).
Internal:
- Fix mkdir integration test on GCP (#620).
- Fix git clone integration test for non-existing repo (#610).
- Remove push to main trigger for build workflow (#621).
- Remove workflow to publish binaries to S3 (#622).
- Fix failing fs mkdir test on azure (#627).
- Print y/n options when displaying prompts using cmdio.Ask (#650).
API Changes:
- Changed
databricks account metastore-assignments createcommand to not return anything. - Added
databricks account network-policycommand group.
OpenAPI commit 7b57ba3a53f4de3d049b6a24391fe5474212daf8 (2023-07-28)
Dependency updates:
- Bump OpenAPI specification & Go SDK Version (#624).
- Bump golang.org/x/term from 0.10.0 to 0.11.0 (#643).
- Bump golang.org/x/text from 0.11.0 to 0.12.0 (#642).
- Bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 (#641).
Breaking Change:
- Require include glob patterns to be explicitly defined (#602).
Bundles:
- Add support for more SDK config options (#587).
- Add template renderer for Databricks templates (#589).
- Fix formatting in renderer.go (#593).
- Fixed python wheel test (#608).
- Auto detect Python wheel packages and infer build command (#603).
- Added support for artifacts building for bundles (#583).
- Add support for cloning repositories (#544).
- Add regexp compile helper function for templates (#601).
- Add unit test that raw strings are printed as is (#599).
Internal:
- Fix tests under ./cmd/configure if DATABRICKS_TOKEN is set (#605).
- Remove dependency on global state in generated commands (#595).
- Remove dependency on global state for the root command (#606).
- Add merge_group trigger for build (#612).
- Added support for build command chaining and error on missing wheel (#607).
- Add TestAcc prefix to filer test and fix any failing tests (#611).
- Add url parse helper function for templates (#600).
- Remove dependency on global state for remaining commands (#613).
- Update CHANGELOG template (#588).
CLI:
- Support tab completion for profiles (#572).
- Improve auth login experience (#570).
- Integrate with auto-release infra (#581).
Bundles:
- Add development runs (#522).
- Correctly use --profile flag passed for all bundle commands (#571).
- Disallow notebooks in paths where files are expected (#573).
- Remove base path checks during sync (#576).
- First look for databricks.yml before falling back to bundle.yml (#580).
API Changes:
- Removed
databricks metastores maintenancecommand. - Added
databricks metastores enable-optimizationcommand. - Added
databricks tables updatecommand. - Changed
databricks account settings delete-personal-compute-settingcommand with new required argument order. - Changed
databricks account settings read-personal-compute-settingcommand with new required argument order. - Added
databricks clean-roomscommand group.
OpenAPI commit 850a075ed9758d21a6bc4409506b48c8b9f93ab4 (2023-07-18)
Dependency updates:
- Bump golang.org/x/term from 0.9.0 to 0.10.0 (#567).
- Bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 (#566).
- Bump golang.org/x/mod from 0.11.0 to 0.12.0 (#568).
- Bump github.com/databricks/databricks-sdk-go from 0.12.0 to 0.13.0 (#585).
CLI:
- Fix secrets put-secret command (#545).
- Fixed ignoring required positional parameters when --json flag is provided (#535).
- Update cp help message to not require file scheme (#554).
Bundles:
- Fix: bundle destroy fails when bundle.tf.json file is deleted (#519).
- Fixed error reporting when included invalid files in include section (#543).
- Make top level workspace optional in JSON schema (#562).
- Propagate TF_CLI_CONFIG_FILE env variable (#555).
- Update Terraform provider schema structs (#563).
- Update inline JSON schema documentation (#557).
Dependencies:
- Bump Go SDK to v0.12.0 (#540).
- Bump github.com/hashicorp/terraform-json from 0.17.0 to 0.17.1 (#541).
CLI:
- Add --absolute flag for ls command (#508).
- Add dbfs scheme prefix to paths in cp command output (#516).
- Add provider detection to the repos create command (#528).
- Added configure-cluster flag for auth login (#500).
- Added prompts for Databricks profile for auth login command (#502).
- Allow specifying repo by path for repos commands (#526).
- Decode contents by default in workspace export command (#531).
- Fixed jobs create command to only accept JSON payload (#498).
- Make local files default for fs commands (#506).
- Remove \r from new line print statments (#509).
- Remove extra call to filer.Stat in dbfs filer.Read (#515).
- Update alerts command integration test (#512).
- Update variable regex to support hyphens (#503).
Bundles:
Dependencies:
- Bump github.com/databricks/databricks-sdk-go from 0.9.1-0.20230614092458-b5bbc1c8dabb to 0.10.0 (#497).
Internal:
- Use direct download for workspace filer read (#514).
This version marks the first version available as public preview.
The minor bump to 200 better disambiguates between Databricks CLI "v1" (the Python version) and this version, Databricks CLI "v2". The minor version of 0.100 may look lower than 0.17 to some, whereas 200 does not. This bump has no other significance.
CLI:
- Add filer.Filer implementation backed by the Files API (#474).
- Add fs cp command (#463).
- Correctly set ExactArgs if generated command has positional arguments (#488).
- Do not use white color as string output (#489).
- Update README to reflect public preview status (#491).
Bundles:
- Fix force flag not working for bundle destroy (#434).
- Fix locker unlock for destroy (#492).
- Use better error assertions and clean up locker API (#490).
Dependencies:
- Bump golang.org/x/mod from 0.10.0 to 0.11.0 (#496).
- Bump golang.org/x/sync from 0.2.0 to 0.3.0 (#495).
CLI:
- Add workspace import-dir command (#456).
- Annotate generated commands with OpenAPI package name (#466).
- Associate generated commands with command groups (#475).
- Disable shell completions for generated commands (#483).
- Include [DEFAULT] section header when writing ~/.databrickscfg (#464).
- Pass through proxy related environment variables (#465).
- Restore flags to original values on test completion (#470).
- Update configure command (#482).
Dependencies:
- Bump SDK to latest (#473).
CLI:
- Add directory tracking to sync (#425).
- Add fs cat command for dbfs files (#430).
- Add fs ls command for dbfs (#429).
- Add fs mkdirs command for dbfs (#432).
- Add fs rm command for dbfs (#433).
- Add installation instructions (#458).
- Add new line to cmdio JSON rendering (#443).
- Add profile on
databricks auth login(#423). - Add readable console logger (#370).
- Add workspace export-dir command (#449).
- Added secrets input prompt for secrets put-secret command (#413).
- Added spinner when loading command prompts (#420).
- Better error message if can not load prompts (#437).
- Changed service template to correctly handle required positional arguments (#405).
- Do not generate prompts for certain commands (#438).
- Do not prompt for List methods (#411).
- Do not use FgWhite and FgBlack for terminal output (#435).
- Skip path translation of job task for jobs with a Git source (#404).
- Tweak profile prompt (#454).
- Update with the latest Go SDK (#457).
- Use cmdio in version command for
--outputflag (#419).
Bundles:
- Check for nil environment before accessing it (#453).
Dependencies:
- Bump github.com/hashicorp/terraform-json from 0.16.0 to 0.17.0 (#459).
- Bump github.com/mattn/go-isatty from 0.0.18 to 0.0.19 (#412).
Internal:
- Add Mkdir and ReadDir functions to filer.Filer interface (#414).
- Add Stat function to filer.Filer interface (#421).
- Add check for path is a directory in filer.ReadDir (#426).
- Add fs.FS adapter for the filer interface (#422).
- Add implementation of filer.Filer for local filesystem (#460).
- Allow equivalence checking of filer errors to fs errors (#416).
- Fix locker integration test (#417).
- Implement DBFS filer (#139).
- Include recursive deletion in filer interface (#442).
- Make filer.Filer return fs.DirEntry from ReadDir (#415).
- Speed up sync integration tests (#428).
CLI:
- Reduce parallellism in locker integration test (#407).
Bundles:
- Don't pass synthesized TMPDIR if not already set (#409).
- Added support for bundle.Seq, simplified Mutator.Apply interface (#403).
- Regenerated internal schema structs based on Terraform provider schemas (#401).
CLI:
- Sync: Gracefully handle broken notebook files (#398).
- Add version flag to print version and exit (#394).
- Pass temporary directory environment variables to subprocesses (#395).
- Rename environment variables
BRICKS_->DATABRICKS_(#393). - Update to Go SDK v0.9.0 (#396).
This release bumps the minor version to 100 to disambiguate between Databricks CLI "v1" (the Python version) and this version, Databricks CLI "v2". This release is a major rewrite of the CLI, and is not backwards compatible.
CLI:
- Rename bricks -> databricks (#389).
Bundles:
- Added ability for deferred mutator execution (#380).
- Do not truncate local state file when pulling remote changes (#382).
- Add support for variables in bundle config. Introduces 4 ways of setting variable values, which in decreasing order of priority are: (#383)(#359).
- Command line flag. For example:
--var="foo=bar" - Environment variable. eg: BUNDLE_VAR_foo=bar
- Default value as defined in the applicable environments block
- Default value defined in variable definition
- Command line flag. For example:
- Make the git details bundle config block optional (#372).
- Fix api post integration tests (#371).
- Fix table of content by removing not required top-level item (#366).
- Fix printing the tasks in job output in DAG execution order (#377).
- Improved error message when 'bricks bundle run' is executed before 'bricks bundle deploy' (#378).
- Add OpenAPI command coverage (both workspace and account level APIs).
- Automatically populate a bundle's Git repository details in its configuration tree.
- Initial preview release of the Databricks CLI.