databricks-cli/acceptance/bundle/templates/test.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
784 B
TOML
Raw Normal View History

# At the moment, there are many differences across different envs w.r.t to catalog use, node type and so on.
LocalOnly = true
[[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?'
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/'