Python script to send an email with Sendgrid API
A short python script that uses the Sendgrid API to send a basic email.
Analytical – Honest – Passionate
A short python script that uses the Sendgrid API to send a basic email.
I came across this great tool today called gitleaks. This tool will search through directories and git repos (all locally) to see if it can find any secrets, API keys, …
If a particular user has been added read access to a table these permissions can be removed using the REVOKE keyword in SQL:
When creating or building a BigQuery Machine Learning model, the model itself is stored inside a BigQuery dataset. The code snippet below shows how to move a model from one …
A simple tool to create dates in a date range at the terminal. Each date in the date range is printed to the screen allowing for redirection or incorporation into …
A code snippet showing how to trigger a DAG in Cloud Composer (managed Airflow) using the gcloud command line tool.
Different approaches to load data into a SQLite database using the following Python libraries: Pandas Using the pandas library (alongside click, and uv) to load a csv file into a …
Working with data involves handling a lot of data files, most commonly CSV files. It can be very helpful to do some exploratory data analysis on the CSV file to …
Use the bq command line tool to list the users who have access to a particular dataset in BigQuery