We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29008a1 commit 057977aCopy full SHA for 057977a
1 file changed
tests/Backend/Workspaces/SnowflakeDynamicBackendsTest.php
@@ -387,6 +387,7 @@ public function testImportToStorageFromWorkspaceWithDynamicBackend(): void
387
'incremental' => true,
388
]);
389
// There is no way to assert the warehouse used for import.
390
- // You can only check it in the UI in Snowflake's QueryHistory or in SNOWFLAKE.ACCOUNT_USAGE.QUERY_HISTORY
+ // You can only check it in the UI in Snowflake's QueryHistory or in SNOWFLAKE.ACCOUNT_USAGE.QUERY_HISTORY.
391
+ // You should see the warehouse with suffix "_TESTSIZE" in the name.
392
}
393
0 commit comments