The census package has a bug that doesn't propagate the API key for obtaining data. Temporarily, we can add the cached version of the only table that ixa-epi-covid currently relies on. In the future, we will need either to wait on a fix to be landed in census by us or the development team, migrate away from this approach, or write our own local wrappers.
Any solution beyond the hotfix in #125 should revert tests to set cache=False
The
censuspackage has a bug that doesn't propagate the API key for obtaining data. Temporarily, we can add the cached version of the only table that ixa-epi-covid currently relies on. In the future, we will need either to wait on a fix to be landed incensusby us or the development team, migrate away from this approach, or write our own local wrappers.Any solution beyond the hotfix in #125 should revert tests to set
cache=False