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
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
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Can't Insert only Subset of Columns to Table
SNOW-1567577: Can't Insert only Subset of Columns to Table
Jul 31, 2024
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
The text was updated successfully, but these errors were encountered: