python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
why is my notification channel (External table )null?
I have created a external table in snowflake with data in S3. and automated it with SNS.
I have created S3 integration object with 2 buckets (Bucket1 and BUcket 2).
I have created a SNS topic and subs...
Xi12
Votes: 0
Answers: 1
Can same topic be configured to multiple s3 buckets?
I am trying to refresh external table using SNS in snowflake.
I have followed this tutorial to refresh.
https://www.youtube.com/watch?v=PCNa3d6rMO0
it is working as expected.but when I use same topic ...
Xi12
Votes: 0
Answers: 1
How to read csv file and return external table query in python?
I am trying to read csv file and create a external table query by the dataframe. Please help me how can achieve my goal?
Example:
Sppose I have df like this-
df = pd.DataFrame({'A': [1,2,3], 'B': [Tru...
Shivika
Votes: 0
Answers: 2
Dynamic path (Date) not getting Updated in snowflake
I have created external table in snowflake and it should refresh if data is there in s3.
my S3 bucket URL is :
s3://compnay_bucket/pitc/2022-03-25/Investor
In the above URL date should be dynamic a...
Xi12
Votes: 0
Answers: 0