## Print the query you should run to generate a userdbt run-operation create_elementary_user
This command will generate a query to create a user with the necessary permissions. Run this query on your data warehouse with admin permissions to create the user.
Elementary cloud doesn't require read permissions to your tables and schemas, but only the following:
Read-only access to the elementary schema.
Access to read metadata in information schema and query history, related to the tables in your dbt project.
It is recommended to create a user using the instructions specified above to avoid granting excess privileges.
For more details, refer to security and privacy.You will connect Elementary Cloud to Postgres for syncing the Elementary schema (created by the Elementary dbt package).
## Print the query you should run to generate a userdbt run-operation create_elementary_user
This command will generate a query to create a user with the necessary permissions. Run this query on your data warehouse with admin permissions to create the user.
Elementary cloud doesn't require read permissions to your tables and schemas, but only the following:
Read-only access to the elementary schema.
Access to read metadata in information schema and query history, related to the tables in your dbt project.
It is recommended to create a user using the instructions specified above to avoid granting excess privileges.
For more details, refer to security and privacy.