Skip to content

Releases: lantrns-analytics/damn

0.1.4

20 Jul 15:26
e9d3dd5
Compare
Choose a tag to compare

New features

  • Converted CLI commands to library functions so that you can use DAMN functionality programmatically (#38)

Enhancements

  • Added a configs-dir option to commands/functions so that you manually specify where connector configurations are to be located (#39)

0.1.3

17 Jul 14:40
b6e1f87
Compare
Choose a tag to compare

New features:

  • Added the Data Warehouse connector type, which currently supports Snowflake. Used to get DW materialization metrics. (#11)
  • Refactor the output option to accept terminal (default), JSON (a new option) and copy (which copies output to clipboard). (#25)

Improvements:

  • Renaming orchestrator connector + Changing how we handle default connector profiles (#26)
  • Logic improvement on how we package attributes in the show command (#34)

Bugs:

  • Gracefully fail when running commands on inexistent assets (#31)
  • Prevent commands from failing when unrequired connectors are missing (#30)

0.1.2

10 Jul 19:47
3b503b3
Compare
Choose a tag to compare

Enhancements:

  • Getting metrics from IO Manager. Currently limited to S3 storage service and only getting the size metric for a non-partitioned asset. Goal is to get a minimum working solution and then expand. (#10)
  • Handling IO Manager metrics for partitioned assets. (#17)
  • Adding a --copy-output option to copy command's output to clipboard instead of terminal (#19)

Tech debt:

  • Evaluating performance of metrics command. (#16)

v0.1.1

07 Jul 19:33
c7be6bd
Compare
Choose a tag to compare

Packaging tool for publishing PyPi

v0.1

07 Jul 19:03
6738de7
Compare
Choose a tag to compare

This is the initial release of the DAMN (data asset metrics navigator) tool. For now, this CLI allows you to list (ls) your data assets, show their properties and get their metrics using our Dagster connector. See README for more details.