cli
cli copied to clipboard
Databricks CLI
## Changes Add ApplyPythonMutator, which will fork the Python subprocess and process pipe bundle configuration through it. It's enabled through `experimental` section, for example: ```yaml experimental: enable_pydabs: true venv: path:...
### Describe the issue Hello, in the Databricks Asset Bundle (DAB), you can specify experiments in the resources.experiments section. According to the [documentation](https://docs.databricks.com/en/dev-tools/bundles/settings.html#resources) it uses this [endpoint](https://docs.databricks.com/api/azure/workspace/jobs/create), it creates the...
### Describe the issue Probably its already well know, but I havent found anything. databricks generate doesnt support git paths as it checks for an object state on the workspace,...
## Changes added `ConfigFile: cfg.ConfigFile` for `databrickscfg.SaveToProfile` in `cmd/configure/configure.go` to save the file in a specified path when the value is not empty ## Tests `TestConfigFileFromEnvNoInteractive` in `cmd/configure/configure_test.go` sets a...
## Changes We probably don't need to track the paths in the ML resources post https://github.com/databricks/cli/pull/1414. The paths will now not be used anywhere for path interpolation in the API...
## Changes This PR adds support for UC Schemas to DABs. This allows users to define schemas for tables and other assets their pipelines/workflows create as part of the DAB,...
### Steps to reproduce the behavior Using the composite github action 'setup-cli' (https://github.com/databricks/setup-cli), an existing pipeline fails. Installing databricks-cli using latest version by curl, yields same issue. This indicates that...
When writing Databricks Asset Bundles, it would be great if we could define things like job cluster configuration as one config block: ```yaml targets: dev: variables: spark_version: 14.3.x-scala2.12 pool_id: 12334...
### Describe the issue When using the cli from a folder that contains a bundle, the cli unexpectedly infers host configuration from the bundle even with default profile is set...
## Changes TODO: ping the URLs