File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
pyatlan/generator/templates Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,9 @@ from pyatlan.model.enums import (
71
71
SchemaRegistrySchemaType,
72
72
SourceCostUnitType,
73
73
table_type,
74
+ alpha_DQRuleThresholdUnit,
75
+ FormFieldDimension,
76
+ FormFieldType,
74
77
)
75
78
from pyatlan.model.fields.atlan_fields import (
76
79
BooleanField,
@@ -108,6 +111,10 @@ from pyatlan.model.structs import (
108
111
StarredDetails,
109
112
DbtJobRun,
110
113
CustomRatings,
114
+ alpha_DQRuleConfigArguments,
115
+ alpha_DQRuleTemplateConfig,
116
+ ResponseValue,
117
+ FormField,
111
118
)
112
119
from pyatlan.utils import (
113
120
init_guid,
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ from pyatlan.model.enums import (
13
13
BadgeComparisonOperator,
14
14
BadgeConditionColor,
15
15
SourceCostUnitType,
16
+ alpha_DQRuleThresholdUnit,
17
+ FormFieldDimension,
18
+ FormFieldType
16
19
)
17
20
from pyatlan.model.utils import to_camel_case
18
21
from pyatlan.utils import select_optional_set_fields, validate_required_fields
You can’t perform that action at this time.
0 commit comments