Merge rows from source dynamic table to destination static table only if the destination doesn’t have the source row based on a column?
I have a huge dynamic source table that is continually getting populated with new data. In it there’s an ID column whose value can appear over multiple rows over time in the source dynamic table.
Merge rows from source dynamic table to destination static table only if the destination doesn’t have the source row based on a column?
I have a huge dynamic source table that is continually getting populated with new data. In it there’s an ID column whose value can appear over multiple rows over time in the source dynamic table.
Files uploaded to Named Internal Stage using SnowCLI 2.7.0 not visible via Snowsight
Using a connection which uses Role SYSADMIN who owns the Named Internal Stage, I used SnowCLI to upload files using SnowCLI 2.7.0 on Windows 10, with success/no error, but the files were not visible to SYSADMIN in Snowsight
Invalid Identifier issue testing simple CURSOR statement in Snowflake
I’m trying to test a simple CURSOR
statement in Snowflake, which is almost identical to the code in the official documentation. All my example should do is to retrieve dates from a source table, and insert them one by one into a destination table. Here is my code:
Invalid Identifier issue testing simple CURSOR statement in Snowflake
I’m trying to test a simple CURSOR
statement in Snowflake, which is almost identical to the code in the official documentation. All my example should do is to retrieve dates from a source table, and insert them one by one into a destination table. Here is my code:
Invalid Identifier issue testing simple CURSOR statement in Snowflake
I’m trying to test a simple CURSOR
statement in Snowflake, which is almost identical to the code in the official documentation. All my example should do is to retrieve dates from a source table, and insert them one by one into a destination table. Here is my code:
Snowflake file load replaces characters
While loading data from csv to snowflake table, charactes like Ž or ‘™’ and getting replaced by some other charachers like  or ¢.
can anyone tell me why I am getting this
Snowflake Cortex LLM functions throwing error
I’m trying to run a Streamlit app to make a chatbot using Snowflake Cortex LLM function. Apparently there is an access problem with the llm functions.
This is the error I’m getting.
How to properly split a snowpark table based on a column value?
I’m just starting out with Snowpark Java API, trying some basic operations.
Automate process of accept requests to our native app in marketplace
At my company, we are developing a native app that we want to publish publicly on the marketplace. However, we want to restrict access to the app so that only customers who are part of our company can access it.