Skip to content

Commit

Permalink
add example photo
Browse files Browse the repository at this point in the history
  • Loading branch information
thanasornsawan committed Dec 19, 2024
1 parent e0e9869 commit 3443dbe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,9 @@ python tests/load_data.py
**6.Run the test**
```sh
pytest tests/test_etl.py
```
```

# Example fail result after run test
![date result](https://github.com/Thanasornsawan/Practice_ETL_QA_analyst/blob/main/photos/date_range.PNG?raw=true)

![date result](https://github.com/Thanasornsawan/Practice_ETL_QA_analyst/blob/main/photos/id_mapping.PNG?raw=true)
Binary file added photos/date_range.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added photos/id_mapping.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
apache-airflow==2.5.0 # If using Airflow for orchestration
pandas==1.5.3 # For handling data manipulation
pytest==7.2.2 # For running tests
openpyxl==3.0.10 # For reading and writing Excel files (e.g., orders_test_data.xlsx)
openpyxl==3.0.10 # For reading and writing Excel files (e.g., orders_test_data.xlsx)
numpy==2.2.0

0 comments on commit 3443dbe

Please sign in to comment.