You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2023. It is now read-only.
@tdsmith saw performance issues when running on Databricks due to process contention. Switching to threads seems to be an overall performance improvement.
Previous releases only provided a wheel release specific to either python 2 or python 3. Starting with this version, we release a universal wheel that leads to more efficient installation for consuming projects.
Bug 1463885 - Disrecommend get_one_ping_per_client (#212)
* Update docs to more clearly mark deprecated methods as... deprecated
* Bug 1463885 - Disrecommend get_one_ping_per_client even more
Bug 1447851 - Add content decoding for landfill #209
This release adds support for decoding messages as seen from ingestion. These documents are lightly processed and stored as gzipped json documents with a meta and content field.