You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: