Singer target for redcap, built with the Meltano Singer SDK.
Project description
target-redcap
target-redcap
is a Singer target for redcap.
Build with the Meltano Target SDK.
Configuration
Accepted Config Options
A full list of supported settings and capabilities for this target is available by running:
target-redcap --about
Configure using environment variables
This Singer target 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 target-redcap
by itself or in a pipeline using Meltano.
Executing the Target Directly
target-redcap --version
target-redcap --help
# Test using the "Carbon Intensity" sample:
tap-carbon-intensity | target-redcap --config /path/to/target-redcap-config.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 target-redcap
CLI interface directly using poetry run
:
poetry run target-redcap --help
Testing with Meltano
Note: This target 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 target-redcap
meltano install
Now you can test and orchestrate using Meltano:
# Test invocation:
meltano invoke target-redcap --version
# OR run a test `elt` pipeline with the Carbon Intensity sample tap:
meltano run tap-carbon-intensity target-redcap
SDK Dev Guide
See the dev guide for more instructions on how to use the Meltano Singer SDK to develop your own Singer taps and targets.
Project details
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 target_redcap-0.0.1.tar.gz
.
File metadata
- Download URL: target_redcap-0.0.1.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.6 Darwin/22.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bffd4de12f1b91b449949834a06d798baa54d544097a18f92ea6adb8249133bb |
|
MD5 | 14723e99f89816de4c96c3a059bd4f1d |
|
BLAKE2b-256 | 512d766f22c7c4df4c45fbd9c17074d042e82b3ea7cf30b42c7ef9f83080c5fb |
File details
Details for the file target_redcap-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: target_redcap-0.0.1-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.6 Darwin/22.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 987d8031046f7955b733e0f2e297de2f02dc1ceefd44ec6e544b252f14d8c683 |
|
MD5 | 3e0f934b12b8eb1005bed4dfc095a9d9 |
|
BLAKE2b-256 | 1abc8417ffd82a51fa743a38e519e2a65d7ac2a0d93fe3dba9a86a1b0074cfc5 |