Skip to content

Removed the CUBEJS_DB_NAME from .env.sample

Robert Hunt requested to merge remove-default-cube-db-name-from-env-sample into main

Having this added requires you to also have created a DB named Jitsu (not the table) in Jitsu/Clickhouse; which we no longer recommend. This is leftover from the early PoC work to set up the DevKit.

To test:

  1. Restart your Cube container with this change applied to your .env.
  2. Test that Cube returns data from queries.
  3. Run DROP DATABASE jitsu; in Clickhouse and restart your Cube container.
  4. Test that Cube still returns data from queries.
Edited by Robert Hunt

Merge request reports