Skip to content

Commit 3ee821b

Browse files
committed
Suggestions as per @eric-maynard's review
1 parent 477e525 commit 3ee821b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

site/content/in-dev/unreleased/getting-started/using-polaris.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,6 @@ INSERT INTO quickstart_table VALUES (1, 'some data');
231231
org.apache.iceberg.exceptions.ForbiddenException: Forbidden: Principal 'quickstart_user' with activated PrincipalRoles '[]' and activated grants via '[quickstart_catalog_role, quickstart_user_role]' is not authorized for op LOAD_TABLE_WITH_READ_DELEGATION
232232
```
233233

234-
Additionally, a Getting Started experience for using Spark with Jupyter Notebooks is documented [here](https://github.com/apache/polaris/blob/main/getting-started/spark/README.md).
235-
236234
### Connecting with Trino
237235

238236
Replace the credentials used in the Docker container using the following code:
@@ -302,4 +300,8 @@ curl -v http://127.0.0.1:8181/api/management/v1/principal-roles -H "Authorizatio
302300
curl -v http://127.0.0.1:8181/api/management/v1/catalogs/quickstart_catalog -H "Authorization: Bearer $POLARIS_TOKEN"
303301
```
304302

303+
## Next Steps
304+
* Visit [Configuring Polaris for Production]({{% ref "configuring-polaris-for-production.md" %}}).
305+
* A Getting Started experience for using Spark with Jupyter Notebooks is documented [here](https://github.com/apache/polaris/blob/main/getting-started/spark/README.md).
306+
305307

0 commit comments

Comments
 (0)