Skip to content

fix: Mark spark_remote parameter as Required in Spark connector docs#1674

Merged
lukekim merged 1 commit into
trunkfrom
fix/spark-remote-required
May 7, 2026
Merged

fix: Mark spark_remote parameter as Required in Spark connector docs#1674
lukekim merged 1 commit into
trunkfrom
fix/spark-remote-required

Conversation

@claudespice
Copy link
Copy Markdown
Collaborator

Summary

  • The spark_remote parameter is declared as .required() in the Spark connector code (crates/data-connectors/connector-spark/src/lib.rs line 109), but the docs did not label it as Required.
  • Added "Required." to the spark_remote parameter description in the Configuration section across vNext and all versioned docs (1.5.x through 1.11.x).

Test plan

  • Verify spark_remote shows "Required." in the Configuration section on vNext docs
  • Verify all versioned docs (1.5.x-1.11.x) consistently show "Required." for spark_remote

The spark_remote parameter is declared as .required() in the connector
code (connector-spark/src/lib.rs), but the docs did not indicate this.
Add "Required." to the spark_remote parameter description across vNext
and all versioned docs (1.5.x-1.11.x).
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

🔍 Pull with Spice Failed

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

Failed checks:

  • ❌ At least one assignee is required for this pull request.

Please address these issues and update your pull request.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

🚀 deployed to https://439fb00f.spiceai-org-website.pages.dev

@lukekim lukekim merged commit d570ef6 into trunk May 7, 2026
6 of 10 checks passed
@lukekim lukekim deleted the fix/spark-remote-required branch May 7, 2026 15:54
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