Align ClickHouse data analyst Cloud access with direct Query API#222
Open
alex-lum wants to merge 4 commits into
Open
Align ClickHouse data analyst Cloud access with direct Query API#222alex-lum wants to merge 4 commits into
alex-lum wants to merge 4 commits into
Conversation
Replace clickhousectl cloud service query with the direct ClickHouse Query API (CH_API_KEY / CH_API_SECRET via curl) for Cloud analytics. - data-analyst/SKILL.md: add explicit note that Cloud queries use the direct Query API, not clickhousectl cloud service query - skills/clickhouse/SKILL.md: rewrite to document two access paths: Path A (Cloud) = direct Query API via curl Path B (local/host-port) = clickhousectl local client Remove clickhousectl cloud auth and cloud service query from the Cloud workflow entirely Fixes the FORBIDDEN provisioning error on first use and removes the admin-key requirement for new users.
…in SKILL.md Convert bold markdown formatting (`**text**`) and em-dash separators (`—`) to plain text and hyphens (`-`) in list items across SKILL.md files for improved compatibility and readability.
…Cloud analytics Replace direct Query API usage with `clickhousectl cloud service query` using explicit per-user API key/secret credentials for ClickHouse Cloud analytics. Restrict `CH_QUERY_API_URL` usage to only when users explicitly provide a saved-query endpoint URL for preconfigured queries. Update README, SKILL.md, and clickhouse sub-skill docs to reflect the new recommended workflow and remove references to the old direct Query API approach.
… API endpoint Replace `clickhousectl cloud service query` with the configured direct ClickHouse Query API endpoint for Cloud analytics workflows. The previous approach relied on local service-query-key state and could auto-provision keys, which is undesirable. Update README, SKILL.md, and clickhouse skill docs to reflect the new preferred path using per-user `CH_API_KEY` / `CH_API_SECRET` credentials against the configured Query API URL directly.
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
CH_API_KEY/CH_API_SECRETcredentials authorized on the Prod Query API endpointclickhousectl cloud service queryfor Cloud analytics to prevent local service-query-key dependency and key sprawlclickhousectl local clientas the local/host-port pathValidation
git diff --checkgit diff --check origin/main...HEADnpm run validate