You should see:

1
2
3
* Server URL: http://localhost:4000/
* GraphQL Endpoint: http://localhost:4000/graphql

Common Next Steps

Pull additional schemas

As you add tables to your lakehouse, pull them into the project:

npm run cli pull --catalog hive --schema new_schema

Configure permissions

Set up user-level read/write permissions for production. See Authentication.

Troubleshooting

IssueSolution
pull fails with connection errorVerify HIVE_HOST and HIVE_PORT in .env. Check Trino is running.
Server starts but no queries availableRun pnpm cli pull first. Check that schemaPath points to the correct directory.
Auth errors in GraphiQLSet AUTH_MOCK=true and include the Authorization header matching AUTH_MOCK_TOKEN.
Generated types have wrong fieldsRe-run pull to sync with current Trino table structure.