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 @@ -71,6 +71,9 @@ from pyatlan.model.enums import (
7171 SchemaRegistrySchemaType,
7272 SourceCostUnitType,
7373 table_type,
74+ alpha_DQRuleThresholdUnit,
75+ FormFieldDimension,
76+ FormFieldType,
7477)
7578from pyatlan.model.fields.atlan_fields import (
7679 BooleanField,
@@ -108,6 +111,10 @@ from pyatlan.model.structs import (
108111 StarredDetails,
109112 DbtJobRun,
110113 CustomRatings,
114+ alpha_DQRuleConfigArguments,
115+ alpha_DQRuleTemplateConfig,
116+ ResponseValue,
117+ FormField,
111118)
112119from pyatlan.utils import (
113120 init_guid,
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ from pyatlan.model.enums import (
1313 BadgeComparisonOperator,
1414 BadgeConditionColor,
1515 SourceCostUnitType,
16+ alpha_DQRuleThresholdUnit,
17+ FormFieldDimension,
18+ FormFieldType
1619)
1720from pyatlan.model.utils import to_camel_case
1821from pyatlan.utils import select_optional_set_fields, validate_required_fields
You can’t perform that action at this time.
0 commit comments