bigquery-client:BigQuery API的Ruby接口

时间:2021-04-29 15:10:12
【文件属性】:
文件名称:bigquery-client:BigQuery API的Ruby接口
文件大小:20KB
文件格式:ZIP
更新时间:2021-04-29 15:10:12
Ruby BigQuery客户端 BigQuery API的Ruby接口。 安装 % gem install bigquery-client 入门 require "bigquery-client" client = BigQuery :: Client . new ( project : "your-project-42" , dataset : "your_dataset" , email : "1234567890@developer.gserviceaccount.com" , private_key_path : "/path/to/keyfile.p12" , private_key_passphrase : "notasecret" , auth_meth
【文件预览】:
bigquery-client-master
----.gitignore(163B)
----README.md(6KB)
----bin()
--------console(716B)
----test()
--------test_projects.rb(142B)
--------test_client.rb(263B)
--------test_jobs.rb(2KB)
--------test_datasets.rb(877B)
--------helper.rb(1KB)
--------test_tables.rb(1KB)
--------test_attribute.rb(2KB)
--------test_tabledata.rb(1KB)
----Gemfile(247B)
----bigquery-client.gemspec(939B)
----LICENSE.txt(1KB)
----lib()
--------bigquery-client.rb(783B)
--------bigquery-client()
----Rakefile(130B)
----.env.example(136B)

网友评论