databricks-cli/bundle/config/mutator
Pieter Noordhuis 35c3d9fa4e
Add workspace paths (#179)
The workspace root path is a base path for bundle storage. If not
specified, it defaults to `~/.bundle/name/environment`. This default, or
other paths starting with `~` are expanded to the current user's home
directory. The configuration also includes fields for the files path,
artifacts path, and state path. By default, these are nested under the
root path, but can be overridden if needed.
2023-01-26 19:55:38 +01:00
..
default_environment.go No need for nil check on map (#143) 2022-12-15 21:28:27 +01:00
default_environment_test.go Move mutator interface to top level bundle package (#105) 2022-11-28 10:59:43 +01:00
default_include.go Move mutator interface to top level bundle package (#105) 2022-11-28 10:59:43 +01:00
default_include_test.go Move mutator interface to top level bundle package (#105) 2022-11-28 10:59:43 +01:00
default_workspace_paths.go Add workspace paths (#179) 2023-01-26 19:55:38 +01:00
default_workspace_paths_test.go Add workspace paths (#179) 2023-01-26 19:55:38 +01:00
default_workspace_root.go Add workspace paths (#179) 2023-01-26 19:55:38 +01:00
default_workspace_root_test.go Add workspace paths (#179) 2023-01-26 19:55:38 +01:00
expand_workspace_root.go Add workspace paths (#179) 2023-01-26 19:55:38 +01:00
expand_workspace_root_test.go Add workspace paths (#179) 2023-01-26 19:55:38 +01:00
mutator.go Move mutator interface to top level bundle package (#105) 2022-11-28 10:59:43 +01:00
populate_current_user.go Mutators to define current user and default artifact path (#112) 2022-12-01 11:17:29 +01:00
populate_current_user_test.go Mutators to define current user and default artifact path (#112) 2022-12-01 11:17:29 +01:00
process_include.go Move mutator interface to top level bundle package (#105) 2022-11-28 10:59:43 +01:00
process_include_test.go Move mutator interface to top level bundle package (#105) 2022-11-28 10:59:43 +01:00
process_root_includes.go Move mutator interface to top level bundle package (#105) 2022-11-28 10:59:43 +01:00
process_root_includes_test.go Run unit tests on windows and macos (#103) 2022-11-28 11:34:25 +01:00
select_default_environment.go Handle nil environment (#154) 2022-12-22 15:31:32 +01:00
select_default_environment_test.go Handle nil environment (#154) 2022-12-22 15:31:32 +01:00
select_environment.go Move mutator interface to top level bundle package (#105) 2022-11-28 10:59:43 +01:00
select_environment_test.go Move mutator interface to top level bundle package (#105) 2022-11-28 10:59:43 +01:00
translate_notebook_paths.go Mutator to convert paths to local notebooks files into artifacts (#144) 2022-12-16 14:49:23 +01:00
translate_notebook_paths_test.go Mutator to convert paths to local notebooks files into artifacts (#144) 2022-12-16 14:49:23 +01:00