1
0
mirror of synced 2025-12-26 14:02:10 -05:00
Files
airbyte/airbyte-integrations/bases/base-normalization/docker-compose.yaml
Simon Späti 2bbc4f6f83 🎉 New Destination: DuckDB (#17494)
This is the first version of the DuckDB destination. There are potential edge cases that still need to be taken care of. But looking forward to your feedback.
2023-02-07 11:33:10 +01:00

23 lines
819 B
YAML

version: "3.7"
# this file only exists so that we can easily check that all of these images exist in docker hub in check_images_exist.sh
services:
normalization:
image: airbyte/normalization:${VERSION}
normalization-mssql:
image: airbyte/normalization-mssql:${VERSION}
normalization-mysql:
image: airbyte/normalization-mysql:${VERSION}
normalization-oracle:
image: airbyte/normalization-oracle:${VERSION}
normalization-clickhouse:
image: airbyte/normalization-clickhouse:${VERSION}
normalization-snowflake:
image: airbyte/normalization-snowflake:${VERSION}
normalization-redshift:
image: airbyte/normalization-redshift:${VERSION}
normalization-tidb:
image: airbyte/normalization-tidb:${VERSION}
normalization-duckdb:
image: airbyte/normalization-duckdb:${VERSION}