Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 1 addition & 6 deletions tutorials/auto-bigquery-tokenize/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,16 +276,11 @@ The pipeline supports multiple source types. Use the following table to determin
| Avro file in Cloud Storage | `AVRO` | `gs://[LOCATION_OF_FILES]` |
| Parquet file in Cloud Storage | `PARQUET` | `gs://[LOCATION_OF_FILES]` |
| BigQuery table | `BIGQUERY_TABLE` | `[PROJECT_ID]:[DATASET].[TABLE]` |
| Query results in BigQuery | `BIGQUERY_QUERY` | BigQuery SQL statement in Standard SQL dialect |
| Query results in BigQuery | `BIGQUERY_QUERY` | BigQuery SQL statement in [Standard SQL](https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax) dialect. For example:<br>`"SELECT * FROM ``${PROJECT_ID}.data.RawContacts`` LIMIT 100"` |

The pipeline detects all of the [standard infoTypes](https://cloud.google.com/dlp/docs/infotypes-reference) supported by Cloud DLP.
You can provide additional custom infoTypes that you need by using the `--observableInfoTypes` parameter.

The solution also supports using a query in the [Standard SQL](https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax) dialect as source of
data. You can use `--sourceType="BIGQUERY_QUERY"` and provide the query in `--inputPattern`. For example:

--inputPattern="SELECT * FROM ``${PROJECT_ID}.data.RawContacts`` LIMIT 100"

### Sample-and-identify pipeline DAG

The Dataflow execution DAG (directed acyclic graph) looks like the following:
Expand Down
2 changes: 0 additions & 2 deletions tutorials/dotnet-mvms-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ application in one place.

Begin by creating a new project or selecting an existing project for this tutorial.

<walkthrough-devshell-precreate></walkthrough-devshell-precreate>

<walkthrough-project-setup></walkthrough-project-setup>

For details, see
Expand Down
2 changes: 0 additions & 2 deletions tutorials/go-gae-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ application in one place.

Begin by creating a new project or selecting an existing project for this tutorial.

<walkthrough-devshell-precreate></walkthrough-devshell-precreate>

<walkthrough-project-billing-setup></walkthrough-project-billing-setup>

For details, see
Expand Down
1 change: 0 additions & 1 deletion tutorials/java-gae-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ application in one place.

Begin by creating a new project or selecting an existing project for this tutorial.

<walkthrough-devshell-precreate/>

<walkthrough-project-setup></walkthrough-project-setup>

Expand Down
2 changes: 0 additions & 2 deletions tutorials/nodejs-gae-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ application in one place.

Begin by creating a new project or selecting an existing project for this tutorial.

<walkthrough-devshell-precreate></walkthrough-devshell-precreate>

<walkthrough-project-setup></walkthrough-project-setup>

For details, see
Expand Down
2 changes: 0 additions & 2 deletions tutorials/php-gae-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ application in one place.

Begin by creating a new project or selecting an existing project for this tutorial.

<walkthrough-devshell-precreate></walkthrough-devshell-precreate>

<walkthrough-project-setup></walkthrough-project-setup>

For details, see
Expand Down
2 changes: 0 additions & 2 deletions tutorials/php-mvms-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ application in one place.

Begin by creating a new project or selecting an existing project for this tutorial.

<walkthrough-devshell-precreate></walkthrough-devshell-precreate>

<walkthrough-project-setup></walkthrough-project-setup>

For details, see
Expand Down
2 changes: 0 additions & 2 deletions tutorials/pubsub-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ date_published: 2019-07-31

# Use Pub/Sub to send and receive real-time messages

<walkthrough-devshell-precreate></walkthrough-devshell-precreate>

<walkthrough-alt>
Take the interactive version of this tutorial, which runs in the Cloud Console:

Expand Down
2 changes: 0 additions & 2 deletions tutorials/python-gae-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ application in one place.

Begin by creating a new project or selecting an existing project for this tutorial.

<walkthrough-devshell-precreate></walkthrough-devshell-precreate>

<walkthrough-project-setup></walkthrough-project-setup>

For details, see
Expand Down
2 changes: 0 additions & 2 deletions tutorials/python-mvms-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ application in one place.

Begin by creating a new project or selecting an existing project for this tutorial.

<walkthrough-devshell-precreate></walkthrough-devshell-precreate>

<walkthrough-project-setup></walkthrough-project-setup>

For details, see
Expand Down
1 change: 0 additions & 1 deletion tutorials/python-vision-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ date_published: 2019-07-31
<!-- {% setvar repo_url "https://github.com/GoogleCloudPlatform/python-docs-samples.git" %} -->
<!-- {% setvar repo_name "python-docs-samples" %} -->
<!-- {% setvar project_id "<your-project>" %} -->
<walkthrough-devshell-precreate></walkthrough-devshell-precreate>

<walkthrough-alt>
Take the interactive version of this tutorial, which runs in the Cloud Console:
Expand Down
2 changes: 0 additions & 2 deletions tutorials/ruby-mvms-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ application in one place.

Begin by creating a new project or selecting an existing project for this tutorial.

<walkthrough-devshell-precreate></walkthrough-devshell-precreate>

<walkthrough-project-setup></walkthrough-project-setup>

For details, see
Expand Down