Category: Automation
Automation
Running Python scripts using UV
In case you haven’t heard, UV is a relatively new python package and project manager. UV allows for you to define package dependencies and the Python version to run the …
Automation
Running SQL Queries on a schedule in BigQuery | Part 2b: Cloud Functions
In this part of the series we will walkthrough how to set up a query to run at a regular interval using Python and Cloud Functions. This is useful particularly …
Automation
A Dockerfile to create a docker image to run a python file
Use this Dockerfile as a template to be able to create docker images that will execute a python script once the container is run. This can be very useful if …