Skip to content

Commit 91320e4

Browse files
Sync Python SDK models from atlanhq/models
Source commit: e69a2162086db388deca7e0e524506ad6a254935 Source ref: refs/heads/master Co-Authored-By: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9ee6ff0 commit 91320e4

472 files changed

Lines changed: 11022 additions & 35292 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pyatlan_v9/model/assets/__init__.py

Lines changed: 94 additions & 1051 deletions
Large diffs are not rendered by default.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Auto-generated by PythonMsgspecRenderer.pkl - DO NOT EDIT
2+
# SPDX-License-Identifier: Apache-2.0
3+
# Copyright 2024 Atlan Pte. Ltd.
4+
5+
"""
6+
Agentic module exports.
7+
8+
This module provides convenient imports for all Agentic types and their Related variants.
9+
"""
10+
11+
from .agentic_related import RelatedAgentic
12+
from .agentic import Agentic
13+
14+
__all__ = [
15+
"Agentic",
16+
"RelatedAgentic",
17+
]
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Auto-generated by PythonMsgspecRenderer.pkl - DO NOT EDIT
2+
# SPDX-License-Identifier: Apache-2.0
3+
# Copyright 2024 Atlan Pte. Ltd.
4+
5+
"""
6+
Artifact module exports.
7+
8+
This module provides convenient imports for all Artifact types and their Related variants.
9+
"""
10+
11+
from .artifact_related import RelatedArtifact
12+
from .artifact import Artifact
13+
14+
__all__ = [
15+
"Artifact",
16+
"RelatedArtifact",
17+
]

pyatlan_v9/model/assets/_init_business_policy.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
"""
1010

1111
from .business_policy import BusinessPolicy
12-
from .business_policy_exception import BusinessPolicyException
13-
from .business_policy_incident import BusinessPolicyIncident
14-
from .business_policy_log import BusinessPolicyLog
1512
from .business_policy_related import (
1613
RelatedBusinessPolicy,
1714
RelatedBusinessPolicyException,
@@ -21,9 +18,6 @@
2118

2219
__all__ = [
2320
"BusinessPolicy",
24-
"BusinessPolicyException",
25-
"BusinessPolicyIncident",
26-
"BusinessPolicyLog",
2721
"RelatedBusinessPolicy",
2822
"RelatedBusinessPolicyException",
2923
"RelatedBusinessPolicyIncident",
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Auto-generated by PythonMsgspecRenderer.pkl - DO NOT EDIT
2+
# SPDX-License-Identifier: Apache-2.0
3+
# Copyright 2024 Atlan Pte. Ltd.
4+
5+
"""
6+
Context module exports.
7+
8+
This module provides convenient imports for all Context types and their Related variants.
9+
"""
10+
11+
from .context_related import (
12+
RelatedContext,
13+
RelatedContextArtifact,
14+
RelatedContextRepository,
15+
)
16+
from .context import Context
17+
from .context_artifact import ContextArtifact
18+
from .context_repository import ContextRepository
19+
20+
__all__ = [
21+
"Context",
22+
"ContextArtifact",
23+
"ContextRepository",
24+
"RelatedContext",
25+
"RelatedContextArtifact",
26+
"RelatedContextRepository",
27+
]
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Auto-generated by PythonMsgspecRenderer.pkl - DO NOT EDIT
2+
# SPDX-License-Identifier: Apache-2.0
3+
# Copyright 2024 Atlan Pte. Ltd.
4+
5+
"""
6+
Skill module exports.
7+
8+
This module provides convenient imports for all Skill types and their Related variants.
9+
"""
10+
11+
from .skill_related import RelatedSkill
12+
from .skill import Skill
13+
14+
__all__ = [
15+
"RelatedSkill",
16+
"Skill",
17+
]
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Auto-generated by PythonMsgspecRenderer.pkl - DO NOT EDIT
2+
# SPDX-License-Identifier: Apache-2.0
3+
# Copyright 2024 Atlan Pte. Ltd.
4+
5+
"""
6+
SkillArtifact module exports.
7+
8+
This module provides convenient imports for all SkillArtifact types and their Related variants.
9+
"""
10+
11+
from .skill_artifact_related import RelatedSkillArtifact
12+
from .skill_artifact import SkillArtifact
13+
14+
__all__ = [
15+
"RelatedSkillArtifact",
16+
"SkillArtifact",
17+
]

0 commit comments

Comments
 (0)