@@ -38,6 +38,8 @@ __all__ = [
3838 "RelatedADLSAccount" ,
3939 "RelatedADLSContainer" ,
4040 "RelatedADLSObject" ,
41+ "Agent" ,
42+ "RelatedAgent" ,
4143 "Agentic" ,
4244 "RelatedAgentic" ,
4345 "AI" ,
@@ -735,23 +737,59 @@ __all__ = [
735737 "SalesforceOrganization" ,
736738 "SalesforceReport" ,
737739 "RelatedSAP" ,
740+ "RelatedSAPColumnProcess" ,
741+ "RelatedSAPProcess" ,
738742 "RelatedSapErpAbapProgram" ,
739743 "RelatedSapErpCdsView" ,
740744 "RelatedSapErpColumn" ,
741745 "RelatedSapErpComponent" ,
746+ "RelatedSapErpFioriApp" ,
742747 "RelatedSapErpFunctionModule" ,
743748 "RelatedSapErpTable" ,
744749 "RelatedSapErpTransactionCode" ,
745750 "RelatedSapErpView" ,
746751 "SAP" ,
752+ "SAPColumnProcess" ,
753+ "SAPProcess" ,
747754 "SapErpAbapProgram" ,
748755 "SapErpCdsView" ,
749756 "SapErpColumn" ,
750757 "SapErpComponent" ,
758+ "SapErpFioriApp" ,
751759 "SapErpFunctionModule" ,
752760 "SapErpTable" ,
753761 "SapErpTransactionCode" ,
754762 "SapErpView" ,
763+ "RelatedSAPBW" ,
764+ "RelatedSAPBWADSO" ,
765+ "RelatedSAPBWADSOField" ,
766+ "RelatedSAPBWCompositeProvider" ,
767+ "RelatedSAPBWCompositeProviderField" ,
768+ "RelatedSAPBWDTP" ,
769+ "RelatedSAPBWDataSource" ,
770+ "RelatedSAPBWDataSourceField" ,
771+ "RelatedSAPBWInfoArea" ,
772+ "RelatedSAPBWInfoObject" ,
773+ "RelatedSAPBWInfoSource" ,
774+ "RelatedSAPBWInfoSourceField" ,
775+ "RelatedSAPBWQuery" ,
776+ "RelatedSAPBWQueryElement" ,
777+ "RelatedSAPBWTransformation" ,
778+ "SAPBW" ,
779+ "SAPBWADSO" ,
780+ "SAPBWADSOField" ,
781+ "SAPBWCompositeProvider" ,
782+ "SAPBWCompositeProviderField" ,
783+ "SAPBWDTP" ,
784+ "SAPBWDataSource" ,
785+ "SAPBWDataSourceField" ,
786+ "SAPBWInfoArea" ,
787+ "SAPBWInfoObject" ,
788+ "SAPBWInfoSource" ,
789+ "SAPBWInfoSourceField" ,
790+ "SAPBWQuery" ,
791+ "SAPBWQueryElement" ,
792+ "SAPBWTransformation" ,
755793 "RelatedSchemaRegistry" ,
756794 "RelatedSchemaRegistrySubject" ,
757795 "RelatedSchemaRegistryVersion" ,
@@ -804,23 +842,27 @@ __all__ = [
804842 "RelatedSnowflakeAIModelContext" ,
805843 "RelatedSnowflakeAIModelVersion" ,
806844 "RelatedSnowflakeDynamicTable" ,
845+ "RelatedSnowflakeListing" ,
807846 "RelatedSnowflakePipe" ,
808847 "RelatedSnowflakeSemanticDimension" ,
809848 "RelatedSnowflakeSemanticFact" ,
810849 "RelatedSnowflakeSemanticLogicalTable" ,
811850 "RelatedSnowflakeSemanticMetric" ,
812851 "RelatedSnowflakeSemanticView" ,
852+ "RelatedSnowflakeShare" ,
813853 "RelatedSnowflakeStage" ,
814854 "RelatedSnowflakeStream" ,
815855 "RelatedSnowflakeTag" ,
816856 "Snowflake" ,
817857 "SnowflakeAIModelContext" ,
818858 "SnowflakeAIModelVersion" ,
859+ "SnowflakeListing" ,
819860 "SnowflakeSemanticDimension" ,
820861 "SnowflakeSemanticFact" ,
821862 "SnowflakeSemanticLogicalTable" ,
822863 "SnowflakeSemanticMetric" ,
823864 "SnowflakeSemanticView" ,
865+ "SnowflakeShare" ,
824866 "RelatedSoda" ,
825867 "RelatedSodaCheck" ,
826868 "Soda" ,
@@ -924,14 +966,14 @@ __all__ = [
924966 "ThoughtspotTable" ,
925967 "ThoughtspotView" ,
926968 "ThoughtspotWorksheet" ,
927- "RelatedUnstructuredV2 " ,
928- "RelatedUnstructuredV2Container " ,
929- "RelatedUnstructuredV2Folder " ,
930- "RelatedUnstructuredV2Object " ,
931- "UnstructuredV2 " ,
932- "UnstructuredV2Container " ,
933- "UnstructuredV2Folder " ,
934- "UnstructuredV2Object " ,
969+ "RelatedUnstructured " ,
970+ "RelatedUnstructuredContainer " ,
971+ "RelatedUnstructuredFolder " ,
972+ "RelatedUnstructuredObject " ,
973+ "Unstructured " ,
974+ "UnstructuredContainer " ,
975+ "UnstructuredFolder " ,
976+ "UnstructuredObject " ,
935977 "RelatedWorkflow" ,
936978 "RelatedWorkflowRun" ,
937979 "Workflow" ,
@@ -963,6 +1005,8 @@ from .adls_related import RelatedADLS as RelatedADLS
9631005from .adls_related import RelatedADLSAccount as RelatedADLSAccount
9641006from .adls_related import RelatedADLSContainer as RelatedADLSContainer
9651007from .adls_related import RelatedADLSObject as RelatedADLSObject
1008+ from .agent import Agent as Agent
1009+ from .agent_related import RelatedAgent as RelatedAgent
9661010from .agentic import Agentic as Agentic
9671011from .agentic_related import RelatedAgentic as RelatedAgentic
9681012from .ai import AI as AI
@@ -1819,23 +1863,65 @@ from .salesforce_related import (
18191863from .salesforce_related import RelatedSalesforceReport as RelatedSalesforceReport
18201864from .salesforce_report import SalesforceReport as SalesforceReport
18211865from .sap import SAP as SAP
1866+ from .sap_column_process import SAPColumnProcess as SAPColumnProcess
18221867from .sap_erp_abap_program import SapErpAbapProgram as SapErpAbapProgram
18231868from .sap_erp_cds_view import SapErpCdsView as SapErpCdsView
18241869from .sap_erp_column import SapErpColumn as SapErpColumn
18251870from .sap_erp_component import SapErpComponent as SapErpComponent
1871+ from .sap_erp_fiori_app import SapErpFioriApp as SapErpFioriApp
18261872from .sap_erp_function_module import SapErpFunctionModule as SapErpFunctionModule
18271873from .sap_erp_table import SapErpTable as SapErpTable
18281874from .sap_erp_transaction_code import SapErpTransactionCode as SapErpTransactionCode
18291875from .sap_erp_view import SapErpView as SapErpView
1876+ from .sap_process import SAPProcess as SAPProcess
18301877from .sap_related import RelatedSAP as RelatedSAP
1878+ from .sap_related import RelatedSAPColumnProcess as RelatedSAPColumnProcess
18311879from .sap_related import RelatedSapErpAbapProgram as RelatedSapErpAbapProgram
18321880from .sap_related import RelatedSapErpCdsView as RelatedSapErpCdsView
18331881from .sap_related import RelatedSapErpColumn as RelatedSapErpColumn
18341882from .sap_related import RelatedSapErpComponent as RelatedSapErpComponent
1883+ from .sap_related import RelatedSapErpFioriApp as RelatedSapErpFioriApp
18351884from .sap_related import RelatedSapErpFunctionModule as RelatedSapErpFunctionModule
18361885from .sap_related import RelatedSapErpTable as RelatedSapErpTable
18371886from .sap_related import RelatedSapErpTransactionCode as RelatedSapErpTransactionCode
18381887from .sap_related import RelatedSapErpView as RelatedSapErpView
1888+ from .sap_related import RelatedSAPProcess as RelatedSAPProcess
1889+ from .sapbw import SAPBW as SAPBW
1890+ from .sapbw_composite_provider import SAPBWCompositeProvider as SAPBWCompositeProvider
1891+ from .sapbw_composite_provider_field import (
1892+ SAPBWCompositeProviderField as SAPBWCompositeProviderField ,
1893+ )
1894+ from .sapbw_data_source import SAPBWDataSource as SAPBWDataSource
1895+ from .sapbw_data_source_field import SAPBWDataSourceField as SAPBWDataSourceField
1896+ from .sapbw_info_area import SAPBWInfoArea as SAPBWInfoArea
1897+ from .sapbw_info_object import SAPBWInfoObject as SAPBWInfoObject
1898+ from .sapbw_info_source import SAPBWInfoSource as SAPBWInfoSource
1899+ from .sapbw_info_source_field import SAPBWInfoSourceField as SAPBWInfoSourceField
1900+ from .sapbw_query import SAPBWQuery as SAPBWQuery
1901+ from .sapbw_query_element import SAPBWQueryElement as SAPBWQueryElement
1902+ from .sapbw_related import RelatedSAPBW as RelatedSAPBW
1903+ from .sapbw_related import RelatedSAPBWADSO as RelatedSAPBWADSO
1904+ from .sapbw_related import RelatedSAPBWADSOField as RelatedSAPBWADSOField
1905+ from .sapbw_related import (
1906+ RelatedSAPBWCompositeProvider as RelatedSAPBWCompositeProvider ,
1907+ )
1908+ from .sapbw_related import (
1909+ RelatedSAPBWCompositeProviderField as RelatedSAPBWCompositeProviderField ,
1910+ )
1911+ from .sapbw_related import RelatedSAPBWDataSource as RelatedSAPBWDataSource
1912+ from .sapbw_related import RelatedSAPBWDataSourceField as RelatedSAPBWDataSourceField
1913+ from .sapbw_related import RelatedSAPBWDTP as RelatedSAPBWDTP
1914+ from .sapbw_related import RelatedSAPBWInfoArea as RelatedSAPBWInfoArea
1915+ from .sapbw_related import RelatedSAPBWInfoObject as RelatedSAPBWInfoObject
1916+ from .sapbw_related import RelatedSAPBWInfoSource as RelatedSAPBWInfoSource
1917+ from .sapbw_related import RelatedSAPBWInfoSourceField as RelatedSAPBWInfoSourceField
1918+ from .sapbw_related import RelatedSAPBWQuery as RelatedSAPBWQuery
1919+ from .sapbw_related import RelatedSAPBWQueryElement as RelatedSAPBWQueryElement
1920+ from .sapbw_related import RelatedSAPBWTransformation as RelatedSAPBWTransformation
1921+ from .sapbw_transformation import SAPBWTransformation as SAPBWTransformation
1922+ from .sapbwadso import SAPBWADSO as SAPBWADSO
1923+ from .sapbwadso_field import SAPBWADSOField as SAPBWADSOField
1924+ from .sapbwdtp import SAPBWDTP as SAPBWDTP
18391925from .schema import Schema as Schema
18401926from .schema_registry import SchemaRegistry as SchemaRegistry
18411927from .schema_registry_related import RelatedSchemaRegistry as RelatedSchemaRegistry
@@ -1899,6 +1985,7 @@ from .snowflake_ai_model_version import (
18991985 SnowflakeAIModelVersion as SnowflakeAIModelVersion ,
19001986)
19011987from .snowflake_dynamic_table import SnowflakeDynamicTable as SnowflakeDynamicTable
1988+ from .snowflake_listing import SnowflakeListing as SnowflakeListing
19021989from .snowflake_related import RelatedSnowflake as RelatedSnowflake
19031990from .snowflake_related import (
19041991 RelatedSnowflakeAIModelContext as RelatedSnowflakeAIModelContext ,
@@ -1909,6 +1996,7 @@ from .snowflake_related import (
19091996from .snowflake_related import (
19101997 RelatedSnowflakeDynamicTable as RelatedSnowflakeDynamicTable ,
19111998)
1999+ from .snowflake_related import RelatedSnowflakeListing as RelatedSnowflakeListing
19122000from .snowflake_related import RelatedSnowflakePipe as RelatedSnowflakePipe
19132001from .snowflake_related import (
19142002 RelatedSnowflakeSemanticDimension as RelatedSnowflakeSemanticDimension ,
@@ -1925,6 +2013,7 @@ from .snowflake_related import (
19252013from .snowflake_related import (
19262014 RelatedSnowflakeSemanticView as RelatedSnowflakeSemanticView ,
19272015)
2016+ from .snowflake_related import RelatedSnowflakeShare as RelatedSnowflakeShare
19282017from .snowflake_related import RelatedSnowflakeStage as RelatedSnowflakeStage
19292018from .snowflake_related import RelatedSnowflakeStream as RelatedSnowflakeStream
19302019from .snowflake_related import RelatedSnowflakeTag as RelatedSnowflakeTag
@@ -1939,6 +2028,7 @@ from .snowflake_semantic_metric import (
19392028 SnowflakeSemanticMetric as SnowflakeSemanticMetric ,
19402029)
19412030from .snowflake_semantic_view import SnowflakeSemanticView as SnowflakeSemanticView
2031+ from .snowflake_share import SnowflakeShare as SnowflakeShare
19422032from .soda import Soda as Soda
19432033from .soda_check import SodaCheck as SodaCheck
19442034from .soda_related import RelatedSoda as RelatedSoda
@@ -2051,22 +2141,16 @@ from .thoughtspot_related import (
20512141from .thoughtspot_table import ThoughtspotTable as ThoughtspotTable
20522142from .thoughtspot_view import ThoughtspotView as ThoughtspotView
20532143from .thoughtspot_worksheet import ThoughtspotWorksheet as ThoughtspotWorksheet
2054- from .unstructured_v2 import UnstructuredV2 as UnstructuredV2
2055- from .unstructured_v2_container import (
2056- UnstructuredV2Container as UnstructuredV2Container ,
2057- )
2058- from .unstructured_v2_folder import UnstructuredV2Folder as UnstructuredV2Folder
2059- from .unstructured_v2_object import UnstructuredV2Object as UnstructuredV2Object
2060- from .unstructured_v2_related import RelatedUnstructuredV2 as RelatedUnstructuredV2
2061- from .unstructured_v2_related import (
2062- RelatedUnstructuredV2Container as RelatedUnstructuredV2Container ,
2063- )
2064- from .unstructured_v2_related import (
2065- RelatedUnstructuredV2Folder as RelatedUnstructuredV2Folder ,
2066- )
2067- from .unstructured_v2_related import (
2068- RelatedUnstructuredV2Object as RelatedUnstructuredV2Object ,
2069- )
2144+ from .unstructured import Unstructured as Unstructured
2145+ from .unstructured_container import UnstructuredContainer as UnstructuredContainer
2146+ from .unstructured_folder import UnstructuredFolder as UnstructuredFolder
2147+ from .unstructured_object import UnstructuredObject as UnstructuredObject
2148+ from .unstructured_related import RelatedUnstructured as RelatedUnstructured
2149+ from .unstructured_related import (
2150+ RelatedUnstructuredContainer as RelatedUnstructuredContainer ,
2151+ )
2152+ from .unstructured_related import RelatedUnstructuredFolder as RelatedUnstructuredFolder
2153+ from .unstructured_related import RelatedUnstructuredObject as RelatedUnstructuredObject
20702154from .view import View as View
20712155from .workflow import Workflow as Workflow
20722156from .workflow_related import RelatedWorkflow as RelatedWorkflow
0 commit comments