python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Snowflake table not populated even though pipe is running
I'm using Snowflake's Kafka connector to get some data into a table. I can see the files in the stage (when I run LIST @STAGE_NAME;). According to SYSTEM$PIPE_STATUS, the pipe is running. Still, I don...
Haris Osmanagić
Votes: 0
Answers: 1
snowflake to SSIS connection using ssh auth c (external browser auth working fine)
Need help on connecting SSIS to snowflake using ssh key pair authentication method.
Create a DSN with the required values for:
User: Your Snowflake User
Server: Your Tenant URL
Database: YourDatabase
...
jay
Votes: 0
Answers: 1
PUT command in SNOWFLAKE Stored Procedure
I try execute in * SnowSQL * v1.2.16
CREATE OR REPLACE PROCEDURE EDTIWKRSMWYJSYJYVFI0MQRM3K4BRQ06("start_week_id" FLOAT)
returns string
language javascript
execute as caller
as
$$
snowfl...
Pampastu
Votes: 0
Answers: 1
How to create and call Stored procedures on Snowflake from python?
I have two simple queries
set recent_date = (select Max(FILE_DATE) from "PRODUCTS");
select P.*,V.ID as Var_ID,V.Name as Var_Name, V.external_id as Var_Ext_ID, V.color, V.original_price, V....
Ronron
Votes: 0
Answers: 1