@@ -45,6 +45,19 @@ 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+
4861class DbtJobRun (AtlanObject ):
4962 """Description"""
5063
@@ -61,19 +74,6 @@ class DbtJobRun(AtlanObject):
6174 dbt_compiled_code : Optional [str ] = Field (default = None , description = "" )
6275
6376
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,13 +104,6 @@ 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-
114107class BadgeCondition (AtlanObject ):
115108 """Description"""
116109
@@ -143,6 +136,13 @@ def create(
143136 badge_condition_colorhex : Optional [str ] = Field (default = None , description = "" )
144137
145138
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- DbtJobRun .update_forward_refs ()
448-
449447MCRuleSchedule .update_forward_refs ()
450448
449+ DbtJobRun .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- SourceTagAttachmentValue .update_forward_refs ()
460-
461459BadgeCondition .update_forward_refs ()
462460
461+ SourceTagAttachmentValue .update_forward_refs ()
462+
463463StarredDetails .update_forward_refs ()
464464
465465AwsTag .update_forward_refs ()
0 commit comments