SNOW-1567577: Can't Insert only Subset of Columns to Table #131
Open
Description
In normal SQL if i have a table with 5 columns I could still insert only 3 columns but here through Dataframe before insertion a call to DESCRIBE TABLE is made where the columns are matched and this sort of insertion fails, the dataframe approach requires all 5 columns to be specified
Is there any solution to this problem
Metadata
Assignees
Labels
No labels