gooddata_sdk.catalog.workspace.declarative_model.workspace.logical_model.date_dataset.date_dataset.CatalogDeclarativeDateDataset

class gooddata_sdk.catalog.workspace.declarative_model.workspace.logical_model.date_dataset.date_dataset.CatalogDeclarativeDateDataset(id: str, title: str, granularities_formatting: CatalogGranularitiesFormatting, granularities: list[str], description: str = None, tags: list[str] = None)

Bases: gooddata_sdk.catalog.entity.CatalogTitleEntity

__init__(id: str, title: str, granularities_formatting: CatalogGranularitiesFormatting, granularities: list[str], description: str = None, tags: list[str] = None)

Methods

__init__(id, title, ...[, description, tags])

from_api(entity)

from_dict(data[, camel_case])

param data

Data loaded for example from the file.

load_from_disk(date_instance_file)

store_to_disk(date_instances_folder)

to_api()

classmethod from_dict(data: dict[str, Any], camel_case: bool = True) CatalogDeclarativeDateDataset
Parameters
  • data – Data loaded for example from the file.

  • camel_case – True if the variable names in the input data are serialized names as specified in the OpenAPI document. False if the variables names in the input data are python variable names in PEP-8 snake case.

Returns

CatalogDeclarativeDateDataset object.