access_nri_intake.data#

Submodules#

Attributes#

token

api_handler

CATALOG_NAME_FORMAT

Try/except here attempts to access access_nri_pq. Previous versions used the

base_catalog

Package Contents#

access_nri_intake.data.token#
access_nri_intake.data.api_handler#
access_nri_intake.data.CATALOG_NAME_FORMAT = '^\\.?v(?P<yr>2[0-9]{3})\\-(?P<mon>1[0-2]|0[1-9])\\-(?P<day>0[1-9]|[1-2][0-9]|3[0-1])$'#

Try/except here attempts to access access_nri_pq. Previous versions used the access_nri attribute. This is set up so that previous versions of the software will hit sources::access_nri in the yaml, but that this version (and future) will hit sources::access_nri_pq. This allows us to maintain seamless backward compatibility while transitioning to the new Parquet-based catalog.

Note: Does not need to be configurable in the code - handled by versioning.

access_nri_intake.data.base_catalog#