• Louis Simoneau's avatar
    Guard against log entry pages not containing 'entries' key (#170) · 8b8177b4
    Louis Simoneau authored
    In practice, when requesting logs going back more than a few days, the
    StackDriver API sometimes responds with an empty page with a next page
    cursor. After polling the next page a few times you eventually start
    getting entries. The empty pages have no `entries` key, which previously
    resulted in a KeyError.
    
    This change allows the extractor to continue polling instead of blowing up.
    8b8177b4
Name
Last commit
Last update
..
callback Loading commit data...
extractor Loading commit data...
filesystem Loading commit data...
job Loading commit data...
loader Loading commit data...
models Loading commit data...
publisher Loading commit data...
sql_parser Loading commit data...
task Loading commit data...
transformer Loading commit data...
utils Loading commit data...
__init__.py Loading commit data...