Skip to content
Snippets Groups Projects
Commit ba59866b authored by Cam Saül's avatar Cam Saül
Browse files

Test fix :keyboard:

parent eb571024
Branches
Tags
No related merge requests found
......@@ -85,10 +85,10 @@
:columns [{:name "venue_id", :base_type :IntegerField}
{:name "user_id", :base_type :IntegerField}
{:name "checkins_id", :base_type :IntegerField}]}
(dissoc (qp/process-query {:native {:query (apply format "SELECT [%stest_data.checkins.venue_id] AS [venue_id], [%stest_data.checkins.user_id] AS [user_id], [%stest_data.checkins.id] AS [checkins_id]
FROM [%stest_data.checkins]
LIMIT 2"
(repeat 4 bq-data/unique-prefix))}
:type :native
:database (data/id)})
(dissoc (:data (qp/process-query {:native {:query (apply format "SELECT [%stest_data.checkins.venue_id] AS [venue_id], [%stest_data.checkins.user_id] AS [user_id], [%stest_data.checkins.id] AS [checkins_id]
FROM [%stest_data.checkins]
LIMIT 2"
(repeat 4 bq-data/unique-prefix))}
:type :native
:database (data/id)}))
:rows))
......@@ -78,6 +78,7 @@
{:status :completed
:row_count 1
:data {:rows [[1]]
:annotate? nil
:columns ["count"]
:cols [{:name "count", :base_type :IntegerField}]
:native_form {:collection "venues"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment