Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thanasornsawan committed Dec 18, 2024
1 parent c15d347 commit 802f9bb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# Practice_ETL_QA_analyst
This project use Apache Airflow, GitHub action CICD, excel, sql, docker and python

# Scenario user story
Ensure that customer order data is correctly loaded into the database so that I can analyze purchasing patterns.

**Acceptance Criteria:**
The Customer_ID must be unique.
The Product_ID must exist in the Products table.
The Quantity must not be negative.
The Order_Date must be valid and in the correct format (YYYY-MM-DD).
The Customer_Name must not be empty.

0 comments on commit 802f9bb

Please sign in to comment.