mirror of https://github.com/databricks/cli.git
19 lines
784 B
TOML
19 lines
784 B
TOML
# At the moment, there are many differences across different envs w.r.t to catalog use, node type and so on.
|
|
LocalOnly = true
|
|
|
|
[[Repls]]
|
|
Old = '\d\d\d\d-\d\d-\d\d(T| )\d\d:\d\d:\d\d(\.\d+)? *(\+\d\d:?\d\d)?Z?'
|
|
New = '[TIMESTAMP]'
|
|
|
|
[[Repls]]
|
|
# Fixing bundle\templates\default-sql\output\my_default_sql\.vscode\settings.json
|
|
# - "jupyter.interactiveWindow.cellMarker.codeRegex": "^# COMMAND ----------|^# Databricks notebook source|^(#\\s*%%|#\\s*\\<codecell\\>|#\\s*In\\[\\d*?\\]|#\\s*In\\[ \\])",
|
|
# + "jupyter.interactiveWindow.cellMarker.codeRegex": "^# COMMAND ----------|^# Databricks notebook source|^(#//s*%%|#//s*//<codecell//>|#//s*In//[//d*?//]|#//s*In//[ //])",
|
|
Old = '#\\s'
|
|
New = '#//s'
|
|
|
|
[[Repls]]
|
|
# Windows paths inside JSON:
|
|
Old = 'resources\\\\'
|
|
New = 'resources/'
|