GoodDataSdk.
create_from_profile
create_from_profile(profile: str, profiles_path: Path) -> GoodDataSdk
Convenient method to initialize the SDK from config file.
Parameters
| name | type | description |
|---|---|---|
| profile | str | Profile Name. Defaults to "default". |
| profiles_path | Path | File path for the profiles. Defaults to PROFILES_FILE_PATH. |
Returns
| type | description |
|---|---|
| GoodDataSdk | Initialized SDK. |