(insert-all service project-id dataset-id table-id rows & {:keys [insert-id]})
Inserts records in rows, building inserts with mk-insert-request-row. Can use insert-id function to help BigQuery deduplicate insert requests.
Inserts records in rows, building inserts with mk-insert-request-row. Can use insert-id function to help BigQuery deduplicate insert requests.
(mk-insert-request-row m & {:keys [insert-id]})
Builds the insert request row for the input record map m. Optionally takes an insert-id function that returns a deduping identity for the row- retained by bigquery for a few minutes to detect duplicate insertion requests.
Builds the insert request row for the input record map m. Optionally takes an insert-id function that returns a deduping identity for the row- retained by bigquery for a few minutes to detect duplicate insertion requests.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |