Documentation Updates

This commit is contained in:
Eric Gullickson
2025-12-14 12:00:42 -06:00
parent 183d55b0fe
commit 3852ec9f71
11 changed files with 217 additions and 713 deletions

View File

@@ -676,7 +676,7 @@ class VehicleSQLGenerator:
print(f" - {self.vehicles_sql_file}")
print(f" - output/stats.txt")
print("\nNext step: Import SQL files into database")
print(" cat output/*.sql | docker exec -i mvp-postgres psql -U postgres -d motovaultpro")
print(" ./import_data.sh")
except Exception as e:
print(f"\n❌ ETL Pipeline Failed: {e}")