forked from cube-js/cube
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(redshift-driver): resolves issue where redshift column order can …
…come back in a different order, causing pre-aggregations across partitions to encounter a union all error (cube-js#6965) Thanks @jskarda829 @magno32 ! * fix(redshift-driver): resolves issue where redshift column order can come back in a different order, causing preaggregations across partitions to encounter a union all error * feat: enable ordinal column position from env flag This adds an environment variable, `CUBEJS_DB_FETCH_COLUMNS_BY_ORDINAL_POSITION` that optionally toggles the ordinal column position during pre-aggregation. Currently defaults to `false`. --------- Co-authored-by: Jeremy Skarda <[email protected]> Co-authored-by: Justin Smith <[email protected]>
- Loading branch information
1 parent
facdb65
commit 30356d9
Showing
3 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters