Need to load the data from databricks to Snowflake table having ID,which automatically increments
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 05:50 AM
I want to load the data from df (say 3 columns c1,c2,c3) into the snowflake table say (test1) having columns (c1,c2,c3) and ID autoincrement column.
The df and snowflake table (test1) have same column definition and same datatypes. In the target table (test2) we have additional column say ID .