Skip to content

Commit 255477d

Browse files
feat: [SNOW-2433617] unblock dbt execute retry (#2658)
1 parent 619325f commit 255477d

File tree

2 files changed

+197
-1
lines changed

2 files changed

+197
-1
lines changed

src/snowflake/cli/_plugins/dbt/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"deps",
2323
"list",
2424
"parse",
25+
"retry",
2526
"run",
2627
"run-operation",
2728
"seed",
@@ -36,6 +37,5 @@
3637
"debug",
3738
"docs",
3839
"init",
39-
"retry",
4040
"source",
4141
]

0 commit comments

Comments
 (0)