You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>ROAPI can build tables from datasets hosted in GCS buckets. Configuration is
235
+
similar to filesystem store:</p>
236
+
<pre><codeclass="language-yaml">tables:
237
+
- name: "TABLE_NAME"
238
+
uri: "gs://BUCKET/TABLE/KEY"
239
+
option:
240
+
format: "csv"
241
+
</code></pre>
242
+
<p>To configure GCS credentials, you can set the following
243
+
environment variables if you are using service accont:</p>
244
+
<ul>
245
+
<li><code>GOOGLE_SERVICE_ACCOUNT</code></li>
246
+
</ul>
247
+
<p>Note that GCP Workload Identity is NOT supported yet, blocked by <ahref="https://github.com/apache/arrow-rs/issues/3490">https://github.com/apache/arrow-rs/issues/3490</a>.</p>
232
248
<footerid="open-on-gh">Found a bug? <ahref="https://github.com/roapi/docs/edit/main/src/config/blob-store.md">Edit this file on GitHub.</a></footer>
<p>ROAPI can build tables from datasets hosted in GCS buckets. Configuration is
763
+
similar to filesystem store:</p>
764
+
<pre><codeclass="language-yaml">tables:
765
+
- name: "TABLE_NAME"
766
+
uri: "gs://BUCKET/TABLE/KEY"
767
+
option:
768
+
format: "csv"
769
+
</code></pre>
770
+
<p>To configure GCS credentials, you can set the following
771
+
environment variables if you are using service accont:</p>
772
+
<ul>
773
+
<li><code>GOOGLE_SERVICE_ACCOUNT</code></li>
774
+
</ul>
775
+
<p>Note that GCP Workload Identity is NOT supported yet, blocked by <ahref="https://github.com/apache/arrow-rs/issues/3490">https://github.com/apache/arrow-rs/issues/3490</a>.</p>
760
776
<footerid="open-on-gh">Found a bug? <ahref="https://github.com/roapi/docs/edit/main/src/config/blob-store.md">Edit this file on GitHub.</a></footer><h1id="databases"><aclass="header" href="#databases">Databases</a></h1>
761
777
<p>Thanks to the <ahref="https://github.com/sfu-db/connector-x">connector-x</a> Rust crate,
762
778
ROAPI is able to load tables from popular relational databases like MySQL,
0 commit comments