Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

v1.3.0

Compare
Choose a tag to compare
@cmgrote cmgrote released this 07 Sep 11:42

πŸŽ‰ New features

  • (Experimental) Adds an initial large-scale extract and load mechanism via CSV that should perform significantly better than the EnrichmentReporter and EnrichmentLoader.

🐞 Bug fixes

  • Fixes a NullPointerException that could occur when running the EnrichmentLoader when custom metadata with no attributes exists
  • Fixes issue with bulk-caching of categories for the EnrichmentLoader
  • Fixes issues where the log-binding would not work when running Gradle tasks (resulting in no visible logging output)
  • Removes a lineage row from the documentation template sample Excel file that depended on pre-existing metadata

πŸ₯— QOL improvements

  • Adds status logging to the various reports and loaders, to more easily monitor their progress as they run
  • Now uses Apache POI's stream-based Excel writers, to avoid OutOfMemory errors when large numbers of assets are involved
  • Migrates to latest SDK-based approach for paging

πŸ› οΈ Maintenance

  • Bumps Atlan Java SDK to latest published version