Skip to content

Commit

Permalink
Fixed broken link in Source Bigquery spec (#7165)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-mawjee committed Oct 19, 2021
1 parent dc575f6 commit b79984a
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
{
"documentationUrl": "https://docs.airbyte.io/integrations/source/bigquery",
"documentationUrl": "https://docs.airbyte.io/integrations/sources/bigquery",
"supportsIncremental": true,
"supportsNormalization": true,
"supportsDBT": true,
Expand All @@ -23,7 +23,7 @@
},
"credentials_json": {
"type": "string",
"description": "The contents of the JSON service account key. Check out the <a href=\"https://docs.airbyte.io/integrations/source/bigquery\">docs</a> if you need help generating this key.",
"description": "The contents of the JSON service account key. Check out the <a href=\"https://docs.airbyte.io/integrations/sources/bigquery#setup-the-bigquery-source-in-airbyte\">docs</a> if you need help generating this key.",
"title": "Credentials JSON",
"airbyte_secret": true
}
Expand Down

0 comments on commit b79984a

Please sign in to comment.