Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

License

NotificationsYou must be signed in to change notification settings

DouweM/target-webp

Repository files navigation

target-webp is a Singer target for Webp.

Build with theMeltano Target SDK.

Configuration

Accepted Config Options

A full list of supported settings and capabilities for thistarget is available by running:

target-webp --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 matchingenvironment variable is set either in the terminal context or in the.env file.

Source Authentication and Authorization

Usage

You can easily runtarget-webp by itself or in a pipeline usingMeltano.

Executing the Target Directly

target-webp --versiontarget-webp --help# Test using the "Carbon Intensity" sample:tap-carbon-intensity| target-webp --config /path/to/target-webp-config.json

Developer Resources

Follow these instructions to contribute to this project.

Initialize your Development Environment

pipx install poetrypoetry install

Create and Run Tests

Create tests within thetests subfolder andthen run:

poetry run pytest

You can also test thetarget-webp CLI interface directly usingpoetry run:

poetry run target-webp --help

Testing withMeltano

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 meltanopipx install meltano# Initialize meltano within this directorycd target-webpmeltano install

Now you can test and orchestrate using Meltano:

# Test invocation:meltano invoke target-webp --version# OR run a test `elt` pipeline with the Carbon Intensity sample tap:meltano elt tap-carbon-intensity target-webp

SDK Dev Guide

See thedev guide for more instructions on how to use the Meltano Singer SDK todevelop your own Singer taps and targets.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp