mirror of https://github.com/databricks/cli.git
fixes
This commit is contained in:
parent
18a641982c
commit
7884bb7e8a
|
@ -4,3 +4,14 @@ 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]]
|
||||
Old = '\\'
|
||||
New = '/'
|
||||
|
||||
[[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'
|
||||
|
|
Loading…
Reference in New Issue