Skip to main content

`target-clickhouse` is a Singer target for clickhouse, built with the Meltano Singer SDK.

Project description

target-clickhouse

target-clickhouse is a Singer target for clickhouse.

Build with the Meltano Target SDK.

Configuration

Accepted Config Options

Setting Required Default Description
sqlalchemy_url False None SQLAlchemy connection string
table_name False None The name of the table to write to.
default_target_schema False None The default target database schema name to use for all 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.
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-clickhouse --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 matching environment variable is set either in the terminal context or in the .env file.

Source Authentication and Authorization

Usage

You can easily run target-clickhouse by itself or in a pipeline using Meltano.

Executing the Target Directly

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

Developer Resources

Follow these instructions to contribute to this project.

Initialize your Development Environment

pipx install poetry
poetry install

Start the Clickhouse container

In order to run the tests locally, you must have a Docker daemon running on your host machine.

You can start the Clickhouse container by running:

./docker_run_clickhouse.sh

Create and Run Tests

Create tests within the tests subfolder and then run:

poetry run pytest

You can also test the target-clickhouse CLI interface directly using poetry run:

poetry run target-clickhouse --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-clickhouse
meltano install

Now you can test and orchestrate using Meltano:

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

SDK Dev Guide

See the dev guide for more instructions on how to use the Meltano Singer 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

shaped_target_clickhouse-0.0.10.tar.gz (9.7 kB view details)

Uploaded Source

Built Distribution

shaped_target_clickhouse-0.0.10-py3-none-any.whl (11.2 kB view details)

Uploaded Python 3

File details

Details for the file shaped_target_clickhouse-0.0.10.tar.gz.

File metadata

  • Download URL: shaped_target_clickhouse-0.0.10.tar.gz
  • Upload date:
  • Size: 9.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.10.12 Linux/5.15.0-1042-azure

File hashes

Hashes for shaped_target_clickhouse-0.0.10.tar.gz
Algorithm Hash digest
SHA256 d65b799bc4ef068919d55f7126b94638a4339e30bf1315e77baa4cbaf5ebe3ae
MD5 97b6958a26e0ac2d46414b5b736a0e76
BLAKE2b-256 3bdf750bbd31fd24d9e67efffd9c88bd362ef03e03ae05dc0185217849a4737e

See more details on using hashes here.

File details

Details for the file shaped_target_clickhouse-0.0.10-py3-none-any.whl.

File metadata

File hashes

Hashes for shaped_target_clickhouse-0.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 04f27661a04ae4554fc94084231b1e57c7675864a0798657238690b26154e169
MD5 45f9a2a58d55b358d64dd8944d122ff8
BLAKE2b-256 b46eae538c42c4c7f95ba5774dc01a213a6b1fa54538f2418fd47ad5b91c076c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page