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

Add a way to configure JdbcTables on a per-database basis #83

Open
cawallin opened this issue Dec 14, 2015 · 2 comments
Open

Add a way to configure JdbcTables on a per-database basis #83

cawallin opened this issue Dec 14, 2015 · 2 comments

Comments

@cawallin
Copy link
Member

Though tempto now has support for specifying the schema (thanks!), Teradata specifies schemas differently -- it calls schemas "databases" and has different syntax. However, the schema support is baked into JdbcTableManager and assumes that you can create schemas via CREATE SCHEMA IF NOT EXISTS. We need a way to specify database-specific SQL for creating schemas (or generally overriding how the table manager works).

@kokosing
Copy link
Contributor

@cawallin How important is that to you?

@cawallin
Copy link
Member Author

Sorry, didn't see this. I got around it by creating a temp table, so it's not blocking me.

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

2 participants