Hey team, how have you been?
I hope you're all doing well.
I got involved in a project in which our client wants to run an experimentation program using GrowthBook. I have not much experience running the tool but I'm eager to learn more.
After some back and forth, I have a few questions, that hopefully are not too dumb.
1. Write Permissions: GrowthBook doesn't write anything to the client's warehouse, right? I'm asking because it seems they created an empty table to be used as a "FACT TABLE" inside their Databricks environment.
2. Fact Table Definition: My understanding is that the Fact Table should actually be a
SELECT query pointing to the client's existing raw events data (e.g., from Segment or Snowplow), not a new table created specifically for GrowthBook. Is that correct?
3. Databricks Permissions: Our current Access Token connection is "Connected," but the SQL Explorer shows "No tables found." Does this confirm that the token is missing
SHOW
and `USAGE`/`SELECT` permissions on the necessary Catalogs/Schemas, even if the basic connection works? Any guidance on these points would be hugely appreciated as we finalize the Databricks setup! Thanks a lot!