`target-apprise` is a Singer target for Apprise, built with the Meltano SDK for Singer Targets.
Project description
target-apprise
Target for Apprise.
Tap was created by AutoIDM
Built with the Meltano SDK for Singer Taps and Targets. Curious about Meltano? I'd recommend checking out the Meltano Hub for a large number of taps/targets available to connect data with!
Usage
Basic Usage with a Slack URI
pipx install meltano
#Note that you have to escape the quotes, dotenv is nice as it's not committed along with your repo keeping your secrets, secret!
meltano config target-apprise set uris [\"https://hooks.slack.com/services/tokenhere/tokenhere/tokenhere\"] --store dotenv
meltano invoke target-apprise --version
# Note that instead of input example, you can setup data to come from anywhere (Normally it'd be from a DB / DW via a singer tap)
cat usage_examples/input_example.jsonl | meltano invoke target-apprise
Dynamically Providing Target Emails
When uri_replacement
is enabled, we can defer defining a portion of a URI until runtime, when it will be dynamically configured based on the record provided to the target. The below example uses a URI of "ses://from_email@example.com/ABC123A3F7U3V21B38RA/ABC123PBDYXSpr0CfEPhZA4tm8HWdSARgC8bKDl1/us-east-2/{_sdc_replace_target_email}/"
, where _sdc_replace_target_email
is then configured individually for each row sent to the target.
pipx install meltano
# Use your own from_email, AWS access key, and AWS secret key instead of these fake ones.
meltano config target-apprise set uris [\"ses://from_email@example.com/ABC123A3F7U3V21B38RA/ABC123PBDYXSpr0CfEPhZA4tm8HWdSARgC8bKDl1/us-east-2/{_sdc_replace_target_email}/\"] --store dotenv
meltano config target-apprise set uri_replacement true --store dotenv
meltano invoke target-apprise --version
cat usage_examples/input_example_with_dynamic_target_email.jsonl | meltano invoke target-apprise
Sponsors
Want to become a sponsor? Reach out to us at autoidm.com
Capabilities
about
stream-maps
schema-flattening
Settings
Setting | Required | Default | Description |
---|---|---|---|
uris | True | None | Array of apprise URIs,checkout https://github.com/caronc/apprise |
uri_replacement | True | 0 | If enabled, allows for uris to be dynamically configured. Any fields in the record that have a name beginning with _sdc_replace_ , will have their value substituted in for a matching string in the URI. See an example here. |
add_record_metadata | False | None | Add metadata to records. |
load_method | False | append-only | The method to use when loading data into the destination. append-only will always write all input records whether that records already exists or not. upsert will update existing records and insert new records. overwrite will delete all existing records and insert all input records. |
batch_size_rows | False | None | Maximum number of rows in each batch. |
validate_records | False | 1 | Whether to validate the schema of the incoming streams. |
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. |
faker_config | False | None | Config for the Faker instance variable fake used within map expressions. Only applicable if the plugin specifies faker as an addtional dependency (through the singer-sdk faker extra or directly). |
faker_config.seed | False | None | Value to seed the Faker generator for deterministic output: https://faker.readthedocs.io/en/master/#seeding-the-generator |
faker_config.locale | False | None | One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization |
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: target-apprise --about
Note that uris are sensitive information, so be sure to set these in your .env
file if you're using Meltano.
Source Authentication and Authorization
Usage
You can easily run target-apprise
by itself or in a pipeline using Meltano.
Executing the Target Directly
target-apprise --version
target-apprise --help
# Test using the sample in this repo:
cat usage_examples/input_example.jsonl | target-apprise --config /path/to/target-apprise-config.json
Developer Resources
Initialize your Development Environment
pipx install poetry
poetry install
Create and Run Tests
Create tests within the target_apprise/tests
subfolder and
then run:
poetry run pytest
You can also test the target-apprise
CLI interface directly using poetry run
:
poetry run target-apprise --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-apprise
meltano install
Now you can test and orchestrate using Meltano:
# Test invocation:
meltano invoke target-apprise --version
# OR run a test `elt` pipeline with the Carbon Intensity sample tap:
cat usage_examples/input_example.jsonl | meltano invoke target-apprise
SDK Dev Guide
See the dev guide for more instructions on how to use the Meltano 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_apprise-0.1.0.tar.gz
.
File metadata
- Download URL: target_apprise-0.1.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e92653e2222daca7666d2ca200ffa6cd38d8693b4df851910a27066e63a0911 |
|
MD5 | 713503835107c93431d0b8bf7b61dcca |
|
BLAKE2b-256 | 8b14cf163a2978d1f0c62633197dbab26404432f961bb7e5a759391b83482f96 |
Provenance
The following attestation bundles were made for target_apprise-0.1.0.tar.gz
:
Publisher:
release.yml
on AutoIDM/target-apprise
-
Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
target_apprise-0.1.0.tar.gz
- Subject digest:
8e92653e2222daca7666d2ca200ffa6cd38d8693b4df851910a27066e63a0911
- Sigstore transparency entry: 148654401
- Sigstore integration time:
- Predicate type:
File details
Details for the file target_apprise-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: target_apprise-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33e9d1a81c109b9d97b1b573ff18ac0d36c8a632a52a330ce9d87850730f877e |
|
MD5 | 6dac8c7b3c482de7cf02fcea8f37e6ff |
|
BLAKE2b-256 | 6d92d3091840c957dfb7c9a1a8c3e032c9d9d188680279164bf38a261f38f1f5 |
Provenance
The following attestation bundles were made for target_apprise-0.1.0-py3-none-any.whl
:
Publisher:
release.yml
on AutoIDM/target-apprise
-
Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
target_apprise-0.1.0-py3-none-any.whl
- Subject digest:
33e9d1a81c109b9d97b1b573ff18ac0d36c8a632a52a330ce9d87850730f877e
- Sigstore transparency entry: 148654409
- Sigstore integration time:
- Predicate type: