access_nri_intake.data
======================

.. py:module:: access_nri_intake.data


Submodules
----------

.. toctree::
   :maxdepth: 1

   /autoapi/access_nri_intake/data/utils/index


Attributes
----------

.. autoapisummary::

   access_nri_intake.data.token
   access_nri_intake.data.api_handler
   access_nri_intake.data.CATALOG_NAME_FORMAT
   access_nri_intake.data.base_catalog


Package Contents
----------------

.. py:data:: token

.. py:data:: api_handler

.. py:data:: CATALOG_NAME_FORMAT
   :value: '^\\.?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.















   ..
       !! processed by numpydoc !!

.. py:data:: base_catalog

