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.