Skip to content

Commit 2c70c74

Browse files
committed
[generator] Updated import templates
1 parent 6bd8de7 commit 2c70c74

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

pyatlan/generator/templates/imports.jinja2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ from pyatlan.model.enums import (
7474
DataQualityRuleThresholdUnit,
7575
FormFieldDimension,
7676
FormFieldType,
77+
AssetSmusMetadataFormStatus,
7778
)
7879
from pyatlan.model.fields.atlan_fields import (
7980
BooleanField,
@@ -124,6 +125,7 @@ from pyatlan.model.structs import (
124125
AssetGCPDataplexMetadata,
125126
AssetGCPDataplexAspectMetadata,
126127
AssetExternalDQTestRunHistory,
128+
AssetSmusMetadataFormDetails,
127129
)
128130
from pyatlan.utils import (
129131
init_guid,

pyatlan/generator/templates/structs.jinja2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ from pyatlan.model.enums import (
1616
FormFieldType,
1717
DataQualityRuleThresholdUnit,
1818
AppWorkflowRunStatus,
19+
AssetSmusMetadataFormStatus,
1920
)
2021
from pyatlan.model.utils import to_camel_case
2122
from pyatlan.utils import select_optional_set_fields, validate_required_fields

0 commit comments

Comments
 (0)