Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Issue on Automating Snowpipe for Google Cloud Storage

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.

2 1 905
1 REPLY 1