@@ -45,19 +45,6 @@ def flatten_structs_attributes(cls, values: Dict[str, Any]) -> Dict[str, Any]:
4545 return values
4646
4747
48- class MCRuleSchedule (AtlanObject ):
49- """Description"""
50-
51- mc_rule_schedule_type : Optional [str ] = Field (default = None , description = "" )
52- mc_rule_schedule_interval_in_minutes : Optional [int ] = Field (
53- default = None , description = ""
54- )
55- mc_rule_schedule_start_time : Optional [datetime ] = Field (
56- default = None , description = ""
57- )
58- mc_rule_schedule_crontab : Optional [str ] = Field (default = None , description = "" )
59-
60-
6148class DbtJobRun (AtlanObject ):
6249 """Description"""
6350
@@ -74,6 +61,19 @@ class DbtJobRun(AtlanObject):
7461 dbt_compiled_code : Optional [str ] = Field (default = None , description = "" )
7562
7663
64+ class MCRuleSchedule (AtlanObject ):
65+ """Description"""
66+
67+ mc_rule_schedule_type : Optional [str ] = Field (default = None , description = "" )
68+ mc_rule_schedule_interval_in_minutes : Optional [int ] = Field (
69+ default = None , description = ""
70+ )
71+ mc_rule_schedule_start_time : Optional [datetime ] = Field (
72+ default = None , description = ""
73+ )
74+ mc_rule_schedule_crontab : Optional [str ] = Field (default = None , description = "" )
75+
76+
7777class AwsCloudWatchMetric (AtlanObject ):
7878 """Description"""
7979
@@ -104,6 +104,13 @@ class ColumnValueFrequencyMap(AtlanObject):
104104 column_value_frequency : Optional [int ] = Field (default = None , description = "" )
105105
106106
107+ class SourceTagAttachmentValue (AtlanObject ):
108+ """Description"""
109+
110+ tag_attachment_key : Optional [str ] = Field (default = None , description = "" )
111+ tag_attachment_value : Optional [str ] = Field (default = None , description = "" )
112+
113+
107114class BadgeCondition (AtlanObject ):
108115 """Description"""
109116
@@ -136,13 +143,6 @@ def create(
136143 badge_condition_colorhex : Optional [str ] = Field (default = None , description = "" )
137144
138145
139- class SourceTagAttachmentValue (AtlanObject ):
140- """Description"""
141-
142- tag_attachment_key : Optional [str ] = Field (default = None , description = "" )
143- tag_attachment_value : Optional [str ] = Field (default = None , description = "" )
144-
145-
146146class StarredDetails (AtlanObject ):
147147 """Description"""
148148
@@ -444,10 +444,10 @@ class SourceTagAttribute(AtlanObject):
444444 )
445445
446446
447- MCRuleSchedule .update_forward_refs ()
448-
449447DbtJobRun .update_forward_refs ()
450448
449+ MCRuleSchedule .update_forward_refs ()
450+
451451AwsCloudWatchMetric .update_forward_refs ()
452452
453453Histogram .update_forward_refs ()
@@ -456,10 +456,10 @@ class SourceTagAttribute(AtlanObject):
456456
457457ColumnValueFrequencyMap .update_forward_refs ()
458458
459- BadgeCondition .update_forward_refs ()
460-
461459SourceTagAttachmentValue .update_forward_refs ()
462460
461+ BadgeCondition .update_forward_refs ()
462+
463463StarredDetails .update_forward_refs ()
464464
465465AwsTag .update_forward_refs ()
0 commit comments