-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
normalize column names for Redshift #5337
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5337 +/- ##
==========================================
- Coverage 61.33% 61.33% -0.01%
==========================================
Files 369 369
Lines 23484 23486 +2
Branches 2713 2713
==========================================
+ Hits 14405 14406 +1
- Misses 9067 9068 +1
Partials 12 12
Continue to review full report at Codecov.
|
@mistercrunch did this make it through to the new releases? I do not believe I see them in 26.2 and 26.3? |
No it didn't. Adding a tag to pick it up on the next micro release |
Since you're a contributor I would recommend making your own build and pick whatever cherries you want on your build without depending on official releases. |
Ah gotcha @mistercrunch, I'm pretty new to this. I have been doing this workaround but just wanted to know more about the process (and also to simply my deployment a bit). Many thanks |
This fixes an error with column names when using RedShift, issue is detailed here #5308.