Skip to content

Commit

Permalink
fix load-data-add-ids
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansergeevitch committed Jul 23, 2024
1 parent 44815b3 commit f1eaf36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/metabase/test/data/firebolt.clj
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

; loads data by adding ids
(defmethod load-data/load-data! :firebolt [& args]
(apply load-data/load-data-add-ids args))
(apply load-data/load-data-add-ids! args))

; The firebolt JDBC driver doesn't support parameterized queries.So go ahead and deparameterize all the statements for now.
(defmethod ddl/insert-rows-ddl-statements :firebolt
Expand Down

0 comments on commit f1eaf36

Please sign in to comment.