Skip to content

Commit a8e6911

Browse files
fix(snowflake): Update warehouse comment formatting in core objects config
- Extend LOAD_WH warehouse comment with additional periods for consistent formatting - Align comment style with warehouse configuration standards - Maintain warehouse metadata consistency across configuration files
1 parent 72423d2 commit a8e6911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/snowflake/tf/input-jsons/snowflake-core-objects.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"warehouses": {
33
"load_wh": {
44
"name": "LOAD_WH",
5-
"comment": "This warehouse will be used for loading all the JSON files...",
5+
"comment": "This warehouse will be used for loading all the JSON files............",
66
"warehouse_size": "X-SMALL",
77
"auto_resume": true,
88
"auto_suspend": 60,

0 commit comments

Comments
 (0)