mirror of https://github.com/databricks/cli.git
Clean up test.toml
This commit is contained in:
parent
1077882b05
commit
a7edd65932
|
@ -1,6 +0,0 @@
|
||||||
Badness = 'Deploy to prod failed but error message is empty'
|
|
||||||
|
|
||||||
[[Repls]]
|
|
||||||
# Windows paths inside JSON:
|
|
||||||
Old = 'resources\\\\'
|
|
||||||
New = 'resources/'
|
|
|
@ -11,3 +11,8 @@ New = '[TIMESTAMP]'
|
||||||
# + "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'
|
Old = '#\\s'
|
||||||
New = '#//s'
|
New = '#//s'
|
||||||
|
|
||||||
|
[[Repls]]
|
||||||
|
# Windows paths inside JSON:
|
||||||
|
Old = 'resources\\\\'
|
||||||
|
New = 'resources/'
|
||||||
|
|
Loading…
Reference in New Issue