tap-amazon-sqs
tap-amazon-sqs is a Singer tap for amazon-sqs.
Built with the Meltano Tap SDK for Singer Taps.
Configuration
Accepted Config Options
A full list of supported settings and capabilities for this tap is available by running:
tap-amazon-sqs --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-amazon-sqs by itself or in a pipeline using Meltano.
Executing the Tap Directly
tap-amazon-sqs --version
tap-amazon-sqs --help
tap-amazon-sqs --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-amazon-sqs CLI interface directly using poetry run:
poetry run tap-amazon-sqs --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-amazon-sqs
meltano install
Now you can test and orchestrate using Meltano:
# Test invocation:
meltano invoke tap-amazon-sqs --version
# OR run a test `elt` pipeline:
meltano elt tap-amazon-sqs 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.
Release files for tap-amazon-sqs 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tap_amazon_sqs-0.0.1.tar.gz | 5.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tap_amazon_sqs-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.4 kB
Release files / tap_amazon_sqs-0.0.1.tar.gz
| Download URL | tap_amazon_sqs-0.0.1.tar.gz |
|---|---|
| Size | 5.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7e342e73065bea6c2ab0eab23d222ad8266fa5807339e81e4e51ca71eb33f99e
|
|
BLAKE2b-256 checksum How to use checksums |
09a1ed1670ef29c60c494d7f013cd7b6a04de1464c28523dba2893d29ca7e701
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.4.2 CPython/3.9.13 Darwin/22.4.0
|
Release files / tap_amazon_sqs-0.0.1-py3-none-any.whl
| Download URL | tap_amazon_sqs-0.0.1-py3-none-any.whl |
|---|---|
| Size | 6.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0dc82bbca7a448f22338536053340e1de41c9a1b854e91601ca562b977717a73
|
|
BLAKE2b-256 checksum How to use checksums |
cd6fcacd1288ebaefb9c38f59ffc140a3c593954614b87b0438e8d03081cc64e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.4.2 CPython/3.9.13 Darwin/22.4.0
|