[PR #2020] [MERGED] fix token syntax; fix capitalization in MotherDuck #2060

Closed
opened 2026-02-17 17:23:01 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2020
Author: @elefeint
Created: 12/25/2025
Status: Merged
Merged: 12/25/2025
Merged by: @mdrxy

Base: mainHead: motherduck_fix_token_syntax


📝 Commits (2)

  • 7abd204 fix token syntax; fix capitalization in MotherDuck
  • 5d602d2 remove description; fix code block

📊 Changes

1 file changed (+8 additions, -6 deletions)

View changed files

📝 src/oss/python/integrations/providers/motherduck.mdx (+8 -6)

📄 Description

Overview

This page still had workaround MotherDuck token syntax from pre-duckdb-1.0. I updated the syntax and opportunistically fixed MotherDuck capitalization.

Type of change

Type: Update existing documentation

Related issues/PRs

I noticed this when working on testing https://github.com/langchain-ai/langchain-community/pull/487 , but it's not actually related.

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • n/a I have used root relative paths for internal links
  • n/a I have updated navigation in src/docs.json if needed

AI disclosure: I normally use Claude Code, but the docs it generates continue being too verbose so I rewrote this all to be minimal.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2020 **Author:** [@elefeint](https://github.com/elefeint) **Created:** 12/25/2025 **Status:** ✅ Merged **Merged:** 12/25/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `motherduck_fix_token_syntax` --- ### 📝 Commits (2) - [`7abd204`](https://github.com/langchain-ai/docs/commit/7abd204696dd18beaa42c23952ad9e60299c3aad) fix token syntax; fix capitalization in MotherDuck - [`5d602d2`](https://github.com/langchain-ai/docs/commit/5d602d272767242b3a70711d2b88b25d26c4f64c) remove description; fix code block ### 📊 Changes **1 file changed** (+8 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/motherduck.mdx` (+8 -6) </details> ### 📄 Description ## Overview This page still had workaround MotherDuck token syntax from pre-duckdb-1.0. I updated the syntax and opportunistically fixed MotherDuck capitalization. ## Type of change **Type:** Update existing documentation ## Related issues/PRs I noticed this when working on testing https://github.com/langchain-ai/langchain-community/pull/487 , but it's not actually related. ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - n/a I have used **root relative** paths for internal links - n/a I have updated navigation in `src/docs.json` if needed AI disclosure: I normally use Claude Code, but the docs it generates continue being too verbose so I rewrote this all to be minimal. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:23:01 -05:00
yindo closed this issue 2026-02-17 17:23:01 -05:00
yindo changed title from [PR #2020] fix token syntax; fix capitalization in MotherDuck to [PR #2020] [MERGED] fix token syntax; fix capitalization in MotherDuck 2026-06-05 18:16:26 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2060