File tree Expand file tree Collapse file tree
pyatlan/generator/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ from pyatlan.model.enums import (
7474 DataQualityRuleThresholdUnit,
7575 FormFieldDimension,
7676 FormFieldType,
77+ AssetSmusMetadataFormStatus,
7778)
7879from 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)
128130from pyatlan.utils import (
129131 init_guid,
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ from pyatlan.model.enums import (
1616 FormFieldType,
1717 DataQualityRuleThresholdUnit,
1818 AppWorkflowRunStatus,
19+ AssetSmusMetadataFormStatus,
1920)
2021from pyatlan.model.utils import to_camel_case
2122from pyatlan.utils import select_optional_set_fields, validate_required_fields
You can’t perform that action at this time.
0 commit comments