{ "source": { "type": "bigquery", "config": { "service_name": "gcp_bigquery", "options":{ "credentials":{ "type": "service_account", "project_id": "project_id", "private_key_id": "private_key_id", "private_key": "", "client_email": "gcpuser@project_id.iam.gserviceaccount.com", "client_id": "", "auth_uri": "https://accounts.google.com/o/oauth2/auth", "token_uri": "https://oauth2.googleapis.com/token", "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", "client_x509_cert_url": "" } }, "table_filter_pattern": { "excludes": [ "[\\w]*cloudaudit.*", "[\\w]*logging_googleapis_com.*", "[\\w]*clouderrorreporting.*" ] } } }, "sink": { "type": "metadata-rest", "config": { "api_endpoint": "http://localhost:8585/api" } }, "metadata_server": { "type": "metadata-server", "config": { "api_endpoint": "http://localhost:8585/api", "auth_provider_type": "no-auth" } } }