Skip to content

Commit

Permalink
Update the plugins when there is no describe endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskerr committed Jun 20, 2024
1 parent d16d2ca commit 62a6084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/zui/src/views/session-page/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export class SessionPageHandler extends ViewHandler {

if (!Active.lake.features.describe) {
this.dispatch(QueryInfo.merge({isParsed: true}))
this.invoke("updatePluginSessionOp", {poolName: null, program})
return
}

Expand Down

0 comments on commit 62a6084

Please sign in to comment.