Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
Credentials
DirectQuery delegates the credentials handling to the ClickHouse server. The credentials, based on a username and password, are passed viaClickhouseConfiguration to the server:
Permissions
ClickHouse is using standard SQL permissions via the granting of roles to the user. For DirectQuery, the user should at a minimum have read permissions on some system tables (system.databases, system.processes, system.tables and system.columns) and all the tables containing relevant data.
The permissions can be granted by following this role guide.