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**