Skip to content

Instantly share code, notes, and snippets.

View juangesino's full-sized avatar

Juan Gesino juangesino

View GitHub Profile
@juangesino
juangesino / .gitlab-ci.dbt_run.yml
Last active January 11, 2024 03:22
Running dbt using Gitlab CI/CD
.dbt_run: &dbt_jobs
image: python:3.8.1-slim-buster
before_script:
- apt-get update
- apt-get dist-upgrade -y
- apt-get install -y --no-install-recommends git make ca-certificates libpq-dev libicu-dev pkg-config gcc build-essential
- pip install dbt-postgres==1.0.0
- export CI_PROFILE_TARGET="--profiles-dir . --target ${TARGET_NAME}"
- echo $CI_PROFILE_TARGET
@juangesino
juangesino / 1_A Dockerized dbt Workflow
Last active March 16, 2023 19:01
A Dockerized dbt Workflow
# A Dockerized dbt Workflow
@juangesino
juangesino / 1_Abstracting data loading with Airflow DAG factories
Created November 29, 2021 18:14
Abstracting data loading with Airflow DAG factories
# Abstracting data loading with Airflow DAG factories
@juangesino
juangesino / 1_Data lake in S3 from MongoDB
Created October 17, 2021 12:07
Data lake in S3 from MongoDB
# Data lake in S3 from MongoDB
@juangesino
juangesino / 1_How we use Airflow for SQL alerts and Slack notifications.md
Created July 11, 2021 20:13
How we use Airflow for SQL alerts and Slack notifications

How we use Airflow for SQL alerts and Slack notifications

@juangesino
juangesino / 1_How to Build a Custom Estimator for scikit-learn.md
Last active February 14, 2022 03:43
How to Build a Custom Estimator for scikit-learn

How to Build a Custom Estimator for scikit-learn

@juangesino
juangesino / 1_Bayesian Weight Loss.md
Created February 11, 2021 19:10
Bayesian Weight Loss

Bayesian Weight Loss

@juangesino
juangesino / 1_Crazy Simple Anomaly Detection for Customer Success
Created February 9, 2021 16:46
Crazy Simple Anomaly Detection for Customer Success
# Crazy Simple Anomaly Detection for Customer Success
@juangesino
juangesino / 1_Bayesian CAPM Beta Estimation.md
Created February 8, 2021 14:31
Bayesian CAPM Beta Estimation

Bayesian CAPM Beta Estimation

@juangesino
juangesino / 1_Bayesian AB Testing WhatsApp Messages.md
Last active November 9, 2020 18:24
Bayesian A/B testing of WhatsApp Messages

Bayesian A/B Testing WhatsApp Messages