Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNOW-1567577: Can't Insert only Subset of Columns to Table #131

Open
EshwarHilabs opened this issue Jul 31, 2024 · 0 comments
Open

SNOW-1567577: Can't Insert only Subset of Columns to Table #131

EshwarHilabs opened this issue Jul 31, 2024 · 0 comments

Comments

@EshwarHilabs
Copy link

EshwarHilabs commented 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

@github-actions github-actions bot 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant