Skip to content

Commit

Permalink
Amend README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kzzzr committed Jul 18, 2023
1 parent 5db1e67 commit e636052
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@

## Lab plan

- [Fork this repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo)
- [Configure Developer Environment](#1-configure-developer-environment)
- [Deploy Clickhouse](#2-deploy-clickhouse)
- [Check database connection](#3-check-database-connection)
- [Deploy DWH](#4-deploy-dwh)
- [Model read-optimized data mart](#5-model-read-optimized-data-mart)
- [Create PR and make CI tests pass](#6-create-pr-and-make-ci-tests-pass)


- [Fork this repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo)
- [Configure Developer Environment](#1-configure-developer-environment)
- Start with GitHub Codespaces
Expand Down Expand Up @@ -219,7 +210,7 @@ env | grep DBT_

1. Prepare a data mart (wide table)

Join all the tables into one [f_lineorder_flat](./models/):
Join all the tables into one [f_lineorder_flat](./models/marts/f_lineorder_flat.sql):

```bash
dbt build -s f_lineorder_flat
Expand Down

0 comments on commit e636052

Please sign in to comment.