Skip to content

Commit 73142f2

Browse files
authored
fix: broken yml strings due to [] (#45)
1 parent 1b47cf7 commit 73142f2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

macros/macros.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ macros:
2222
- name: destination_database
2323
description: Destination database name, i.e. the new database to be created
2424
- name: new_owner_role
25-
description: [Optional] The new owner role of the newly created object
25+
description: "[Optional] The new owner role of the newly created object"
2626

2727
- name: clone_schema
2828
arguments:
@@ -31,11 +31,11 @@ macros:
3131
- name: destination_schema
3232
description: Destination schema name, i.e. the new schema to be created
3333
- name: source_database
34-
description: [Optional] Source database name. Defaults to target database.
34+
description: "[Optional] Source database name. Defaults to target database."
3535
- name: destination_database
36-
description: [Optional] Destination database. Defaults to target database.
36+
description: "[Optional] Destination database. Defaults to target database."
3737
- name: new_owner_role
38-
description: [Optional] The new owner role of the newly created object
38+
description: "[Optional] The new owner role of the newly created object"
3939

4040
- name: drop_database
4141
arguments:
@@ -47,7 +47,7 @@ macros:
4747
- name: schema_name
4848
description: Schema to drop
4949
- name: database
50-
description: [Optional] Database name. Defaults to target database.
50+
description: "[Optional] Database name. Defaults to target database."
5151

5252
- name: grant_ownershop_on_schema_objects
5353
arguments:
@@ -56,6 +56,6 @@ macros:
5656
- name: destination_schema
5757
description: Destination schema name, i.e. the new schema to be created
5858
- name: destination_database
59-
description: [Optional] Destination database. Defaults to target database.
59+
description: "[Optional] Destination database. Defaults to target database."
6060

6161
- name: warehouse_size

0 commit comments

Comments
 (0)