This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    from 66cd565  feat: add Postgres SQL validator (#11538)
     add 41738df  feat: Results table on Explore view (#11854)

No new revisions were added by this update.

Summary of changes:
 .../explore/visualizations/big_number.test.js      |   6 +-
 superset-frontend/package-lock.json                |   8 +-
 superset-frontend/package.json                     |   2 +-
 .../explore/components/DisplayQueryButton_spec.jsx |   4 +-
 superset-frontend/src/chart/Chart.jsx              |   2 +
 .../src/explore/components/DataTableControl.tsx    | 105 +++++++++
 .../src/explore/components/DataTablesPane.tsx      | 245 ++++++++++++++++++++
 .../src/explore/components/DisplayQueryButton.jsx  | 158 +------------
 .../src/explore/components/ExploreChartPanel.jsx   | 253 ++++++++++++++++-----
 9 files changed, 568 insertions(+), 215 deletions(-)
 create mode 100644 
superset-frontend/src/explore/components/DataTableControl.tsx
 create mode 100644 superset-frontend/src/explore/components/DataTablesPane.tsx

Reply via email to