-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
thanasornsawan
committed
Dec 18, 2024
1 parent
c15d347
commit 802f9bb
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |