handle duplictes much better

This commit is contained in:
ggman12
2026-02-02 20:28:09 -05:00
parent 250ac98e66
commit 87e37df035
4 changed files with 58 additions and 18 deletions
@@ -39,7 +39,7 @@ jobs:
id: meta
run: |
DATE=$(date -u +"%Y-%m-%d")
TAG="faa-${DATE}"
TAG="planequery-aircraft-${DATE}"
# Find the CSV file in data/planequery_aircraft matching the pattern
CSV_FILE=$(ls data/planequery_aircraft/planequery_aircraft_*_${DATE}.csv | head -1)
CSV_BASENAME=$(basename "$CSV_FILE")