Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1,181 changes: 94 additions & 1,087 deletions pyatlan_v9/model/assets/__init__.py

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions pyatlan_v9/model/assets/_init_agent.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Auto-generated by PythonMsgspecRenderer.pkl - DO NOT EDIT
# SPDX-License-Identifier: Apache-2.0
# Copyright 2024 Atlan Pte. Ltd.

"""
Agent module exports.

This module provides convenient imports for all Agent types and their Related variants.
"""

from .agent_related import RelatedAgent
from .agent import Agent

__all__ = [
"Agent",
"RelatedAgent",
]
6 changes: 0 additions & 6 deletions pyatlan_v9/model/assets/_init_business_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"""

from .business_policy import BusinessPolicy
from .business_policy_exception import BusinessPolicyException
from .business_policy_incident import BusinessPolicyIncident
from .business_policy_log import BusinessPolicyLog
from .business_policy_related import (
RelatedBusinessPolicy,
RelatedBusinessPolicyException,
Expand All @@ -21,9 +18,6 @@

__all__ = [
"BusinessPolicy",
"BusinessPolicyException",
"BusinessPolicyIncident",
"BusinessPolicyLog",
"RelatedBusinessPolicy",
"RelatedBusinessPolicyException",
"RelatedBusinessPolicyIncident",
Expand Down
12 changes: 12 additions & 0 deletions pyatlan_v9/model/assets/_init_sap.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,41 +9,53 @@
"""

from .sap import SAP
from .sap_column_process import SAPColumnProcess
from .sap_erp_abap_program import SapErpAbapProgram
from .sap_erp_cds_view import SapErpCdsView
from .sap_erp_column import SapErpColumn
from .sap_erp_component import SapErpComponent
from .sap_erp_fiori_app import SapErpFioriApp
from .sap_erp_function_module import SapErpFunctionModule
from .sap_erp_table import SapErpTable
from .sap_erp_transaction_code import SapErpTransactionCode
from .sap_erp_view import SapErpView
from .sap_process import SAPProcess
from .sap_related import (
RelatedSAP,
RelatedSAPColumnProcess,
RelatedSapErpAbapProgram,
RelatedSapErpCdsView,
RelatedSapErpColumn,
RelatedSapErpComponent,
RelatedSapErpFioriApp,
RelatedSapErpFunctionModule,
RelatedSapErpTable,
RelatedSapErpTransactionCode,
RelatedSapErpView,
RelatedSAPProcess,
)

