by Datalytyx | Mar 13, 2024 | BlogPosts, Databricks
Photo by Intricate Explorer on Unsplash In the vast expanse of the data universe, organizations are on a constant quest to conquer their data assets. Much like the intrepid Indiana Jones (other explorers are available), they face the daunting task of navigating the...
by Datalytyx | Mar 13, 2024 | BlogPosts, Databricks
Data sharing is a powerful way to collaborate with your customers, partners, and suppliers on data-driven insights and solutions. However, traditional data sharing methods often involve copying, moving, or replicating data across different platforms, which can be...
by Datalytyx | Dec 12, 2023 | BlogPosts, Snowflake
Introduction By now everybody has heard of LLMs and understands (to some degree) what they do. Given that training LLM’s is so expensive, organisations are seeking to run them effectively without incurring the high costs. So, how does an organisation gain a...
by Datalytyx | Jul 4, 2023 | BlogPosts, Snowflake
Querying nested JSON can be frustrating and finding easy to use examples can be even more challenging. It is one of the most common sources of questions that I see on Stack Overflow and Snowflake Community forums. The syntax is not at all intuitive, and it will...
by Datalytyx | May 17, 2023 | BlogPosts, Snowflake
I have been reading the docs.snowflake.com site for over 4 years now. I read it when trying to get things to work, I read it as a reference book for correct syntax, and I even read it to see what’s new! Things do change fast in the Snowflake world so it’s important...
by Datalytyx | May 11, 2023 | BlogPosts, Snowflake
Last week, your engineer created a Snowflake procedure (PROD_DB.SCHEMA.ADD_CUSTOMER) that inserts a new customer record into the customers table (PROD_DB.SCHEMA.CUSTOMERS).  Notice that these object names are “fully qualified” with specified database, schema, and...