akride.core.models.catalogs package

Submodules

akride.core.models.catalogs.catalog_details module

class akride.core.models.catalogs.catalog_details.CatalogDetails(table_name: str, catalog_csv_file: str)[source]

Bases: object

Class representing parameters details for creating a catalog.

table_name

str The name of the table to create for the catalog.

Type:

str

catalog_csv_file

str The path to the CSV file containing new catalog data.

Type:

str

catalog_csv_file: str
table_name: str

akride.core.models.catalogs.catalog_view_info module

class akride.core.models.catalogs.catalog_view_info.CatalogViewInfo(view_id: str)[source]

Bases: object

Class representing the details of View.

view_id

str The id associated to view

Type:

str

view_id: str

akride.core.models.catalogs.import_catalog_job module

class akride.core.models.catalogs.import_catalog_job.ImportCatalogJobDetails(job_id: str, status: str, started_at: datetime.datetime, completed_at: datetime.datetime, error: str | NoneType = None)[source]

Bases: object

completed_at: datetime
error: str | None = None
job_id: str
started_at: datetime
status: str
class akride.core.models.catalogs.import_catalog_job.ImportCatalogJobOut(job_id: str)[source]

Bases: object

job_id: str

Module contents