CatalogUserActionsResponseApplicableTemplatesAnalyticsTool¶
- pydantic model openapi_client.models.catalog_user_actions_response_applicable_templates_analytics_tool.CatalogUserActionsResponseApplicableTemplatesAnalyticsTool¶
Connection instructions per analytics tool.
- field amorphic_bi: Optional[StrictStr] = None (alias 'AmorphicBI')¶
Amorphic BI instructions. Present only when the caller is a registered Amorphic BI user, unlike the other two which are always included.
- field tableau: Optional[StrictStr] = None (alias 'Tableau')¶
Tableau connection instructions. Always present, with content differing for Athena-backed and Redshift-backed datasets.
- field power_bi: Optional[StrictStr] = None (alias 'PowerBI')¶
Power BI connection instructions. Always present.
- to_str()¶
Returns the string representation of the model using alias
- Return type:
str
- to_json()¶
Returns the JSON representation of the model using alias
- Return type:
str
- classmethod from_json(json_str)¶
Create an instance of CatalogUserActionsResponseApplicableTemplatesAnalyticsTool from a JSON string
- Return type:
Optional[Self]
- to_dict()¶
Return the dictionary representation of the model using alias.
This has the following differences from calling pydantic’s self.model_dump(by_alias=True):
None is only added to the output dict for nullable fields that were set at model initialization. Other fields with value None are ignored.
- Return type:
Dict[str,Any]
- classmethod from_dict(obj)¶
Create an instance of CatalogUserActionsResponseApplicableTemplatesAnalyticsTool from a dict
- Return type:
Optional[Self]