tempto icon indicating copy to clipboard operation
tempto copied to clipboard

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

Open cawallin opened this issue 9 years ago • 2 comments

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).

cawallin avatar Dec 14 '15 20:12 cawallin

@cawallin How important is that to you?

kokosing avatar Dec 15 '15 06:12 kokosing

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

cawallin avatar Dec 16 '15 21:12 cawallin