censusdis / censusdis

censusdis is a Python package for discovering, loading and analyzing, U.S. Census demographic, economic, and geographic data and metadata. It is designed to be intuitive and Pythonic, giving users access to the full collection of data and maps the U.S. Census publishes via their APIs.
Other
58 stars 11 forks source link

Is the generate-dataset workflow really checking changes back in? #247

Closed vengroff closed 5 months ago

vengroff commented 5 months ago

It appears that developers still have to run

 poetry run python utils/symbolic.py datasets.py

regularly to keep it up to date.

Check the git commit history to see if there is any evidence of these commits happening.

vengroff commented 5 months ago

It does seem to be working. Here is an example commit: https://github.com/censusdis/censusdis/commit/5f51800ee74f3dd7f0c36a7603e36c1bac62ceda

vengroff commented 5 months ago

Rebase before committing a branch should eliminate this issue in most cases, unless the server side change occurred but the corresponding nightly run hasn't yet. Changing the run time so it is shortly after midnight ET, when the changes are released, should help.