Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Commit 27f1691

Browse files
authored
Update README.md
1 parent 185dbc0 commit 27f1691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Additional context:
2323
- You are provided a sample of posts and votes (use ``make fetch-data``). However, in production, files like these will land as a supplier sends them.
2424
- You will use sqlite3 for demonstration; your solution should treat sqlite3 as if it were a real data warehouse
2525
- The database should be saved on the root folder of the project as warehouse.db, as we're doing on [src/db_test.py]
26-
- If the sqlite3 database file is deleted, your pipeline should re-create it from posts and tags data
26+
- If the sqlite3 database file is deleted, your pipeline should re-create it from posts and votes data
2727
- If the sqlite3 database file already exists, your pipeline should merge any new posts and votes data into it
2828
- There's a Makefile you should use to run/test/lint your project.
2929
- The Makefile abstracts the development environment inside a docker container, then docker is the only requirement in your environment.

0 commit comments

Comments
 (0)