-
Notifications
You must be signed in to change notification settings - Fork 42
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
allow columns to be specified in insert statements #2859
Labels
syntax
Issues or features related to our SQL syntax
Comments
tychoish
changed the title
Bug: columns can't be specified in inserts
allow columns to be specified in insert statements
Apr 9, 2024
tychoish
added
syntax
Issues or features related to our SQL syntax
and removed
bug
Something isn't working
labels
Apr 9, 2024
This works for me. I suppose Datafusion fixed this. @talagluck where/when did you face this error? |
can you put this in as an SLT? |
Sure, will do! |
Yes, I'm having trouble reproducing now, and I'm not sure whether it was fixed in Datafusion, or whether I was just hitting multiple errors at the same time. We can close this once the SLTis added. |
@talagluck do you want to add the SLT? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I would expect this to work:
But it currently doesn't work if you specify the columns. This isn't necessarily how I would intuitively choose to do it, but it is how the dbt postgres adapter compiles incrementally materialized models, so fixing this would enable that feature.
The text was updated successfully, but these errors were encountered: