Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ You can change the schema as required in the Dataflow code to include other key:
```

7. Create BigQuery dataset
```bq mk \
--table \
--expiration integer \
--description description \
--label key:value, key:value \
project_id:dataset.table \
bqschema.json```

8. Deploy Dataflow Job
```sh
Expand All @@ -89,4 +96,4 @@ You can change the schema as required in the Dataflow code to include other key:

Once you enable Enable Log interactions, your new Dialogflow interactions will be available in BigQuery

**This is not an officially supported Google product**
**This is not an officially supported Google product**