Skip to content

docs: fix dead dremio/js-sdk link in DISCOVERY_SERVICE_PLAN.md#31

Merged
rahim-bhojani merged 3 commits into
mainfrom
fix/issue-7-jssdk-dead-link
Jun 15, 2026
Merged

docs: fix dead dremio/js-sdk link in DISCOVERY_SERVICE_PLAN.md#31
rahim-bhojani merged 3 commits into
mainfrom
fix/issue-7-jssdk-dead-link

Conversation

@rahim-bhojani

Copy link
Copy Markdown
Contributor

What

Fixes the dead link reported in #7.

https://github.com/dremio/js-sdk returns 404 — the SDK's TypeScript source repository is internal to Dremio and not public. The public artifact is the npm package @dremio/js-sdk (latest 0.62.1, Apache-2.0).

Changes (docs only — DISCOVERY_SERVICE_PLAN.md)

  1. Source-of-truth link now points to the public npm package instead of the 404 GitHub repo, with a clarifying sentence on public-npm vs. internal-source.
  2. "Run it" block gets a note that scripts/parse_jssdk.py requires the SDK's src/*.ts (internal only) — the npm tarball ships compiled dist/ + .d.ts declarations only, so the parser can't run against the package. This is why the old git clone instructions no longer work publicly.
  3. New short section answering the reporter's question — how external users can explore all three SKUs today: docs.dremio.com and the .d.ts type declarations bundled in the npm package (@dremio/js-sdk/oss, /enterprise, /cloud).

Notes

  • No code changes; the conceptual js-sdk references in diagrams/tables/checklists are left intact (they refer to the SDK by npm name and remain valid).

Fixes #7

🤖 Generated with Claude Code

The GitHub repo https://github.com/dremio/js-sdk returns 404 — the SDK's
TypeScript source repository is internal and not public. Point the source-of-
truth link to the public npm package @dremio/js-sdk instead, flag that the PoC
parser requires the internal src/ (the npm tarball ships compiled dist/ only),
and add a short section answering how external users can explore all three SKUs
today (docs.dremio.com + the package's bundled .d.ts declarations).

Fixes #7

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 435dc93a27

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread DISCOVERY_SERVICE_PLAN.md

Run it:

> **Note (internal-only prerequisite):** `scripts/parse_jssdk.py` requires the SDK's TypeScript source (`src/*.ts`), which is only available from Dremio's internal SDK repository. The public npm package `@dremio/js-sdk` ships compiled `dist/` output only and cannot be parsed by this script.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove the public clone command from internal-only instructions

In this Run it section, the new note says the SDK source is internal-only, but the commands immediately below still tell readers to clone https://github.com/dremio/js-sdk.git, the same public 404 URL this change is meant to avoid. Anyone following the refreshed docs without Dremio-internal access still fails before parse_jssdk.py runs, so the block should use an internal checkout placeholder or be explicitly rewritten as internal-only.

Useful? React with 👍 / 👎.

rahim-bhojani and others added 2 commits June 15, 2026 11:31
Addresses Codex P2: the internal-only note still showed the public
github.com/dremio/js-sdk clone URL, so a public reader would still hit the
dead link. Use an <internal-js-sdk-repo> placeholder instead.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The plan doc points readers at this script, whose docstring still showed the
public github.com/dremio/js-sdk 404 URL. Use the internal-repo placeholder and
note the parser needs Dremio-internal SDK source (npm ships compiled dist only).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@rahim-bhojani rahim-bhojani merged commit 9b01b8d into main Jun 15, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Dead link in DISCOVERY_SERVICE_PLAN.md

1 participant