__all__ = [
"RelatedSAP",
"RelatedSAPColumnProcess",
"RelatedSAPProcess",
"RelatedSapErpAbapProgram",
"RelatedSapErpCdsView",
"RelatedSapErpColumn",
"RelatedSapErpComponent",
"RelatedSapErpFioriApp",
"RelatedSapErpFunctionModule",
"RelatedSapErpTable",
"RelatedSapErpTransactionCode",
"RelatedSapErpView",
"SAP",
"SAPColumnProcess",
"SAPProcess",
"SapErpAbapProgram",
"SapErpCdsView",
"SapErpColumn",
"SapErpComponent",
"SapErpFioriApp",
"SapErpFunctionModule",
"SapErpTable",
"SapErpTransactionCode",
Expand Down
75 changes: 75 additions & 0 deletions pyatlan_v9/model/assets/_init_sapbw.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# Auto-generated by PythonMsgspecRenderer.pkl - DO NOT EDIT
# SPDX-License-Identifier: Apache-2.0
# Copyright 2024 Atlan Pte. Ltd.

"""
SAPBW module exports.

This module provides convenient imports for all SAPBW types and their Related variants.
"""

from .sapbw_related import (
RelatedSAPBW,
RelatedSAPBWADSO,
RelatedSAPBWADSOField,
RelatedSAPBWCompositeProvider,
RelatedSAPBWCompositeProviderField,
RelatedSAPBWDTP,
RelatedSAPBWDataSource,
RelatedSAPBWDataSourceField,
RelatedSAPBWInfoArea,
RelatedSAPBWInfoObject,
RelatedSAPBWInfoSource,
RelatedSAPBWInfoSourceField,
RelatedSAPBWQuery,
RelatedSAPBWQueryElement,
RelatedSAPBWTransformation,
)
from .sapbw import SAPBW
from .sapbw_composite_provider import SAPBWCompositeProvider
from .sapbw_composite_provider_field import SAPBWCompositeProviderField
from .sapbw_data_source import SAPBWDataSource
from .sapbw_data_source_field import SAPBWDataSourceField
from .sapbw_info_area import SAPBWInfoArea
from .sapbw_info_object import SAPBWInfoObject
from .sapbw_info_source import SAPBWInfoSource
from .sapbw_info_source_field import SAPBWInfoSourceField
from .sapbw_query import SAPBWQuery
from .sapbw_query_element import SAPBWQueryElement
from .sapbw_transformation import SAPBWTransformation
from .sapbwadso import SAPBWADSO
from .sapbwadso_field import SAPBWADSOField
from .sapbwdtp import SAPBWDTP

__all__ = [
"RelatedSAPBW",
"RelatedSAPBWADSO",
"RelatedSAPBWADSOField",
"RelatedSAPBWCompositeProvider",
"RelatedSAPBWCompositeProviderField",
"RelatedSAPBWDTP",
"RelatedSAPBWDataSource",
"RelatedSAPBWDataSourceField",
"RelatedSAPBWInfoArea",
"RelatedSAPBWInfoObject",
"RelatedSAPBWInfoSource",
"RelatedSAPBWInfoSourceField",
"RelatedSAPBWQuery",
"RelatedSAPBWQueryElement",
"RelatedSAPBWTransformation",
"SAPBW",
"SAPBWADSO",
"SAPBWADSOField",
"SAPBWCompositeProvider",
"SAPBWCompositeProviderField",
"SAPBWDTP",
"SAPBWDataSource",
"SAPBWDataSourceField",
"SAPBWInfoArea",
"SAPBWInfoObject",
"SAPBWInfoSource",
"SAPBWInfoSourceField",
"SAPBWQuery",
"SAPBWQueryElement",
"SAPBWTransformation",
]
8 changes: 8 additions & 0 deletions pyatlan_v9/model/assets/_init_snowflake.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,20 @@
from .snowflake import Snowflake
from .snowflake_ai_model_context import SnowflakeAIModelContext
from .snowflake_ai_model_version import SnowflakeAIModelVersion
from .snowflake_listing import SnowflakeListing
from .snowflake_related import (
RelatedSnowflake,
RelatedSnowflakeAIModelContext,
RelatedSnowflakeAIModelVersion,
RelatedSnowflakeDynamicTable,
RelatedSnowflakeListing,
RelatedSnowflakePipe,
RelatedSnowflakeSemanticDimension,
RelatedSnowflakeSemanticFact,
RelatedSnowflakeSemanticLogicalTable,
RelatedSnowflakeSemanticMetric,
RelatedSnowflakeSemanticView,
RelatedSnowflakeShare,
RelatedSnowflakeStage,
RelatedSnowflakeStream,
RelatedSnowflakeTag,
Expand All @@ -31,27 +34,32 @@
from .snowflake_semantic_logical_table import SnowflakeSemanticLogicalTable
from .snowflake_semantic_metric import SnowflakeSemanticMetric
from .snowflake_semantic_view import SnowflakeSemanticView
from .snowflake_share import SnowflakeShare

__all__ = [
"RelatedSnowflake",
"RelatedSnowflakeAIModelContext",
"RelatedSnowflakeAIModelVersion",
"RelatedSnowflakeDynamicTable",
"RelatedSnowflakeListing",
"RelatedSnowflakePipe",
"RelatedSnowflakeSemanticDimension",
"RelatedSnowflakeSemanticFact",
"RelatedSnowflakeSemanticLogicalTable",
"RelatedSnowflakeSemanticMetric",
"RelatedSnowflakeSemanticView",
"RelatedSnowflakeShare",
"RelatedSnowflakeStage",
"RelatedSnowflakeStream",
"RelatedSnowflakeTag",
"Snowflake",
"SnowflakeAIModelContext",
"SnowflakeAIModelVersion",
"SnowflakeListing",
"SnowflakeSemanticDimension",
"SnowflakeSemanticFact",
"SnowflakeSemanticLogicalTable",
"SnowflakeSemanticMetric",
"SnowflakeSemanticView",
"SnowflakeShare",
]
31 changes: 31 additions & 0 deletions pyatlan_v9/model/assets/_init_unstructured.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Auto-generated by PythonMsgspecRenderer.pkl - DO NOT EDIT
# SPDX-License-Identifier: Apache-2.0
# Copyright 2024 Atlan Pte. Ltd.

"""
Unstructured module exports.

This module provides convenient imports for all Unstructured types and their Related variants.
"""

from .unstructured_related import (
RelatedUnstructured,
RelatedUnstructuredContainer,
RelatedUnstructuredFolder,
RelatedUnstructuredObject,
)
from .unstructured import Unstructured
from .unstructured_container import UnstructuredContainer
from .unstructured_folder import UnstructuredFolder
from .unstructured_object import UnstructuredObject

__all__ = [
"RelatedUnstructured",
"RelatedUnstructuredContainer",
"RelatedUnstructuredFolder",
"RelatedUnstructuredObject",
"Unstructured",
"UnstructuredContainer",
"UnstructuredFolder",
"UnstructuredObject",
]
Loading
Loading