Releases: republicofdata-io/damn
Releases · republicofdata-io/damn
0.1.4
0.1.3
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:
0.1.2
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
Packaging tool for publishing PyPi
v0.1
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.