data-apis / python-record-api

Inferring Python API signatures from tracing usage.
MIT License
75 stars 6 forks source link

Don't include long dask strings #7

Closed saulshanabrook closed 4 years ago

saulshanabrook commented 4 years ago

We are currently recording some long dask strings like: qr-stack-getitem-b2984ed7b79fa1d55e4f99a321ae62ae-

We are currently trimming them. Instead, we should just record them as an arbitrary string type instead of a literal.