This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: "4.6.2" | |
| type: DeclarativeSource | |
| definitions: | |
| authenticator: | |
| type: BearerAuthenticator | |
| api_token: "{{ config['client_secret'] }}" | |
| base_requester: | |
| type: HttpRequester |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| some,data | |
| 1,a | |
| 2,b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "streams": [ | |
| { | |
| "stream": { | |
| "name": "characters", | |
| "json_schema": {}, | |
| "supported_sync_modes": [ | |
| "full_refresh" | |
| ] | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "openapi": "3.0.1", | |
| "info": { | |
| "title": "Kaggle API", | |
| "description": "API for kaggle.com", | |
| "termsOfService": "https://www.kaggle.com/terms", | |
| "contact": { | |
| "name": "Contact Kaggle", | |
| "url": "https://www.kaggle.com/contact" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "$id": "https://github.com/airbytehq/airbyte/blob/master/airbyte-protocol/models/src/main/resources/airbyte_protocol/airbyte_protocol.yaml", | |
| "title": "AirbyteProtocol", | |
| "type": "object", | |
| "description": "AirbyteProtocol structs", | |
| "version": "0.3.2", | |
| "properties": { | |
| "airbyte_message": { | |
| "$ref": "#/definitions/AirbyteMessage" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # First install Python 3.9. This can be installed from Windows Store or using winget. | |
| # Make sure key libraries/tools are updated | |
| pip install --upgrade wheel | |
| pip install --upgrade setuptools | |
| pip install --upgrade pip | |
| # Install the C++ Build Tools v14 or greater: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {{! Meltano Docstring Template - Same as Google but delegates type hinting to the function signature | |
| Save locally and use with this VS Code extension: | |
| https://marketplace.visualstudio.com/items?itemName=njpwerner.autodocstring }} | |
| {{summaryPlaceholder}} | |
| {{extendedSummaryPlaceholder}} | |
| {{#parametersExist}} | |
| Args: | |
| {{#args}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # First step: download and install Winget using the latest from GitHub releases here: https://github.com/microsoft/winget-cli/releases | |
| As of Aug 25, 2021: https://github.com/microsoft/winget-cli/releases/download/v1.0.11692/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle | |
| # Confirm winget is installed | |
| winget --help | |
| # How to search: | |
| winget search VS Code |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Privacy Policy | |
| No data is shared externally. Each person is responsible for creating and managing their own API tokens and secrets. |
NewerOlder