You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug is.
Expected results
what you expected to happen.
Actual results
what actually happens.
Screenshots
How to reproduce the bug
When we copy the partition query, we try to get partitionQuery from table.partitions.partitionQuery but in fact we should get it from table.partitions in file superset-frontend/src/SqlLab/components/TableElement.jsx::L107
Environment
superset version: 1.1.0
python version: 3.7
node.js version: 14
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
A clear and concise description of what the bug is.
Expected results
what you expected to happen.
Actual results
what actually happens.
Screenshots
How to reproduce the bug
When we copy the partition query, we try to get
partitionQuery
fromtable.partitions.partitionQuery
but in fact we should get it fromtable.partitions
in filesuperset-frontend/src/SqlLab/components/TableElement.jsx::L107
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: