amundsen

Amundsen is a metadata driven application for improving the productivity of data analysts, data scientists and engineers when interacting with data.

APACHE-2.0 License

Downloads
442K
Stars
4.3K
Committers
217

Bot releases are hidden (Show)

amundsen - common 0.26.1

Published by dkunitsk over 2 years ago

Adds TypeMetadata as a possible ResourceType to allow implementing metadata service endpoints like put_resource_description which take a ResourceType.

amundsen - databuilder 6.7.4

Published by dkunitsk over 2 years ago

Minor cleanups in TypeMetadata utils.

amundsen - databuilder 6.7.3

Published by allisonsuarez over 2 years ago

  • fix: dashboard query #1762
amundsen - databuilder 6.7.2

Published by dkunitsk over 2 years ago

Minor improvements to nested column type models and parsing.

amundsen - common 0.26.0

Published by dkunitsk over 2 years ago

Adds the TypeMetadata model and makes it an optional field of Column. TypeMetadata will allow treating types and subtypes as first class citizens with their own descriptions/badges.

amundsen - databuilder 6.7.1

Published by dkunitsk over 2 years ago

Changes the verbiage of the new TypeMetadata feature, removing references to the word "subtype".

amundsen - databuilder 6.7.0

Published by allisonsuarez over 2 years ago

  • feat: Databuilder support for nested columns #1695
amundsen - search 3.1.0

Published by mgorsk1 over 2 years ago

  • ✅ Add Elasticsearch 8 compatibility
  • ❌ Remove Elasticsearch 6 compatibility
amundsen - databuilder 6.6.0

Published by mgorsk1 over 2 years ago

  • ✅ Add Elasticsearch 8 compatibility
  • ❌ Remove Elasticsearch 6 compatibility
amundsen - common 0.25.0

Published by mgorsk1 over 2 years ago

  • ✅ Add Elasticsearch 8 compatibility
  • ❌ Remove Elasticsearch 6 compatibility
amundsen - databuilder 6.5.2

Published by allisonsuarez over 2 years ago

  • fix: finalized cypher queries for new ES publishing task #1717
amundsen - databuilder 6.5.1

Published by allisonsuarez over 2 years ago

  • fix: small error when using given queries #1715
amundsen - databuilder 6.5.0

Published by allisonsuarez over 2 years ago

  • feat: general document mappings for ES #1637
amundsen - databuilder 6.4.6

Published by dkunitsk over 2 years ago

  • Changes neo4j stale remover task to delete targets which are < (instead of <>) to a given job_publish_tag. This may remove fewer targets than previously but prevents deleting fresh data.
  • Allows neo4j stale remover task to take an optional retain_data_with_no_publisher_metadata config. This will prevent deleting targets without a job_publish_tag or publisher_last_updated_epoch_ms property. Targets without these properties occur through UI actions, such as editing a description or adding an owner. The default behavior continues to be to delete them.

Thanks to @kristenarmes for these improvements.

amundsen - databuilder 6.4.5

Published by mgorsk1 over 2 years ago

  • refactors generic usage extractor for easier subclassing
amundsen - databuilder 6.4.4

Published by mgorsk1 almost 3 years ago

  • refactors hive table metadata extractor for easier subclassing
  • refactors hive table last updated extractor for easier subclassing
amundsen - databuilder 6.4.3

Published by mgorsk1 almost 3 years ago

  • fixes issues with db mapping of superset extractor
amundsen - databuilder 6.4.2

Published by mgorsk1 almost 3 years ago

  • feat: Support for ES 7, ES field names containing dots, ES field sort order #1648
amundsen - search 3.0.0

Published by allisonsuarez almost 3 years ago

NEW SEARCH BW INCOMPATIBLE
Related RFC

  • chore: bumped search to 3.0.0 (#1630)
  • fix: add missing fields for dashboard uri (#1631)
  • fix: added missing description fields to mappings (#1629)
  • feat: v2/document API (#1611)
  • fix: error on search with pagination (#1622)
  • fix: new search API fixes (#1594)
  • fix: added page size argument for compatibility (#1593)
  • fix: add es v2 client config (#1592)
  • fixed response schema issue (#1585)
  • feat: search v2 API (#1556)
  • chore: deprecate Atlas in Search (#1530)

Notes:

  • Check out amundsen-frontend 4.0.0 release
  • Make sure to configure PROXY_CLIENT = PROXY_CLIENTS['ELASTICSEARCH_V2']
amundsen - frontend 4.0.0

Published by allisonsuarez almost 3 years ago

NEW SEARCH BW INCOMPATIBLE
Related RFC

  • feat: Use new search endpoint in FE and add search filter operation selection (#1623)
  • feat: FE document update with v2/document search service endpoint use (#1619)

Notes:

  • Make sure to add allowableOperation to custom filter configurations
  • Check out amundsen-search 3.0.0 release