From 260abb7bf277362ab998ca950a78254620424e35 Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Mon, 10 Feb 2025 13:32:41 +0100 Subject: [PATCH] update --- .../bundle/templates/default-sql/out.validate.dev.json | 2 +- .../bundle/templates/default-sql/out.validate.prod.json | 2 +- acceptance/bundle/templates/default-sql/output.txt | 7 ------- acceptance/bundle/templates/test.toml | 4 ---- 4 files changed, 2 insertions(+), 13 deletions(-) diff --git a/acceptance/bundle/templates/default-sql/out.validate.dev.json b/acceptance/bundle/templates/default-sql/out.validate.dev.json index 237b7a5af..72a7b3ca8 100644 --- a/acceptance/bundle/templates/default-sql/out.validate.dev.json +++ b/acceptance/bundle/templates/default-sql/out.validate.dev.json @@ -137,4 +137,4 @@ "root_path": "/Workspace/Users/[USERNAME]/.bundle/my_default_sql/[TARGET]", "state_path": "/Workspace/Users/[USERNAME]/.bundle/my_default_sql/[TARGET]/state" } -} \ No newline at end of file +} diff --git a/acceptance/bundle/templates/default-sql/out.validate.prod.json b/acceptance/bundle/templates/default-sql/out.validate.prod.json index eefbb297c..1b4282391 100644 --- a/acceptance/bundle/templates/default-sql/out.validate.prod.json +++ b/acceptance/bundle/templates/default-sql/out.validate.prod.json @@ -131,4 +131,4 @@ "root_path": "/Workspace/Users/[USERNAME]/.bundle/my_default_sql/[TARGET]", "state_path": "/Workspace/Users/[USERNAME]/.bundle/my_default_sql/[TARGET]/state" } -} \ No newline at end of file +} diff --git a/acceptance/bundle/templates/default-sql/output.txt b/acceptance/bundle/templates/default-sql/output.txt index a28bd0f86..0f7fbe887 100644 --- a/acceptance/bundle/templates/default-sql/output.txt +++ b/acceptance/bundle/templates/default-sql/output.txt @@ -55,7 +55,6 @@ Validation OK! "name": "my_default_sql", "target": "[TARGET]", "terraform": { -\ No newline at end of file @@ -20,15 +15,12 @@ "include": [ "resources/my_default_sql_sql.job.yml" @@ -78,7 +77,6 @@ Validation OK! "resources": { "jobs": { "my_default_sql_sql_job": { -\ No newline at end of file @@ -43,15 +35,14 @@ ] }, @@ -97,7 +95,6 @@ Validation OK! "name": "schema" }, { -\ No newline at end of file @@ -63,9 +54,10 @@ "queue": { "enabled": true @@ -111,7 +108,6 @@ Validation OK! "tasks": [ { "sql_task": { -\ No newline at end of file @@ -92,7 +84,6 @@ } ], @@ -120,7 +116,6 @@ Validation OK! "periodic": { "interval": 1, "unit": "DAYS" -\ No newline at end of file @@ -101,6 +92,9 @@ } } @@ -131,7 +126,6 @@ Validation OK! "sync": { "paths": [ "." -\ No newline at end of file @@ -114,9 +108,9 @@ "value": "main" }, @@ -144,7 +138,6 @@ Validation OK! }, "warehouse_id": { "default": "f00dcafe", -\ No newline at end of file Exit code: 1 diff --git a/acceptance/bundle/templates/test.toml b/acceptance/bundle/templates/test.toml index 6a2df2f73..abd46cf30 100644 --- a/acceptance/bundle/templates/test.toml +++ b/acceptance/bundle/templates/test.toml @@ -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?' 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*\\|#\\s*In\\[\\d*?\\]|#\\s*In\\[ \\])",