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

DBI connector: separate table owner from table name #18

Open
mbartosch opened this issue Jan 23, 2015 · 0 comments
Open

DBI connector: separate table owner from table name #18

mbartosch opened this issue Jan 23, 2015 · 0 comments

Comments

@mbartosch
Copy link
Collaborator

In the DBI proxy connector the table owner (namespace) is currently included in the table name. In certain circumstances (i. e. when referencing the owner name via a connector ref) it may be desirable to separate driver and database name.

Current syntax:
...
table: someowner.sometable

Suggested syntax:
table: sometable
owner: someowner

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

No branches or pull requests

1 participant