databricks-cli/bundle/config/mutator
Pieter Noordhuis 4026b2cda2
Mutator to convert paths to local notebooks files into artifacts (#144)
This lets you write:
```yaml
libraries:
  - notebook:
      path: ./events.sql
```

Instead of:
```yaml
artifacts:
  events_sql:
    notebook:
      path: ./events.sql

libraries:
  - notebook:
      path: "${artifacts.events_sql.notebook.remote_path}"
```
2022-12-16 14:49:23 +01:00
..
default_artifact_path.go Mutators to define current user and default artifact path (#112) 2022-12-01 11:17:29 +01:00
default_artifact_path_test.go Mutators to define current user and default artifact path (#112) 2022-12-01 11:17:29 +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
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 Add "default" flag to environment block (#142) 2022-12-15 21:28:14 +01:00
select_default_environment_test.go Add "default" flag to environment block (#142) 2022-12-15 21:28:14 +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