Skip to content

Commit 162a403

Browse files
committed
[temp] Fixed enums and structs imports for field-typedefs
1 parent d401231 commit 162a403

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

pyatlan/generator/templates/imports.jinja2

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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
)
7578
from 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
)
112119
from pyatlan.utils import (
113120
init_guid,

pyatlan/generator/templates/structs.jinja2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
)
1720
from pyatlan.model.utils import to_camel_case
1821
from pyatlan.utils import select_optional_set_fields, validate_required_fields

0 commit comments

Comments
 (0)