Skip to content
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

better SQL docs #1860

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

better SQL docs #1860

wants to merge 1 commit into from

Conversation

Fil
Copy link
Contributor

@Fil Fil commented Dec 3, 2024

  • illustrates how to make sql fenced code blocks from a DuckDBClient instance
  • syncs the sql fenced code blocks with the mosaic db (thanks, @tel!)
  • gives better guidance for arbitrary query creation (with a safer approach for xxx IN(${array}))

@tel let me know what you think of this wording?

supersedes #1849
closes #1846

* illustrates how to make sql fenced code blocks from a DuckDBClient isntance
* syncs the sql fenced code blocks with the mosaic db  (thanks, @tel!)
* gives better guidance for arbitrary query creation (with a safer approach for `xxx IN(${array})`)

supersedes #1849
@Fil Fil requested a review from mbostock December 3, 2024 12:22
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.

Document how to support sql blocks from a customized DuckDB client
1 participant