Conversation
|
You must have Developer access to commit code to ClickHouse on Vercel. If you contact an administrator and receive Developer access, commit again to see your changes. Learn more: https://vercel.com/docs/accounts/team-members-and-roles/access-roles#team-level-roles |
Blargian
left a comment
There was a problem hiding this comment.
Left a few suggestions, mainly related to CI complaints about sentence casing
| keywords: ['clickhouse', 'python', 'alembic', 'migrations', 'sqlalchemy', 'schema'] | ||
| description: 'Alembic database migration support for the ClickHouse SQLAlchemy dialect' | ||
| slug: /integrations/language-clients/python/alembic | ||
| title: 'Alembic Migrations' |
There was a problem hiding this comment.
| title: 'Alembic Migrations' | |
| title: 'Alembic migrations' |
CI complaining about not using sentence casing
| --- | ||
|
|
||
| # Querying data with ClickHouse Connect: Advanced usage {#querying-data-with-clickhouse-connect--advanced-usage} | ||
| # Advanced Querying {#advanced-querying} |
There was a problem hiding this comment.
| # Advanced Querying {#advanced-querying} | |
| # Advanced querying {#advanced-querying} |
| --- | ||
|
|
||
| # ClickHouse Connect driver API {#clickhouse-connect-driver-api} | ||
| # Driver API Reference {#driver-api-reference} |
There was a problem hiding this comment.
| # Driver API Reference {#driver-api-reference} | |
| # Driver API reference {#driver-api-reference} |
| import ConnectionDetails from '@site/docs/_snippets/_gather_your_details_http.mdx'; | ||
|
|
||
| # Introduction {#introduction} | ||
| # ClickHouse Connect {#clickhouse-connect} |
There was a problem hiding this comment.
I've added as an exception to https://github.com/ClickHouse/clickhouse-docs/blob/main/styles/ClickHouse/Headings.yml, error should go away with merge of main into this branch
Summary
Python docs refresh gearing up for 1.0.0 release.