Skip to content

Commit

Permalink
Merge pull request e-mission#638 from shankari/improve_scalability_by…
Browse files Browse the repository at this point in the history
…_99_pct

Fix the invalid query to use an indexed key
  • Loading branch information
shankari authored Mar 5, 2019
2 parents 612f2d2 + 0bd2d7b commit f20f0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emission/storage/timeseries/builtin_timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
esta.EntryType.ANALYSIS_TYPE: edb.get_analysis_timeseries_db()
}

INVALID_QUERY = {'1': '2'}
INVALID_QUERY = {'metadata.key': 'invalid'}

class BuiltinTimeSeries(esta.TimeSeries):
def __init__(self, user_id):
Expand Down

0 comments on commit f20f0b3

Please sign in to comment.