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/superset.git


    from a7bb14e433 fix(i18n): improve Russian translation (#22939)
     add d3d59ee0ae fix(sqllab): Invalid schema fetch by deprecated value 
(#22968)

No new revisions were added by this update.

Summary of changes:
 .../SqlEditorLeftBar/SqlEditorLeftBar.test.jsx     |  78 +++++-
 .../DatabaseSelector/DatabaseSelector.test.tsx     | 270 +++++++++++----------
 .../src/components/DatabaseSelector/index.tsx      |  81 +++----
 .../TableSelector/TableSelector.test.tsx           |  87 +++----
 .../src/components/TableSelector/index.tsx         |  36 ++-
 superset-frontend/src/hooks/apiResources/index.ts  |   1 +
 .../src/hooks/apiResources/schemas.test.ts         | 138 +++++++++++
 .../hooks/apiResources/{tables.ts => schemas.ts}   |  72 ++----
 .../src/hooks/apiResources/tables.test.ts          | 186 +++++++++-----
 superset-frontend/src/hooks/apiResources/tables.ts |  17 +-
 10 files changed, 594 insertions(+), 372 deletions(-)
 create mode 100644 superset-frontend/src/hooks/apiResources/schemas.test.ts
 copy superset-frontend/src/hooks/apiResources/{tables.ts => schemas.ts} (55%)

Reply via email to