How to ingnore the Identity Column of SQL Server table in Dataiku

kevinhoang84
kevinhoang84 Registered Posts: 7

I have the SQL Server datasets as below
TableSource has 2 columns [Name] string, [Address] string from connection 1
TableDest has 3 columns [Id] int identity, [Name], [Address] from connection 2
How to import data from TableSource to TableDest on Dataiku?

Note: the connection1 and connection2 are on different SQL servers.

Tagged:

Answers

Setup Info
    Tags
      Help me…