diff --git a/README.md b/README.md index 68ce4f5..5e7ea0b 100644 --- a/README.md +++ b/README.md @@ -76,4 +76,9 @@ python tests/load_data.py **6.Run the test** ```sh pytest tests/test_etl.py -``` \ No newline at end of file +``` + +# 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) \ No newline at end of file diff --git a/photos/date_range.png b/photos/date_range.png new file mode 100644 index 0000000..9d24deb Binary files /dev/null and b/photos/date_range.png differ diff --git a/photos/id_mapping.png b/photos/id_mapping.png new file mode 100644 index 0000000..5e28de7 Binary files /dev/null and b/photos/id_mapping.png differ diff --git a/requirements.txt b/requirements.txt index ef47ed9..828fb6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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) \ No newline at end of file +openpyxl==3.0.10 # For reading and writing Excel files (e.g., orders_test_data.xlsx) +numpy==2.2.0 \ No newline at end of file