Skip to content

docs(dremio): correct PAT terminology in deployment troubleshooting#1844

Open
claudespice wants to merge 1 commit into
trunkfrom
docs-dremio-pat-terminology
Open

docs(dremio): correct PAT terminology in deployment troubleshooting#1844
claudespice wants to merge 1 commit into
trunkfrom
docs-dremio-pat-terminology

Conversation

@claudespice

Copy link
Copy Markdown
Collaborator

Summary

The Dremio data connector authenticates with username/password onlyCredentials::new(username, password) (connector-dremio/src/lib.rs), and its PARAMETERS array exposes exactly dremio_endpoint, dremio_username, dremio_password. There is no personal-access-token (PAT) parameter.

The UNAUTHENTICATED troubleshooting row in the Dremio deployment guide referenced an "expired PAT" and told users to "regenerate the PAT via Dremio UI." This contradicted the page's own Authentication section (which correctly documents username/password) and pointed users at a credential type the connector doesn't use.

What the docs said:

UNAUTHENTICATED on handshake | Wrong credentials or expired PAT. | Verify credentials; regenerate the PAT via Dremio UI.

What the code does: username/password via Flight SQL Credentials::new(...); no PAT handling.

Fix: reworded the row to reference the actual dremio_username / dremio_password credentials.

Source ref

  • spiceai/spiceai @ trunkcrates/data-connectors/connector-dremio/src/lib.rs (PARAMETERS = username/password/endpoint; create() builds Credentials::new(username, password))

Test plan

  • cd website && npm run build passes (Docusaurus build succeeded — Generated static files in "build")
  • Versioned-docs propagation checked — PAT for Dremio appeared only in vNext + version-2.0.x deployment.md (the page doesn't exist in older versions); both fixed
  • Files updated: 2 (vNext + version-2.0.x)

The Dremio connector authenticates with username/password only
(Credentials::new(username, password) in connector-dremio/src/lib.rs);
it has no personal-access-token parameter. The UNAUTHENTICATED
troubleshooting row referenced an 'expired PAT' and 'regenerate the
PAT', contradicting the page's own username/password auth section.
Reworded to reference the dremio_username/dremio_password credentials.
@github-actions

github-actions Bot commented Jun 14, 2026

Copy link
Copy Markdown

✅ 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

1 similar comment
@github-actions

Copy link
Copy Markdown

✅ 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

🔍 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

✅ 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

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

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.

1 participant