Liking cljdoc? Tell your friends :D

googlecloud.bigquery.jobs


extract-jobclj

(extract-job {:keys [dataset-id project-id table-id] :as table-reference}
             destination-uris
             &
             {:keys [destination-format] :or {destination-format :json}})

getclj

(get service project-id job-id)

insertclj

(insert service project-id job)

listclj

(list service project-id)

load-jobclj

(load-job {:keys [dataset-id project-id table-id] :as table-reference}
          source-uris
          &
          {:keys [create-disposition source-format write-disposition quote
                  skip-leading allow-quoted-newlines max-bad-records]
           :or {source-format :json
                allow-quoted-newlines false
                create-disposition :never
                write-disposition :append}})

Creates a job to load data from sources into the table, identified by its table reference.

Creates a job to load data from sources into the table, identified by
its table reference. 
raw docstring

query-jobclj

(query-job query-statement
           &
           {:keys [use-cache priority flatten allow-large write-disposition
                   create-disposition destination-table-reference]
            :or {use-cache false
                 priority :interactive
                 flatten true
                 allow-large false
                 write-disposition :truncate
                 create-disposition :never}})

query-priorityclj


query-resultsclj

(query-results service project-id job-id)

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close