diff --git a/config_examples/bigquery.yaml b/config_examples/bigquery.yaml index 1f8eb81..4914a01 100644 --- a/config_examples/bigquery.yaml +++ b/config_examples/bigquery.yaml @@ -1,5 +1,5 @@ default_pulling_interval: 10 -token: "B28sfRmkntxf6YJdIwvN6urB7i7riiMbeEjJCGYY" +token: "**TOKEN**" platform_host_url: "http://localhost:8080" plugins: - type: bigquery_storage @@ -7,4 +7,4 @@ plugins: 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 \ No newline at end of file + exclude: [ patterns_to_exclude ] # Dataset name patterns to exclude