Skip to content

Update doc with DuckDB version requirement for querying JSON columns in the Tailpipe database #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Priyanka-Chatterjee-2000
Copy link

@Priyanka-Chatterjee-2000 Priyanka-Chatterjee-2000 commented Jul 21, 2025

Issue Link: turbot/tailpipe#164

Copy link

Preview Available 🚀

Commit Author: Ved misra
Commit Message: Add CHANGELOG for the SDK update of all the plugins to v0.9.2 (#89)

Preview Link: tailpipe-io-git-docs-update-duckdb-version-requirement-turbot.vercel.app

Co-authored-by: Puskar Basu <45908484+pskrbasu@users.noreply.github.com>
@pskrbasu pskrbasu requested a review from johnsmyth July 24, 2025 15:13
@@ -36,9 +36,12 @@ tailpipe connect --from 2025-01-01
```

> [!NOTE]
> You could use this connection string with DuckDB:
> You can use this connection string with DuckDB to directly query the Tailpipe database.
To ensure compatibility with tables that include JSON columns, make sure you’re using DuckDB version 1.1.3 or later.
Copy link
Contributor

Choose a reason for hiding this comment

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

Is that because the JSON extension is installed/enabled by default? Could you also install it in an older version, or disable it in a newer version? Are there any other extensions that are required/recommended?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants