When my trying to create pipe via below command ,I am getting error
Command:
CREATE OR REPLACE PIPE GCS_SNOWPIPE_BANK
AUTO_INGEST = true
INTEGRATION = notification_snowflake_bank
AS
COPY INTO SNOWPIPE
from @gcs_stage_bank1
file_format = (type = 'JSON');
Error :
090040 (XX000): Pipe Notifications bind failure "Could not monitor projects/banking-project-396814/subscriptions/snowpipe_sub; io.grpc.StatusRuntimeException: PERMISSION_DENIED: Permission monitoring.timeSeries.list denied (or the resource may not exist)."
Kindly help to resolve this.
The error message indicates that the service account you have provided to Snowflake does not have the required permissions to monitor the specified Pub/Sub subscription. To resolve this, follow these steps:
Additional checks: