Dazhong Xia
Dazhong Xia
I went through and looked at each of the time entries under software development or data wrangling for the FERC 2022 project - there was a bunch of stuff that...
There are a total of 10 tables which appear to have some sort of schema change between the 2022-01-01, 2023-04-01, and 2023-11-01 FERC 1 taxonomies. None of these tables appear...
As far as I can tell we're still waiting on the maintainer to merge their fix commit which apparently didn't make it into the release. I'll bump them again.
I guess we could also pin to their `fix/8` branch but we'll see if they respond to my nag, first.
By Google's geocoder, you mean https://geocoder.readthedocs.io/index.html? Just poking around it seems like you'd need a [TAMU](https://geocoder.readthedocs.io/providers/Tamu.html?highlight=fips#census-output-fields) key to pull FIPS codes out of county names. But it also seems like...
Ah sweet! What do you do for a caching layer? I also just spent a few minutes poking around at the [documentation](https://developers.google.com/maps/documentation/geocoding/requests-geocoding?hl=en#results) and couldn't see where FIPS code would get...
fyi @krivard - no need to review at this point, just a heads up on where I'm at here.
Hm, integration tests failing with: ``` E AssertionError: failure contexts: E test_row_counts_extra_partition: E E observed_mismatch_count expected_mismatch_count E 0 0 1 E ===== E test_row_counts_missing_partition: E E observed_mismatch_count expected_mismatch_count E 0...
I can see an argument for either but agree with your final decision to leave #4065 off this issue. To me, that appears to an issue that's localized to the...
Good question! Our current batch setup is sort of under IaC already, as in it's generated in `generate_batch_config.py`. I'm not sure if we get *that* much from Terraforming it since...