@W-22900542 264 (2026.3) VizqlDataService python sdk update - #22
Open
yunlong-zhang-sfdc wants to merge 6 commits into
Open
@W-22900542 264 (2026.3) VizqlDataService python sdk update#22yunlong-zhang-sfdc wants to merge 6 commits into
yunlong-zhang-sfdc wants to merge 6 commits into
Conversation
yizhao1998
reviewed
Aug 7, 2026
yizhao1998
previously approved these changes
Aug 7, 2026
…into dev/yunlongzhang/264-update
Adds an opt-in --no-verify-ssl CLI flag to the examples runner so it can target internal test hosts whose certificate chain the local trust store cannot validate, while keeping verify_ssl=True as the SDK default. Also labels the published-datasource flow explicitly in section headers and the "Using ..." status line so its output is distinguishable from the static workbook datasource flow. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The examples package is executable sample code, not part of the shipped SDK surface, and its low measured coverage (~26%) was pulling the total down and rendering a red row on the CI coverage chart. Omitting it via [tool.coverage.run] narrows the report to the SDK proper (src, src.api) and the test suite. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Every push to main currently triggers publish-pypi against a pyproject.toml version that already exists on PyPI, which fails with 400 (file name reuse is immutable). Passing skip-existing: true converts the "already exists" case into a silent no-op so non-release merges to main stop red-X'ing CI. New-version pushes still publish normally. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 similar comment
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.
Description
Update the python sdk to 2026.3 including:
Type of Change
Checklist