mirror of https://github.com/databricks/cli.git
12 lines
159 B
TOML
12 lines
159 B
TOML
|
Local = false
|
||
|
Cloud = true
|
||
|
|
||
|
[[Repls]]
|
||
|
Old = '\bnode_type_id: [0-9a-zA-Z_.-]+\b'
|
||
|
New = 'node_type_id: (redacted)'
|
||
|
|
||
|
[[Repls]]
|
||
|
# windows fix
|
||
|
Old = '\\'
|
||
|
New = '/'
|