From 572da7f433ca2c223993ba9bdd82d0355940d3e5 Mon Sep 17 00:00:00 2001 From: techtaco86 <159764443+techtaco86@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:40:53 +0000 Subject: [PATCH] Minor improvements in BigQueryArgumentSetter-action.md --- docs/BigQueryArgumentSetter-action.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/BigQueryArgumentSetter-action.md b/docs/BigQueryArgumentSetter-action.md index 2348fd319..d985cd60c 100644 --- a/docs/BigQueryArgumentSetter-action.md +++ b/docs/BigQueryArgumentSetter-action.md @@ -2,12 +2,12 @@ Description ----------- - Performs an BigQueryTable Query request to fetch arguments to set in the pipeline. + Performs a BigQueryTable Query request to fetch arguments to set in the pipeline. This is most commonly used when the structure of a pipeline is static, and its configuration needs to be managed outside the pipeline itself. - Arguments name must match column name in BigQueryTable + Argument names must match column names in BigQueryTable Credentials ----------- @@ -34,7 +34,7 @@ configured Project ID. `BigQuery Data Viewer` role on this project must be grant to read BigQuery data from this project. **Dataset Name**: Dataset the table belongs to. A dataset is contained within a specific project. - Datasets are top-level containers that are used to organize and control access to tables and views. + Datasets are top-level containers used to organize and control access to tables and views. **Table**: Table to read from. A table contains individual records organized in rows. Each record is composed of columns (also called fields). @@ -43,9 +43,9 @@ to read BigQuery data from this project. **Argument Selection Conditions**: A set of conditions for identifying the arguments to run a pipeline. A particular use case for this would be feed=marketing; date=20200427. - **Arguments Columns**: Name of the columns, separated by comma that contains the arguments for this run + **Arguments Columns**: Name of the columns, separated by commas, that contains the arguments for this run. - **Service Account** - service account key used for authorization + **Service Account** - service account key used for authorization. * **File Path**: Path on the local file system of the service account key used for authorization. Can be set to 'auto-detect' when running on a Dataproc cluster.