2025-02-03 10:43:25 +00:00
|
|
|
# At the moment, there are many differences across different envs w.r.t to catalog use, node type and so on.
|
|
|
|
LocalOnly = true
|
2025-02-10 09:36:11 +00:00
|
|
|
|
|
|
|
[[Repls]]
|
2025-02-10 12:38:02 +00:00
|
|
|
Old = '\d\d\d\d-\d\d-\d\d(T| )\d\d:\d\d:\d\d(\.\d+)? *(\+\d\d:?\d\d)?Z?'
|
2025-02-10 09:36:11 +00:00
|
|
|
New = '[TIMESTAMP]'
|
2025-02-10 11:57:48 +00:00
|
|
|
|
|
|
|
[[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'
|
2025-02-10 22:39:37 +00:00
|
|
|
|
|
|
|
[[Repls]]
|
|
|
|
# Windows paths inside JSON:
|
|
|
|
Old = 'resources\\\\'
|
|
|
|
New = 'resources/'
|