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

Don't cache DuckDB schema of externally registered tables #261

Merged
merged 4 commits into from
Mar 18, 2023

Conversation

jonmmease
Copy link
Collaborator

Follow up to #252.

When a chart references an external duckdb table (using a "table://{name}" URL string), we were caching the table's schema the first time it was accessed. But when working interactively, this table's schema may change.

After this PR, we only cache the schema of tables directly registered with the VegaFusion DuckDBConnection.

@jonmmease jonmmease merged commit d459de9 into main Mar 18, 2023
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.

None yet

1 participant