"""Constants related to database operations.""" INTERNAL_ERROR_SLEEP_TIME = 0.01 ART_RELATIONS = 'art_relations' BULK_UPLOAD_DB = 'ows_assets' ARTIST_INFO = 'artist_info' RELEASE_ARTIST_NAME_FIELD = 'name'