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

Support schema-less data files #32

Closed
kevlarr opened this issue May 21, 2022 · 1 comment · Fixed by #51
Closed

Support schema-less data files #32

kevlarr opened this issue May 21, 2022 · 1 comment · Fixed by #51
Labels
enhancement New feature or request

Comments

@kevlarr
Copy link
Collaborator

kevlarr commented May 21, 2022

Schemas aren't always known up front and might be specified by a connection string, so hardcoding them in a data file is unnecessarily limiting.

Some potential options might be..

  1. Defaulting to schema-less and allowing qualifying the table name with schema
table1
  ..cols

public.table2
  ..cols
  1. Optionally nest tables in an explicit schema
table1
  ..cols

public
  table2
    ..cols
@kevlarr kevlarr added enhancement New feature or request priority High-priority request and removed priority High-priority request labels May 21, 2022
@kevlarr
Copy link
Collaborator Author

kevlarr commented May 27, 2022

This is actually blocked on #44

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

Successfully merging a pull request may close this issue.

1 participant