tap-criteo is a Singer tap for Criteo.
Built with the Meltano SDK for Singer Taps.
uv tool install git+https://github.com/reservoir-data/tap-criteo.gitA full list of supported settings and capabilities for this tap is available by running:
tap-criteo --aboutYou can easily run tap-criteo by itself or in a pipeline using Meltano.
tap-criteo --version
tap-criteo --help
tap-criteo --config CONFIG --discover > ./catalog.jsonuv syncCreate tests within the tap_criteo/tests subfolder and
then run:
uv run pytestYou can also test the tap-criteo CLI interface directly using uv run:
uv run tap-criteo --helpTesting 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.
Install Meltano (if you haven't already) and any needed plugins:
# Install meltano
uv tool install meltano
# Initialize meltano within this directory
cd tap-criteo
meltano installNow you can test and orchestrate using Meltano:
# Test invocation:
meltano invoke tap-criteo --version
# OR run an EL pipeline:
meltano run tap-criteo target-jsonlSee the dev guide for more instructions on how to use the SDK to develop your own taps and targets.