Skip to content

Instantly share code, notes, and snippets.

@maurodoglio
Created July 14, 2016 18:30
Show Gist options
  • Save maurodoglio/3e90affdfa4f29da36af6b51535dfe40 to your computer and use it in GitHub Desktop.
Save maurodoglio/3e90affdfa4f29da36af6b51535dfe40 to your computer and use it in GitHub Desktop.
from moztelemetry import get_pings
pings = get_pings(sc, doc_type='OTHER', submission_date='20160714').filter(lambda x: x['meta']['docType'] == 'sync')
first_ping = pings.take(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment