@@ -45,19 +45,6 @@ def flatten_structs_attributes(cls, values: Dict[str, Any]) -> Dict[str, Any]:
45
45
return values
46
46
47
47
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
-
61
48
class DbtJobRun (AtlanObject ):
62
49
"""Description"""
63
50
@@ -74,18 +61,24 @@ class DbtJobRun(AtlanObject):
74
61
dbt_compiled_code : Optional [str ] = Field (default = None , description = "" )
75
62
76
63
77
- class AwsCloudWatchMetric (AtlanObject ):
64
+ class MCRuleSchedule (AtlanObject ):
78
65
"""Description"""
79
66
80
- aws_cloud_watch_metric_name : str = Field (description = "" )
81
- aws_cloud_watch_metric_scope : str = Field (description = "" )
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 = "" )
82
75
83
76
84
- class Histogram (AtlanObject ):
77
+ class AwsCloudWatchMetric (AtlanObject ):
85
78
"""Description"""
86
79
87
- boundaries : Set [ float ] = Field (description = "" )
88
- frequencies : Set [ float ] = Field (description = "" )
80
+ aws_cloud_watch_metric_name : str = Field (description = "" )
81
+ aws_cloud_watch_metric_scope : str = Field (description = "" )
89
82
90
83
91
84
class Action (AtlanObject ):
@@ -97,18 +90,18 @@ class Action(AtlanObject):
97
90
task_action_display_text : Optional [str ] = Field (default = None , description = "" )
98
91
99
92
100
- class ColumnValueFrequencyMap (AtlanObject ):
93
+ class Histogram (AtlanObject ):
101
94
"""Description"""
102
95
103
- column_value : Optional [ str ] = Field (default = None , description = "" )
104
- column_value_frequency : Optional [ int ] = Field (default = None , description = "" )
96
+ boundaries : Set [ float ] = Field (description = "" )
97
+ frequencies : Set [ float ] = Field (description = "" )
105
98
106
99
107
- class SourceTagAttachmentValue (AtlanObject ):
100
+ class ColumnValueFrequencyMap (AtlanObject ):
108
101
"""Description"""
109
102
110
- tag_attachment_key : Optional [str ] = Field (default = None , description = "" )
111
- tag_attachment_value : Optional [str ] = Field (default = None , description = "" )
103
+ column_value : Optional [str ] = Field (default = None , description = "" )
104
+ column_value_frequency : Optional [int ] = Field (default = None , description = "" )
112
105
113
106
114
107
class BadgeCondition (AtlanObject ):
@@ -143,6 +136,13 @@ def create(
143
136
badge_condition_colorhex : Optional [str ] = Field (default = None , description = "" )
144
137
145
138
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
+
146
146
class StarredDetails (AtlanObject ):
147
147
"""Description"""
148
148
@@ -461,22 +461,22 @@ class SourceTagAttribute(AtlanObject):
461
461
)
462
462
463
463
464
- MCRuleSchedule .update_forward_refs ()
465
-
466
464
DbtJobRun .update_forward_refs ()
467
465
468
- AwsCloudWatchMetric .update_forward_refs ()
466
+ MCRuleSchedule .update_forward_refs ()
469
467
470
- Histogram .update_forward_refs ()
468
+ AwsCloudWatchMetric .update_forward_refs ()
471
469
472
470
Action .update_forward_refs ()
473
471
474
- ColumnValueFrequencyMap .update_forward_refs ()
472
+ Histogram .update_forward_refs ()
475
473
476
- SourceTagAttachmentValue .update_forward_refs ()
474
+ ColumnValueFrequencyMap .update_forward_refs ()
477
475
478
476
BadgeCondition .update_forward_refs ()
479
477
478
+ SourceTagAttachmentValue .update_forward_refs ()
479
+
480
480
StarredDetails .update_forward_refs ()
481
481
482
482
AwsTag .update_forward_refs ()
0 commit comments