Skip to content

Commit 3263dfb

Browse files
vaibhavatlanAryamanz29
authored andcommitted
Added generator
1 parent 1ef1aec commit 3263dfb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pyatlan/generator/templates/referenceable_attributes.jinja2

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,18 @@
189189
default=None,
190190
description="Map of remove relationship attributes.",
191191
)
192+
classifications: Optional[List[AtlanTag]] = Field(
193+
default=None,
194+
description="Map of replace classifcations of atlan tag.",
195+
)
196+
add_or_update_classifications: Optional[List[AtlanTag]] = Field(
197+
default=None,
198+
description="Map of add/update classifcations of atlan tag.",
199+
)
200+
remove_classifications: Optional[List[AtlanTag]] = Field(
201+
default=None,
202+
description="Map of remove classifcations of atlan tag.",
203+
)
192204
semantic: Optional[SaveSemantic] = Field(
193205
default=None,
194206
exclude=True,

0 commit comments

Comments
 (0)