CityofSantaMonica / mds-provider

Python tools for working with MDS Provider data
https://github.com/openmobilityfoundation/mobility-data-specification
MIT License
18 stars 20 forks source link

DB fixes #42

Closed hunterowens closed 5 years ago

hunterowens commented 5 years ago

This pull request deletes the tmp table, it also adds a more robust gitignore.

However, we might want to investigate using Postgres TEMPORARY, where the table will be deleted automatically upon session ending, rather than relying on us to clean it up on end of function call.