Skip to content

Commit

Permalink
GitBook: [master] 60 pages modified
Browse files Browse the repository at this point in the history
  • Loading branch information
woop authored and gitbook-bot committed Jun 13, 2021
1 parent eef6b98 commit b32e766
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions docs/reference/feature-store-yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ When using the GCP provider:
</thead>
<tbody>
<tr>
<td style="text-align:left">Apply</td>
<td style="text-align:left"><b>Apply</b>
</td>
<td style="text-align:left">BigQuery (source)</td>
<td style="text-align:left">
<p>bigquery.jobs.create</p>
Expand All @@ -69,7 +70,8 @@ When using the GCP provider:
<td style="text-align:left">roles/bigquery.user</td>
</tr>
<tr>
<td style="text-align:left">Apply</td>
<td style="text-align:left"><b>Apply</b>
</td>
<td style="text-align:left">Datastore (destination)</td>
<td style="text-align:left">
<p>datastore.entities.allocateIds</p>
Expand All @@ -82,13 +84,15 @@ When using the GCP provider:
<td style="text-align:left">roles/datastore.owner</td>
</tr>
<tr>
<td style="text-align:left">Materialize</td>
<td style="text-align:left"><b>Materialize</b>
</td>
<td style="text-align:left">BigQuery (source)</td>
<td style="text-align:left">bigquery.jobs.create</td>
<td style="text-align:left">roles/bigquery.user</td>
</tr>
<tr>
<td style="text-align:left">Materialize</td>
<td style="text-align:left"><b>Materialize</b>
</td>
<td style="text-align:left">Datastore (destination)</td>
<td style="text-align:left">
<p>datastore.entities.allocateIds</p>
Expand All @@ -102,22 +106,16 @@ When using the GCP provider:
<td style="text-align:left">roles/datastore.owner</td>
</tr>
<tr>
<td style="text-align:left">Get Online Features</td>
<td style="text-align:left">Datastore</td>
<td style="text-align:left">
<p>datastore.databases.get</p>
<p>datastore.entities.*</p>
<p>datastore.indexes.list</p>
<p>datastore.namespaces.get</p>
<p>datastore.namespaces.list</p>
<p>datastore.statistics.get</p>
<p>datastore.statistics.list</p>
<td style="text-align:left"><b>Get Online Features</b>
</td>
<td style="text-align:left">Datastore</td>
<td style="text-align:left">datastore.entities.get</td>
<td style="text-align:left">roles/datastore.user</td>
</tr>
<tr>
<td style="text-align:left">Get Historical Features</td>
<td style="text-align:left">BigQuery</td>
<td style="text-align:left"><b>Get Historical Features</b>
</td>
<td style="text-align:left">BigQuery (source)</td>
<td style="text-align:left">
<p>bigquery.datasets.get</p>
<p>bigquery.tables.get</p>
Expand Down

0 comments on commit b32e766

Please sign in to comment.