From 3ee99956f3f87f2acb35339606c6e8f464dfdafb Mon Sep 17 00:00:00 2001 From: Dan Oxlade Date: Wed, 8 Jan 2025 19:25:17 +0000 Subject: [PATCH] Correct {{ syntax in yaml --- connections/Connection - DateCustom.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/connections/Connection - DateCustom.yml b/connections/Connection - DateCustom.yml index 80bc947..13b56ae 100755 --- a/connections/Connection - DateCustom.yml +++ b/connections/Connection - DateCustom.yml @@ -2,5 +2,5 @@ unique_name: Connection - DateCustom object_type: connection label: Connection - DateCustom as_connection: Snowflake - AtScale -database: {{date_database}} -schema: {{date_schema}} +database: "{{date_database}}" +schema: "{{date_schema}}"