docs: clarify Cloud UDF dependency handling and version updates#239
Open
mintlify[bot] wants to merge 1 commit into
Open
docs: clarify Cloud UDF dependency handling and version updates#239mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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
Ports upstream clickhouse-docs#6410 — clarifies how Python dependencies are handled in Cloud UDFs and adds guidance on the Edit panel vs. creating a new version.
Changes
requirements.txtparagraph to explain that ClickHouse Cloud installs listed dependencies for you, and that bundling in the ZIP requires cached packages for both CPU architectures.Context
Mirrors merge commit
86aee3aonclickhouse/clickhouse-docsmain. i18n copies of the file (es/,ja/,ko/,pt-BR/,ru/,zh/) were intentionally left untouched per the migration rule to ignore translation directories.Note
Low Risk
Documentation-only prose changes with no runtime, security, or data-handling impact.
Overview
Documentation-only updates to the Cloud User-defined functions guide.
The
requirements.txtguidance now states that ClickHouse Cloud installs listed dependencies automatically, and contrasts that with bundling deps in the ZIP (which requires cached packages for both CPU architectures), recommendingrequirements.txtas the simpler path.Before the Create a new version steps, a new note explains that code changes require creating a new version—the Edit panel only controls which services a UDF is assigned to, so uploading a file there does not replace deployed code.
Reviewed by Cursor Bugbot for commit 84f01da. Bugbot is set up for automated code reviews on this repo. Configure here.