Description
Table of contents:
[TOC]
Get the API token, register application, etc.
Feature | Note |
---|---|
Generic UI form | Dynamic UI form |
Row Based configuration | Allows structuring the configuration in rows. |
oAuth | oAuth authentication enabled |
Incremental loading | Allows fetching data in new increments. |
Backfill mode | Support for seamless backfill setup. |
Date range filter | Specify date range. |
If you need more endpoints, please submit your request to ideas.keboola.com
List of tables, foreign keys, schema.
If required, change local data folder (the CUSTOM_FOLDER
placeholder) path to
your custom path in the docker-compose.yml
file:
volumes:
- ./:/code
- ./CUSTOM_FOLDER:/data
Clone this repository, init the workspace and run the component with following command:
git clone https://github.com/jordanrburger/keboola.app-hightouch keboola.app-hightouch
cd keboola.app-hightouch
docker-compose build
docker-compose run --rm dev
Run the test suite and lint check using this command:
docker-compose run --rm test
For information about deployment and integration with KBC, please refer to the deployment section of developers documentation