Update .gitignore to exclude __pycache__ in salary_analytics directory and enhance run_streaming_pipeline endpoint to enforce file presence for CSV source.

This commit is contained in:
2025-05-10 15:14:38 +01:00
parent 5e5459450b
commit 305e5da4ec
2 changed files with 7 additions and 10 deletions
+1 -2
View File
@@ -14,5 +14,4 @@ __pycache__
__pycache__/*
output/*
.idea/*
salary_analytics/__pycache__/*