From 40f82283bfce57e0db5c452e815377284df1d763 Mon Sep 17 00:00:00 2001 From: priti Date: Thu, 21 Sep 2023 15:08:57 -0400 Subject: [PATCH] cleanup --- rai/client.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/rai/client.go b/rai/client.go index 1c763a2..eadeb57 100644 --- a/rai/client.go +++ b/rai/client.go @@ -1855,8 +1855,6 @@ type DataStreamOpts struct { ObjectName string Role string Warehouse string - // Optional, will fall back to stored SF credentials if not supplied - Credentials SnowflakeCredentials } // Register snowflake datastream created by native app to replicate data from a Snowflake table/view to a RAI relation.