Recent Refactor of db_engine_specs.py causes KeyError again on Redshift sources. #6162
Closed
3 tasks done
Labels
inactive
Inactive for >= 30 days
Make sure these boxes are checked before submitting your issue - thank you!
Superset version
0.28.1 (and a71e6eb)
Expected results
SUM(column_name) -> sum(column_name) for redshift
Actual results
SUM(column_name) -> SUM(column_name) for redshift
Steps to reproduce
Any Vis using a redshift data source and a SUM/AVG/MAX/etc aggregate for values.
Seems the fix in #5337 got recently removed by a165aec#diff-6519edc75f2440a575cb22492f401100 (#5467) due to a refactor, however, the logic to push these string column changes back to "viz.py" is now different and re-stating the "normalize_column_name" change
The text was updated successfully, but these errors were encountered: