Skip to content

Commit 06e21b4

Browse files
committed
Add looker_role grants
1 parent 33a4587 commit 06e21b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ async function generate(daysAgoToEnd, daysToGenerate) {
192192
await snowflakeService.createSchema("account_usage");
193193
await deleteSnowflakeTables(snowflakeService, models.TABLE_NAMES);
194194
await createSnowflakeTables(snowflakeService, models.TABLE_NAMES);
195+
await snowflakeService.doAllGrants("looker_role");
195196
await uploadSessionDataSnowflake(snowflakeService);
196197
} catch (e) {
197198
console.log(e);

0 commit comments

Comments
 (0)