Forum Discussion
harrybao0901
4 months agoFrequent Visitor
Least Privilege for Pipeline item to ingest data from SQL Server to Snowflake
I am using Pipeline item in Fabric to ingest data from SQL Server to Snowflake. I already granted the role some minimal permisisons like USAGE ON WAREHOUSE, USAGE ON DATABASE, USAGE ON SCHEMA; GRANT ...
- 4 months ago
I found the root cause, I checked and found that one of my college set grant future ownership to role CICD, that's why new stage always goes to role CICD. Thanks for your help!!!