Skip to content

Commit

Permalink
Grant select on tables in synapse
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Oct 19, 2023
1 parent 0968699 commit 3c46b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/synapse_setup.sql
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ TO ROLE PUBLIC;
GRANT SELECT ON TABLE synapse_data_warehouse.synapse.userprofile_latest
TO ROLE PUBLIC;

// GRANT SELECT ON ALL TABLES IN SCHEMA synapse_data_warehouse.synapse TO ROLE PUBLIC;
GRANT SELECT ON ALL TABLES IN SCHEMA synapse_data_warehouse.synapse TO ROLE PUBLIC;
-- TODO: Add these back in after governance
-- GRANT SELECT ON FUTURE TABLES IN SCHEMA synapse_data_warehouse.synapse
-- TO ROLE PUBLIC;

0 comments on commit 3c46b0b

Please sign in to comment.