Teradata as Target
Fivetran Local Data Processing supports integrating changes into Teradata location. This section describes the configuration requirements for integrating changes (using and ) into Teradata location. For the list of supported Teradata versions, into which Local Data Processing can integrate changes, see in . Local Data Processing also allows you to perform for Teradata database in source location.
Local Data Processing uses the Teradata ODBC driver to write data to Teradata during and .
Local Data Processing uses the TPT Load interface for copying data into the Teradata tables during and the TPT Stream/Upload interface for loading data into the burst table during .
The preferred methods for writing data to Teradata are using and as they provide better performance.
Grants for Integrate and Refresh
This section lists the grants required for integrating changes into Teradata. By default, the Local Data Processing User has all required permissions to changes into default user database.
To create target tables using , the Local Data Processing database User must be granted
create tableanddrop tableprivileges.grant create table, drop table on targetdb to username;content_copyTo change tables that are owned by other users (using action with parameter ), the Local Data Processing database User must be granted
select,insert,update, anddeleteprivileges.grant select, insert, update, delete on targetdb to username;content_copyTo perform and , the Local Data Processing database User must be granted
create macroanddrop macroprivileges.grant create macro, drop macro on targetdb to username;content_copy
Comments
0 comments
Please sign in to leave a comment.