Skip to content

Instantly share code, notes, and snippets.

View eponkratova's full-sized avatar

Eka Ponkratova eponkratova

View GitHub Profile
@eponkratova
eponkratova / README.md
Created November 25, 2022 06:39 — forked from jeremyyeo/README.md
Overriding dbt Cloud default database / schema on CI runs #dbt

Overriding dbt Cloud default database / schema on CI runs

-!  🚨                                          WARNING                                          🚨  !-
You probably do not want to do this because dbt Cloud will not be able to drop the relevant schema 
upon PR merge / close so you will end up with clutter if you are not on top of this.

The following is the default behaviour of [dbt Cloud CI runs][1] when:

Getting Started With Superset: Airbnb’s data exploration platform

These instructions are for Amazon Linux Version 2

Update Python and PIP versions on EC2 (Amazon AMI)

sudo yum update -y
sudo yum install python3 -y