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,145 changes: 94 additions & 1,051 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_agentic.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.

"""
Agentic module exports.

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

from .agentic_related import RelatedAgentic
from .agentic import Agentic

__all__ = [
"Agentic",
"RelatedAgentic",
]
17 changes: 17 additions & 0 deletions pyatlan_v9/model/assets/_init_artifact.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.

"""
Artifact module exports.

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

from .artifact_related import RelatedArtifact
from .artifact import Artifact

__all__ = [
"Artifact",
"RelatedArtifact",
]
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
27 changes: 27 additions & 0 deletions pyatlan_v9/model/assets/_init_context.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Auto-generated by PythonMsgspecRenderer.pkl - DO NOT EDIT
# SPDX-License-Identifier: Apache-2.0
# Copyright 2024 Atlan Pte. Ltd.

"""
Context module exports.

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

from .context_related import (
RelatedContext,
RelatedContextArtifact,
RelatedContextRepository,
)
from .context import Context
from .context_artifact import ContextArtifact
from .context_repository import ContextRepository

__all__ = [
"Context",
"ContextArtifact",
"ContextRepository",
"RelatedContext",
"RelatedContextArtifact",
"RelatedContextRepository",
]
17 changes: 17 additions & 0 deletions pyatlan_v9/model/assets/_init_skill.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.

"""
Skill module exports.

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

from .skill_related import RelatedSkill
from .skill import Skill

__all__ = [
"RelatedSkill",
"Skill",
]
17 changes: 17 additions & 0 deletions pyatlan_v9/model/assets/_init_skill_artifact.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.

"""
SkillArtifact module exports.

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

from .skill_artifact_related import RelatedSkillArtifact
from .skill_artifact import SkillArtifact

__all__ = [
"RelatedSkillArtifact",
"SkillArtifact",
]
Loading
Loading