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}})
source

getclj

(get service project-id job-id)
source

insertclj

(insert service project-id job)
source

listclj

(list service project-id)
source

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. 
sourceraw 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}})
source

query-priorityclj

source

query-resultsclj

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

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close