From d8187da5d10ccdd150737c855fef2c19a9472f96 Mon Sep 17 00:00:00 2001 From: Daniel Sanchez Tello <4942637+dsGCloud@users.noreply.github.com> Date: Tue, 20 Apr 2021 20:01:57 -0500 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8641645..8f9c674 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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** \ No newline at end of file +**This is not an officially supported Google product**