GoodDataSdk.

create_from_profile

create_from_profile(profile: str, profiles_path: Path) -> GoodDataSdk

Convenient method to initialize the SDK from config file.

Parameters

nametypedescription
profilestrProfile Name. Defaults to "default".
profiles_pathPathFile path for the profiles. Defaults to PROFILES_FILE_PATH.

Returns

typedescription
GoodDataSdk

Initialized SDK.