gooddata_sdk.catalog.data_source.declarative_model.data_source.CatalogDeclarativeDataSources

class gooddata_sdk.catalog.data_source.declarative_model.data_source.CatalogDeclarativeDataSources(*, data_sources: List[CatalogDeclarativeDataSource])

Bases: Base

__init__(*, data_sources: List[CatalogDeclarativeDataSource]) None

Method generated by attrs for class CatalogDeclarativeDataSources.

Methods

__init__(*, data_sources)

Method generated by attrs for class CatalogDeclarativeDataSources.

client_class()

data_sources_folder(layout_organization_folder)

from_api(entity)

Creates object from entity passed by client class, which represents it as dictionary.

from_dict(data[, camel_case])

Creates object from dictionary.

load_from_disk(layout_organization_folder)

store_to_disk(layout_organization_folder)

to_api([credentials])

to_dict([camel_case])

Converts object into dictionary.

Attributes

data_sources

classmethod from_api(entity: Dict[str, Any]) T

Creates object from entity passed by client class, which represents it as dictionary.

classmethod from_dict(data: Dict[str, Any], camel_case: bool = True) T

Creates object from dictionary. It needs to be specified if the dictionary is in camelCase or snake_case.

to_dict(camel_case: bool = True) Dict[str, Any]

Converts object into dictionary. Optional argument if the dictionary should be camelCase or snake_case can be specified.