Liking cljdoc? Tell your friends :D

bigquery.jobs


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]
           :or {source-format :json
                allow-quoted-newlines false
                create-disposition :create-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]
   :or {use-cache false priority :interactive flatten true allow-large false}})
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