Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
judahrand committed Feb 22, 2022
1 parent 19e3531 commit 7e8af19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ Full list of options in `config.json`:

| Property | Type | Required? | Description |
| ------------------------------------- | --------- | ------------ | --------------------------------------------------------------- |
| project_id | String | Yes | BigQuery project |
| project_id | String | Yes | BigQuery project
| gcs_bucket | String | Yes | Google Cloud Storage Bucket to use to stage files |
| gcs_key_prefix | String | | Prefix to use for staged files in Google Cloud Storage |
| location | String | | Region where BigQuery stores your dataset |
| default_target_schema | String | | Name of the schema where the tables will be created. If `schema_mapping` is not defined then every stream sent by the tap is loaded into this schema. |
| default_target_schema_select_permission | String | | Grant USAGE privilege on newly created schemas and grant SELECT privilege on newly created |
Expand Down

0 comments on commit 7e8af19

Please sign in to comment.