adutra commented on code in PR #1905: URL: https://github.com/apache/polaris/pull/1905#discussion_r2152653157
########## plugins/spark/v3.5/getting-started/notebooks/SparkPolaris.ipynb: ########## @@ -21,7 +21,7 @@ "from polaris.catalog.api_client import ApiClient as CatalogApiClient\n", "from polaris.catalog.api_client import Configuration as CatalogApiClientConfiguration\n", "\n", - "polaris_credential = 'root:s3cr3t' # pragma: allowlist secret\n", + "polaris_credential = 'root:secret' # pragma: allowlist secret\n", Review Comment: I think you also need to modify line 36 below. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org