File tree Expand file tree Collapse file tree
module4-analytics-engineering/redshift Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# dbt and Redshift for Analytics
22
3- ![ Python] ( https://img.shields.io/badge/Python-3.12-4B8BBE.svg?style=flat&logo=python&logoColor=FFD43B&labelColor=306998 )
4- [ ![ Redshift] ( https://img.shields.io/badge/Redshift_Serverless-2766A7?style=flat&logo=Amazon%20RedShift&logoColor=white&labelColor=2766A7 )] ( https://aws.amazon.com/pt/redshift/redshift-serverless/ )
5- [ ![ dbt] ( https://img.shields.io/badge/dbt--redshift-1.9-262A38?style=flat&logo=dbt&logoColor=FF6849&labelColor=262A38 )] ( https://docs.getdbt.com/reference/warehouse-setups/redshift-setup )
3+ ![ Python] ( https://img.shields.io/badge/Python-3.13_|_3.12-4B8BBE.svg?style=flat&logo=python&logoColor=FFD43B&labelColor=306998 )
4+ [](https://docs.getdbt.com/reference/warehouse-setups/bigquery-setup)
65[ ![ uv] ( https://img.shields.io/badge/astral/uv-261230?style=flat&logo=uv&logoColor=DE5FE9&labelColor=261230 )] ( https://docs.astral.sh/uv/getting-started/installation/ )
6+ [ ![ Docker] ( https://img.shields.io/badge/Docker-329DEE?style=flat&logo=docker&logoColor=white&labelColor=329DEE )] ( https://docs.docker.com/get-docker/ )
77
88![ License] ( https://img.shields.io/badge/license-CC--BY--SA--4.0-31393F?style=flat&logo=creativecommons&logoColor=black&labelColor=white )
99
@@ -62,12 +62,7 @@ export AWS_SECRET_ACCESS_KEY=AWS_SECRET_ACCESS_KEY
6262dbt deps
6363```
6464
65- 4.2. Run ` dbt seed ` to push/create the tables from the .csv seed files to the target schema
66- ``` shell
67- dbt seed
68- ```
69-
70- 4.3. Run dbt run to trigger the dbt models to run
65+ 4.2. Run dbt build to trigger the dbt models to run
7166``` shell
7267dbt build
7368
You can’t perform that action at this time.
0 commit comments