Skip to content

v2.1.0

Compare
Choose a tag to compare
@Aryamanz29 Aryamanz29 released this 27 Mar 13:26
· 444 commits to main since this release
f06a590

🎉 New features

  • Adds EnumDef.update() method to update an existing enumeration with more valid values.
  • Adds get_by_name() method to the TypeDefClient to retrieve a specific type definition from Atlan.
  • Adds propagation_only_through_lineage field to the AtlanTag, allowing users to specify that propagation will only occur downstream in the lineage and not within the hierarchy.

⛑️ Breaking changes

  • EnumCache.get_by_name() method now raises NotFoundError if the enumeration with the given name does not exist. Previously the method would only return None in case the enumeration did not exist, rather than raising an error.

🥗 QOL improvements