Skip to content

KaiaHealth/kaiahealth_hiring-analytics-engineer

Repository files navigation

To initialize the data environment, open a github codespace:

image that explains how to open github codepsace

Once started, execute the following commands in the terminal:

$ dbt deps
$ dbt seed
$ dbt build

to verify the data product:

$ dbt test

to inspect the underlying data yourself:

$ duckcli database.duckdb
> select * from active_users

what we get:

+-----------------+----------------+
| name            | num_activities |
+-----------------+----------------+
| Uwe Probst      | 14             |
| Guo Hsiung      | 8              |
| Harriet Ledesma | 8              |
| Teresa Dodson   | 14             |
+-----------------+----------------+

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published