From 73142f2731ceb87150906ebbf6a8d407f0365857 Mon Sep 17 00:00:00 2001 From: Jacob Frackson Date: Wed, 27 Sep 2023 13:29:45 -0700 Subject: [PATCH] fix: broken yml strings due to [] (#45) --- macros/macros.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/macros/macros.yml b/macros/macros.yml index da25271..40116c0 100644 --- a/macros/macros.yml +++ b/macros/macros.yml @@ -22,7 +22,7 @@ macros: - name: destination_database description: Destination database name, i.e. the new database to be created - name: new_owner_role - description: [Optional] The new owner role of the newly created object + description: "[Optional] The new owner role of the newly created object" - name: clone_schema arguments: @@ -31,11 +31,11 @@ macros: - name: destination_schema description: Destination schema name, i.e. the new schema to be created - name: source_database - description: [Optional] Source database name. Defaults to target database. + description: "[Optional] Source database name. Defaults to target database." - name: destination_database - description: [Optional] Destination database. Defaults to target database. + description: "[Optional] Destination database. Defaults to target database." - name: new_owner_role - description: [Optional] The new owner role of the newly created object + description: "[Optional] The new owner role of the newly created object" - name: drop_database arguments: @@ -47,7 +47,7 @@ macros: - name: schema_name description: Schema to drop - name: database - description: [Optional] Database name. Defaults to target database. + description: "[Optional] Database name. Defaults to target database." - name: grant_ownershop_on_schema_objects arguments: @@ -56,6 +56,6 @@ macros: - name: destination_schema description: Destination schema name, i.e. the new schema to be created - name: destination_database - description: [Optional] Destination database. Defaults to target database. + description: "[Optional] Destination database. Defaults to target database." - name: warehouse_size