Python

Python

Langgraph State Updates with Tools

Using tools to update state was tricky to figure out. This is a quick walkthrough of some key pieces using langgraph.

Read
Python

Connect to Snowflake from Python with Key-Pair Authentication

Setting up secure, MFA-compatible authentication for Snowflake using Python and Snowpark. This walkthrough covers environment setup, RSA key-pair generation, and connecting to Snowflake without interactive authentication prompts.

Read
SQL

Integrate Snowflake with Git

Integrating git repos in a data engineering platform can help speed up development cycles and CICD workflows dramatically. In this walkthrough, I'll show how to setup a repo hosted on github to interact with your snowflake environment.

Read
Python

Create a podcast with LLMs

LLMs made available by companies such as OpenAI, Anthropic, Google, and others can be useful for learning new things. I enjoy listening to podcasts and audiobooks, but there are some topics that may not have a lot of coverage. To bridge this gap, I set out to create an automated workflow where an LLM can generate the content for podcasts and a follow-up pipeline to convert this to audio files and ultimately a combined mp3.

Read