You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decide whether bigquery tables should be specified per question (by the parent) or per child (by the child)
If bigquery tables are specified per question, automatically delete BigQuery subscriptions once their result event has been received and stored
Set up bigquery table for project
Update documentation including adding an info box warning that an event store (e.g. BigQuery) needs to be set up for events from asynchronous questions to be usable
The text was updated successfully, but these errors were encountered:
Feature request
Use Case
We'd like to be able to "fire-and-forget" a question and then retrieve its events (including results) separately later.
Current state
Questions can be asked:
Proposed Solution
Service.ask
to work with BigQuery subscriptionsChild
classsender_type
part of filter in bigquery answer subscriptionsAdd a CLI command that does the same(not needed for MVP)If bigquery tables are specified per question, automatically delete BigQuery subscriptions once their result event has been received and storedThe text was updated successfully, but these errors were encountered: