Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hotfix: fix syntax error in hrefs in specs #921

Merged
merged 1 commit into from
Nov 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
},
"credentials_json": {
"type": "string",
"description": "The contents of the JSON service account key. Check out the <a href\"https://docs.airbyte.io/integrations/destinations/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/destinations/bigquery\">docs</a> if you need help generating this key."
},
"basic_normalization": {
"type": "boolean",
"default": false,
"description": "Whether or not to normalize the data in the destination. See <a href\"https://docs.airbyte.io/integrations/high-level-overview/basic-normalization.md\">basic normalization</a> for more details.",
"description": "Whether or not to normalize the data in the destination. See <a href=\"https://docs.airbyte.io/integrations/high-level-overview/basic-normalization.md\">basic normalization</a> for more details.",
"examples": [true, false]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"basic_normalization": {
"type": "boolean",
"default": false,
"description": "Whether or not to normalize the data in the destination. See <a href\"https://docs.airbyte.io/integrations/high-level-overview/basic-normalization.md\">basic normalization</a> for more details.",
"description": "Whether or not to normalize the data in the destination. See <a href=\"https://docs.airbyte.io/integrations/high-level-overview/basic-normalization.md\">basic normalization</a> for more details.",
"examples": [true, false]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"basic_normalization": {
"type": "boolean",
"default": false,
"description": "Whether or not to normalize the data in the destination. See <a href\"https://docs.airbyte.io/integrations/high-level-overview/basic-normalization.md\">basic normalization</a> for more details.",
"description": "Whether or not to normalize the data in the destination. See <a href=\"https://docs.airbyte.io/integrations/high-level-overview/basic-normalization.md\">basic normalization</a> for more details.",
"examples": [true, false]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"credentials_json": {
"type": "string",
"description": "The contents of the JSON service account key. See the <a href\"https://docs.airbyte.io/integrations/sources/googlesheets\">docs</a> for more information on how to generate this key."
"description": "The contents of the JSON service account key. See the <a href=\"https://docs.airbyte.io/integrations/sources/googlesheets\">docs</a> for more information on how to generate this key."
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"properties": {
"credentials_json": {
"type": "string",
"description": "The contents of the JSON service account key. Check out the <a href\"https://docs.airbyte.io/integrations/sources/googleanalytics\">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/googleanalytics\">docs</a> if you need help generating this key."
},
"view_id": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"examples": ["2017-01-25T00:00:00Z"]
},
"is_sandbox": {
"description": "Whether or not the the app is in a Salesforce sandbox. If you do not know what this, assume it is false. We provide more info on this field in the <a href\"https://docs.airbyte.io/integrations/destinations/salesforce#is_sandbox\">docs</a>.",
"description": "Whether or not the the app is in a Salesforce sandbox. If you do not know what this, assume it is false. We provide more info on this field in the <a href=\"https://docs.airbyte.io/integrations/destinations/salesforce#is_sandbox\">docs</a>.",
"type": "boolean",
"default": false
},
Expand Down