in the post installation guide (after doing a colab install), running:
## Backfill for gemini insights
CALL `feature_store.invoke_backfill_user_scoped_metrics`();
CALL `gemini_insights.invoke_backfill_user_behaviour_revenue_insights`();
throws this error:
Procedure is not found: `gemini_insights.invoke_backfill_user_behaviour_revenue_insights` at [2:6]
We'd expect to run that line with no issues (following the directions)
in the post installation guide (after doing a colab install), running:
throws this error:
We'd expect to run that line with no issues (following the directions)