PinnedJohan·Sep 11, 2024Optimizing Snowflake — Your Complete Series for Peak Performance at Low CostHave been writing various articles about optimizing Snowflake from a cost/performance perspective. This article is a collection of all…
Johan·Dec 19, 2025Snowflake — things you will never use — (TABLE)SAMPLEWith some functions or keywords in Snowflake I can imagine what it is, but I have never used them and probably never will. But still, I…
Johan·Sep 23, 2025FinOps X day AmsterdamOver the last 2 years, optimizing Snowflake from a cost perspective has been top of my list. My next step is to further expand this topic…
Johan·Mar 29, 2025Snowflake — key pair authenticationOnce you have set up your Snowflake account for key pair authentication, you can use the script below to test this:
Johan·Mar 11, 2025AWS — Multi Session supportWhen you want to log in to the AWS Console, check someting in Dev and also look in Acc (in the same browser), for instance to debug stuff…
Johan·Jan 5, 2025Loading data from a remote database into Snowflake ….. without ETL toolsInspired by this article I decided this should be tested: -> a direct query from within Snowflake to a remote database.
Johan·Dec 6, 2024Using Snowflake with Python and CopilotI like to play around with Snowflake. Also with Python. And then also combining the 2, for cases such as generating SQL using Python and/or…