Connect your ClickHouse to Propel for Federation.
SELECT
permission on the tables you need to connect.Create the role 'propel_role'
Grant necessary permissions
SELECT
on the tables. You need to grant the “propel_role” role SELECT
privileges. You can limit this grant to only the tables you are going to connect to Propel by specifying each table name instead of the ”*”.<DATABASE_NAME>
with your database name.Create and assign the user
<REPLACE_PASSWORD>
with a secure password.Test the user
<DATABASE_NAME>
with a secure password. You should see the tables you need to connect to Propel.Make sure you can query the tables using a SELECT
SQL statement.Go to Data Pools
Select ClickHouse
Add credentials
Select tables
Configure timestamp
Name your Data Pool
Preview your data
Query with SQL
Query with GraphQL