Skip to content

fix: Correct ABFS typo, add missing parameters and defaults#1676

Merged
lukekim merged 1 commit into
trunkfrom
fix/abfs-typo-and-missing-params
May 7, 2026
Merged

fix: Correct ABFS typo, add missing parameters and defaults#1676
lukekim merged 1 commit into
trunkfrom
fix/abfs-typo-and-missing-params

Conversation

@claudespice
Copy link
Copy Markdown
Collaborator

Summary

  • Fix abfs_proxy_exludesabfs_proxy_excludes typo (missing 'c') in versioned docs v1.5.x through v1.11.x
  • Add missing abfs_container_name and abfs_use_fabric_endpoint parameters to vNext docs (present in code at abfs.rs but not documented)
  • Add missing default values for abfs_use_emulator (false) and abfs_max_retries (3) in vNext docs

Test plan

  • Verify grep -rn "proxy_exludes" website/ returns zero hits (typo fully eliminated)
  • Verify vNext ABFS docs page renders correctly with the new parameters and defaults
  • Verify versioned docs still render correctly after the typo fix

- Fix `abfs_proxy_exludes` → `abfs_proxy_excludes` typo in v1.5.x through v1.11.x
- Add missing `abfs_container_name` and `abfs_use_fabric_endpoint` parameters to vNext docs
- Add missing default values for `abfs_use_emulator` (false) and `abfs_max_retries` (3) in vNext docs
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

✅ Pull with Spice Passed

Passing checks:

  • ✅ Title meets minimum length requirement (10 characters)
  • ✅ Has at least one of the required labels: area/blog, area/docs, area/cookbook, dependencies
  • ✅ No banned labels detected
  • ✅ Has at least one assignee: claudespice

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

🚀 deployed to https://8970c039.spiceai-org-website.pages.dev

@lukekim lukekim merged commit 481c2ae into trunk May 7, 2026
9 of 10 checks passed
@lukekim lukekim deleted the fix/abfs-typo-and-missing-params branch May 7, 2026 15:53
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