frost icon indicating copy to clipboard operation
frost copied to clipboard

Fix metadata / data provenance tracking

Open g-k opened this issue 7 years ago • 1 comments

refs: #11

Currently, we set a __pytest_meta value in client.py get_aws_resource and propagate it in extract_key

Downsides:

  • doesn't work for primitive values
  • wastes memory and CPU propagating stuff to all items
  • pollutes the data values the client uses

g-k avatar Jan 24 '18 09:01 g-k

A giant dict, DB, or Pandas dataframes could work.

g-k avatar Feb 01 '18 20:02 g-k