mirror of
https://github.com/apache/superset.git
synced 2026-07-18 20:55:47 +00:00
feat(sip-95): new endpoint for extra table metadata (#28063)
This commit is contained in:
@@ -181,7 +181,7 @@ const DndFilterSelect = (props: DndFilterSelectProps) => {
|
||||
|
||||
if (!isSqllabView && dbId && name && schema) {
|
||||
SupersetClient.get({
|
||||
endpoint: `/api/v1/database/${dbId}/table_extra/${name}/${schema}/`,
|
||||
endpoint: `/api/v1/database/${dbId}/table_metadata/extra/?name=${name}&schema=${schema}`,
|
||||
})
|
||||
.then(({ json }: { json: Record<string, any> }) => {
|
||||
if (json?.partitions) {
|
||||
|
||||
Reference in New Issue
Block a user