We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef1aec commit 3263dfbCopy full SHA for 3263dfb
pyatlan/generator/templates/referenceable_attributes.jinja2
@@ -189,6 +189,18 @@
189
default=None,
190
description="Map of remove relationship attributes.",
191
)
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
198
+ description="Map of add/update classifcations of atlan tag.",
199
200
+ remove_classifications: Optional[List[AtlanTag]] = Field(
201
202
+ description="Map of remove classifcations of atlan tag.",
203
204
semantic: Optional[SaveSemantic] = Field(
205
206
exclude=True,
0 commit comments