eric-maynard commented on code in PR #931:
URL: https://github.com/apache/polaris/pull/931#discussion_r1947346048


##########
regtests/client/python/cli/constants.py:
##########
@@ -229,5 +232,8 @@ class Namespaces:
 UNIT_SEPARATOR = chr(0x1F)
 CLIENT_ID_ENV = 'CLIENT_ID'
 CLIENT_SECRET_ENV = 'CLIENT_SECRET'
+CLIENT_PROFILE_ENV = 'CLIENT_PROFILE'
 DEFAULT_HOSTNAME = 'localhost'
 DEFAULT_PORT = 8181
+CONFIG_DIR = os.environ.get('SCRIPT_DIR', '~/.polaris/')

Review Comment:
   I still don't feel great about us using `~` rather than the project directory



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to