Posts by : Roel Peters

Tutorials
Snowflake + SQLAlchemy Tutorial: Installation & Example Queries | Census
Roel Peters
23 November 2022
SQLAlchemy is one of the most popular libraries to interface with relational databases in Python. So how can you leverage this to interface with Snowflake? Check out this step-by-step tutorial.
Tutorials
Fix SQL Error 'is not a valid GROUP BY expression' in Snowflake | Census
Roel Peters
8 November 2022
The SQL compilation error "[...] is not a valid group by expression" is one of the compilation errors in Snowflake SQL. Here's what can cause the error (and an example of how to solve it).