Skip to content

Fix docs spellcheck failure in the IBM Db2 provider - #72203

Merged
eladkal merged 1 commit into
apache:mainfrom
potiuk:fix-db2-spellcheck
Aug 28, 2026
Merged

Fix docs spellcheck failure in the IBM Db2 provider#72203
eladkal merged 1 commit into
apache:mainfrom
potiuk:fix-db2-spellcheck

Conversation

@potiuk

@potiuk potiuk commented Aug 28, 2026

Copy link
Copy Markdown
Member

The nightly Build documentation (--spellcheck-only) job has been failing on the new IBM Db2 provider: sphinxcontrib-spelling flags dbi in the Db2Hook.get_conn docstring, because the module name is written as unquoted prose. Quoting it as an RST literal excludes it from the spellcheck, as the build's own error message recommends.

Failing job: https://github.com/apache/airflow/actions/runs/33166271901/job/98838898069

Verified locally with breeze build-docs ibm.db2 --spellcheck-onlyFinished spell-checking successfully.


Was generative AI tooling used to co-author this PR?
  • Yes — Claude Code (Opus 5)

Generated-by: Claude Code (Opus 5) following the guidelines

The nightly docs build fails spellcheck on the Db2 hook because the
module name in the get_conn docstring is unquoted prose, so the checker
treats part of it as a misspelled word.
@eladkal
eladkal merged commit 9d54ac9 into apache:main Aug 28, 2026
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants