File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ class Neo4jSearchDataExtractor(Extractor):
90
90
coalesce(db_descr.description, '') as description,
91
91
coalesce(dbg.description, '') as group_description, dbg.dashboard_group_url as group_url,
92
92
db.dashboard_url as url, db.key as uri,
93
- 'mode' as product, last_exec.timestamp as last_successful_run_timestamp,
93
+ 'mode' as product, toInt( last_exec.timestamp) as last_successful_run_timestamp,
94
94
COLLECT(DISTINCT query.name) as query_names,
95
95
total_usage
96
96
order by dbg.name
Original file line number Diff line number Diff line change 2
2
from setuptools import setup , find_packages
3
3
4
4
5
- __version__ = '2.5.16 '
5
+ __version__ = '2.5.17 '
6
6
7
7
requirements_path = os .path .join (os .path .dirname (os .path .realpath (__file__ )), 'requirements.txt' )
8
8
with open (requirements_path ) as requirements_file :
You can’t perform that action at this time.
0 commit comments