tap-hotglue is a Singer tap for Hotglue.
pipx install tap-hotglueA full list of supported settings and capabilities for this tap is available by running:
tap-hotglue --aboutThis 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.
You can easily run tap-hotglue by itself or in a pipeline.
tap-hotglue --version
tap-hotglue --help
tap-hotglue --config CONFIG --discover > ./catalog.jsonpipx install poetry
poetry installCreate tests within the tap_hotglue/tests subfolder and
then run:
poetry run pytestYou can also test the tap-hotglue CLI interface directly using poetry run:
poetry run tap-hotglue --help