Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
chore: Update bigquery.yaml (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vixtir authored Sep 22, 2023
1 parent 37319d1 commit 20c211f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config_examples/bigquery.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
default_pulling_interval: 10
token: "B28sfRmkntxf6YJdIwvN6urB7i7riiMbeEjJCGYY"
token: "**TOKEN**"
platform_host_url: "http://localhost:8080"
plugins:
- type: bigquery_storage
name: bigquery_storage_adapter
project: project_name
datasets_filter: # Optional, if not provided all datasets from the project will be fetched
include: [ patterns_to_include ] # Dataset name patterns to include
exclude: [ patterns_to_exclude ] # Dataset name patterns to exclude
exclude: [ patterns_to_exclude ] # Dataset name patterns to exclude

0 comments on commit 20c211f

Please sign in to comment.