Method: BigQuery::Client::Jobs#job
- Defined in:
- lib/big_query/client/jobs.rb
#job(id, opts = {}) ⇒ Hash
Fetches a bigquery job by id
11 12 13 14 15 16 |
# File 'lib/big_query/client/jobs.rb', line 11 def job(id, opts = {}) opts['jobId'] ||= id api(api_method: @bq.jobs.get, parameters: opts) end |