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
Is your feature request related to a problem? Please describe.
When we tried to add ClickHouse support to Spark-Connect, we faced the issue that it's not possible to keep secrets inaccessible to the client because they are passed via the configuration.
Describe the solution you'd like
When you pass property spark.sql.catalog.clickhouse.password_env_variable=<ENV_VARIABLE_NAME>, connector retrieves the password using the specified environment variable name
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When we tried to add ClickHouse support to Spark-Connect, we faced the issue that it's not possible to keep secrets inaccessible to the client because they are passed via the configuration.
Describe the solution you'd like
When you pass property
spark.sql.catalog.clickhouse.password_env_variable=<ENV_VARIABLE_NAME>
, connector retrieves the password using the specified environment variable nameThe text was updated successfully, but these errors were encountered: