`tap-healthie` is a Singer tap for Healthie, built with the Meltano Singer SDK.
Project description
tap-healthie
tap-healthie
is a Singer tap for Healthie.
Built with the Meltano Tap SDK for Singer Taps.
Configuration
Accepted Config Options
Setting | Required | Default | Description |
---|---|---|---|
environment | False | None | The name of the environment, 'Sandbox' or 'Production' |
sandbox_api_key | False | None | The Sandbox API Key for authenticating to Healthie's API service |
production_api_key | False | None | The Production API Key for authenticating to Healthie's API service |
start_date | False | None | The earliest record date to sync |
stream_maps | False | None | Config object for stream maps capability. For more information check out Stream Maps. |
stream_map_config | False | None | User-defined config values to be used within map expressions. |
flattening_enabled | False | None | 'True' to enable schema flattening and automatically expand nested properties. |
flattening_max_depth | False | None | The max depth to flatten schemas. |
A full list of supported settings and capabilities is available by running: tap-healthie --about
Configure using environment variables
This Singer tap will automatically import any environment variables within the working directory's
.env
if the --config=ENV
is provided, such that config values will be considered if a matching
environment variable is set either in the terminal context or in the .env
file.
Source Authentication and Authorization
Usage
You can easily run tap-healthie
by itself or in a pipeline using Meltano.
Executing the Tap Directly
tap-healthie --version
tap-healthie --help
tap-healthie --config CONFIG --discover > ./catalog.json
Developer Resources
Follow these instructions to contribute to this project.
Initialize your Development Environment
pipx install poetry
poetry install
Create and Run Tests
Create tests within the tests
subfolder and
then run:
poetry run pytest
You can also test the tap-healthie
CLI interface directly using poetry run
:
poetry run tap-healthie --help
Testing with Meltano
Note: This tap will work in any Singer environment and does not require Meltano. Examples here are for convenience and to streamline end-to-end orchestration scenarios.
Next, install Meltano (if you haven't already) and any needed plugins:
# Install meltano
pipx install meltano
# Initialize meltano within this directory
cd tap-healthie
meltano install
Now you can test and orchestrate using Meltano:
# Test invocation:
meltano invoke tap-healthie --version
# OR run a test `elt` pipeline:
meltano elt tap-healthie target-jsonl
SDK Dev Guide
See the dev guide for more instructions on how to use the SDK to develop your own taps and targets.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fort_health_tap_healthie-0.0.1.tar.gz
.
File metadata
- Download URL: fort_health_tap_healthie-0.0.1.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.3 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5d1636bc871cf9d580a27bcaec3e37d097828a8526e75f0603f3786efce3b78 |
|
MD5 | c7c5ae4e03602266c2de51a921cf14e5 |
|
BLAKE2b-256 | da46c4dfce984d31e6da37f73df24d3359b283e1c3b6b952fb6b48fd6b5b60aa |
File details
Details for the file fort_health_tap_healthie-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: fort_health_tap_healthie-0.0.1-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.3 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51c4eefef4d8c67457042e9c99e2ca9f1f270f8d68c19eb1ae7985bd2ceb1869 |
|
MD5 | 85e1af32548e558c20d049ea2bc20fbc |
|
BLAKE2b-256 | e93fc567235f39548c1e3b99b3ee03f553faa3b46ff19696f9f12265a4da017f |