NYCPlanning / db-factfinder

data ETL for population fact finder (decennial + acs)
https://nycplanning.github.io/db-factfinder/factfinder/
MIT License
2 stars 3 forks source link

unexpected output from Action workflow #249

Open td928 opened 1 year ago

td928 commented 1 year ago

Going through the one-off build that we did when the fellows were here, this is the template that write the output to DO.

After comparing the template and this Action run, I think this is supposed create a output under the directory edm-publishing/db-factfinder/acs/year=2020/geography=2020/ on DO.

However, when you go to DO, I only find edm-publishing/db-factfinder/acs/year=2020/geography=2010_to_2020/ exists and also the content is updated 3 months ago. It is a little curious because no github actions were run in that period. My questions then boiled down to where does that data in the existing folder comes from and where is the expected output from Andrew's run.