Skip to content

Add Apache Airflow provider integration page#6437

Merged
BentsiLeviav merged 3 commits into
mainfrom
add-clickhouse-airflow-provider
Jun 26, 2026
Merged

Add Apache Airflow provider integration page#6437
BentsiLeviav merged 3 commits into
mainfrom
add-clickhouse-airflow-provider

Conversation

@BentsiLeviav

Copy link
Copy Markdown
Contributor

Summary

Checklist

@BentsiLeviav BentsiLeviav requested review from a team as code owners June 23, 2026 20:00
@vercel

vercel Bot commented Jun 23, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clickhouse-docs Ready Ready Preview Jun 24, 2026 5:28pm
4 Skipped Deployments
Project Deployment Actions Updated (UTC)
clickhouse-docs-jp Ignored Ignored Jun 24, 2026 5:28pm
clickhouse-docs-ko Ignored Ignored Preview Jun 24, 2026 5:28pm
clickhouse-docs-ru Ignored Ignored Preview Jun 24, 2026 5:28pm
clickhouse-docs-zh Ignored Ignored Preview Jun 24, 2026 5:28pm

Request Review

Set the connection through an environment variable. The URI form covers host, credentials, and database:

```bash
export AIRFLOW_CONN_CLICKHOUSE_DEFAULT='clickhouse://default:password@localhost:8123/my_database'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not 100% sure about this, but I think we need to use clickhousedb as the driver name here.

I think clickhouse also works but that is also used by the module clickhouse-sqlalchemy, so it may cause problems if both modules are installed.

Checking the code of clickhouse-connect I can see both strings may be used, so to be honest I'm not sure which should we add here 🤔 CC @joe-clickhouse

@BentsiLeviav BentsiLeviav merged commit 9fb6b54 into main Jun 26, 2026
17 checks passed
@mintlify

mintlify Bot commented Jun 26, 2026

Copy link
Copy Markdown

Docs PR opened: ClickHouse/mintlify-docs-dev#285

Added an Apache Airflow integration guide and linked it from the data ingestion index and navigation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants