Skip to content

v1.12.4

Compare
Choose a tag to compare
@cmgrote cmgrote released this 25 Jun 16:42

🧪 Experimental

  • Adds creator() for data contracts + other model updates by @cmgrote in #699
  • Initial support for sending OpenLineage events via SDK by @cmgrote in #701

⛑️ Breaking changes

  • Attempting to sort search results when there are more than 100,000 results will now throw an error. If you want to iterate through such a large number of results, you will need to either ignore sorting or provide other conditions to further limit the number of results you will retrieve (@cmgrote in #700)

📦 Packages

  • Fixes an issue where tags were replaced by various import packages even when the atlanTags column was not present in the provided CSV by @cmgrote in #698
  • Fixes an issue where failOnErrors was not passed along for all input files in the asset import package by @cmgrote in #702

Full Changelog: v1.12.3...v1.12.4