mirror of https://github.com/databricks/cli.git
update
This commit is contained in:
parent
7884bb7e8a
commit
260abb7bf2
|
@ -55,7 +55,6 @@ Validation OK!
|
||||||
"name": "my_default_sql",
|
"name": "my_default_sql",
|
||||||
"target": "[TARGET]",
|
"target": "[TARGET]",
|
||||||
"terraform": {
|
"terraform": {
|
||||||
\ No newline at end of file
|
|
||||||
@@ -20,15 +15,12 @@
|
@@ -20,15 +15,12 @@
|
||||||
"include": [
|
"include": [
|
||||||
"resources/my_default_sql_sql.job.yml"
|
"resources/my_default_sql_sql.job.yml"
|
||||||
|
@ -78,7 +77,6 @@ Validation OK!
|
||||||
"resources": {
|
"resources": {
|
||||||
"jobs": {
|
"jobs": {
|
||||||
"my_default_sql_sql_job": {
|
"my_default_sql_sql_job": {
|
||||||
\ No newline at end of file
|
|
||||||
@@ -43,15 +35,14 @@
|
@@ -43,15 +35,14 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -97,7 +95,6 @@ Validation OK!
|
||||||
"name": "schema"
|
"name": "schema"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
\ No newline at end of file
|
|
||||||
@@ -63,9 +54,10 @@
|
@@ -63,9 +54,10 @@
|
||||||
"queue": {
|
"queue": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
|
@ -111,7 +108,6 @@ Validation OK!
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"sql_task": {
|
"sql_task": {
|
||||||
\ No newline at end of file
|
|
||||||
@@ -92,7 +84,6 @@
|
@@ -92,7 +84,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -120,7 +116,6 @@ Validation OK!
|
||||||
"periodic": {
|
"periodic": {
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
"unit": "DAYS"
|
"unit": "DAYS"
|
||||||
\ No newline at end of file
|
|
||||||
@@ -101,6 +92,9 @@
|
@@ -101,6 +92,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -131,7 +126,6 @@ Validation OK!
|
||||||
"sync": {
|
"sync": {
|
||||||
"paths": [
|
"paths": [
|
||||||
"."
|
"."
|
||||||
\ No newline at end of file
|
|
||||||
@@ -114,9 +108,9 @@
|
@@ -114,9 +108,9 @@
|
||||||
"value": "main"
|
"value": "main"
|
||||||
},
|
},
|
||||||
|
@ -144,7 +138,6 @@ Validation OK!
|
||||||
},
|
},
|
||||||
"warehouse_id": {
|
"warehouse_id": {
|
||||||
"default": "f00dcafe",
|
"default": "f00dcafe",
|
||||||
\ No newline at end of file
|
|
||||||
|
|
||||||
Exit code: 1
|
Exit code: 1
|
||||||
|
|
||||||
|
|
|
@ -5,10 +5,6 @@ LocalOnly = true
|
||||||
Old = '\d\d\d\d-\d\d-\d\d(T| )\d\d:\d\d:\d\d(\.\d+)?(\+\d\d:?\d\d)?Z?'
|
Old = '\d\d\d\d-\d\d-\d\d(T| )\d\d:\d\d:\d\d(\.\d+)?(\+\d\d:?\d\d)?Z?'
|
||||||
New = '[TIMESTAMP]'
|
New = '[TIMESTAMP]'
|
||||||
|
|
||||||
[[Repls]]
|
|
||||||
Old = '\\'
|
|
||||||
New = '/'
|
|
||||||
|
|
||||||
[[Repls]]
|
[[Repls]]
|
||||||
# Fixing bundle\templates\default-sql\output\my_default_sql\.vscode\settings.json
|
# 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\\[ \\])",
|
||||||
|
|
Loading…
Reference in New Issue