Add Apache Airflow provider integration page#6437
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
4 Skipped Deployments
|
chernser
approved these changes
Jun 23, 2026
koletzilla
reviewed
Jun 24, 2026
| 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' |
Contributor
There was a problem hiding this comment.
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
clickhousedb, which looks like the "official" one as it's defined at setup time: https://github.com/ClickHouse/clickhouse-connect/blob/main/setup.py#L83-L84clickhouse, which is defined only if this class is imported, which made me thing it's not available all the time: https://github.com/ClickHouse/clickhouse-connect/blob/main/clickhouse_connect/cc_sqlalchemy/__init__.py#L13-L14
…into add-clickhouse-airflow-provider
dhtclk
approved these changes
Jun 24, 2026
koletzilla
approved these changes
Jun 26, 2026
|
Docs PR opened: ClickHouse/mintlify-docs-dev#285 Added an Apache Airflow integration guide and linked it from the data ingestion index and navigation. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Checklist