Skip to content

Allow user to switch default schema in motherduck OLAP engine #7757

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

Merged
merged 4 commits into from
Aug 11, 2025

Conversation

k-anshul
Copy link
Member

@k-anshul k-anshul commented Aug 9, 2025

type: connector
driver: duckdb

path: "md:sample_data"
init_sql: >
  INSTALL 'motherduck';
  LOAD 'motherduck';
  SET motherduck_token='{{ .env.motherduck_token }}';

schema_name: nyc

Checklist:

  • Covered by tests
  • Ran it and it works as intended
  • Reviewed the diff before requesting a review
  • Checked for unhandled edge cases
  • Linked the issues it closes
  • Checked if the docs need to be updated. If so, create a separate Linear DOCS issue
  • Intend to cherry-pick into the release branch
  • I'm proud of this work!

@k-anshul k-anshul self-assigned this Aug 9, 2025
@k-anshul k-anshul requested a review from begelundmuller August 9, 2025 07:09
@begelundmuller begelundmuller merged commit 316dab5 into main Aug 11, 2025
11 checks passed
@begelundmuller begelundmuller deleted the schema_name_md branch August 11, 2025 09:25
k-anshul added a commit that referenced this pull request Aug 11, 2025
* allow user to change default schema in motherduck

* also add a test

* fix schema name
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.

2 participants