fresh-painter-17853
05/01/2026, 10:53 AMflaky-noon-11399
05/01/2026, 12:05 PMflaky-noon-11399
05/01/2026, 12:06 PMfresh-painter-17853
05/04/2026, 6:54 AMfresh-painter-17853
05/04/2026, 6:58 AMflaky-noon-11399
05/06/2026, 10:07 AMmanaged_warehouse_pending message means your Managed Warehouse has been created but hasn’t been fully provisioned yet because no events have successfully reached GrowthBook’s ingestion service for your org. Provisioning is triggered automatically the first time events are received (via the SDK with tracking enabled or the Ingestion API), after which SQL Explorer and fact tables will start working.
To verify events:
1. Make sure the SDK is configured with tracking enabled (e.g. growthbookTrackingPlugin or data-tracking="growthbook") or alternatively send a test event using the Ingestion API
2. Please use the SQL Explorer to confirm the event has been successfully tracked
Please let us know if you're unable to see the test event in the SQL explorer after undertaking the above?
For the Contentful issue, the Unrecognized assignment query ID: user_id error means Contentful is trying to use an experiment assignment query called user_id, but your selected GrowthBook data source doesn’t have a matching assignment query configured. To fix this, go to Metrics and Data → Data Sources → [your Managed Warehouse], add a Key Attribute for your identifier (e.g. user_id) with type Identifier, and ensure there is an Experiment Assignment Query that returns user_id, timestamp, experiment_id, and variation_id for that data source.
Then, in the Contentful app configuration, select this Managed Warehouse data source so the plugin can find and use that assignment query.
The device_id is the default identifier for the Managed Warehouse so it's best that you first set up with this identifier to confirm your implementation, then join the user_id to the device_id afterwards.