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 b995816 commit e6c0dccCopy full SHA for e6c0dcc
pyatlan/model/typedef.py
@@ -504,7 +504,7 @@ class Options(AtlanObject):
504
505
def __setattr__(self, name, value):
506
super().__setattr__(name, value)
507
- if self._attr_def and name == "multi_value_select":
+ if self._attr_def and name == "multi_value_select" and value is True:
508
self._attr_def.cardinality = Cardinality.SET
509
if self._attr_def.type_name and "array<" not in str(
510
self._attr_def.type_name
0 commit comments