Skip to content

Commit

Permalink
update source_id using editor id
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpark committed Feb 9, 2023
1 parent 4025454 commit e377fbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion superset-frontend/src/middleware/loggerMiddleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ const loggerMiddleware = store => next => action => {
);
logMetadata = {
source: 'sqlLab',
source_id: editor?.dbId,
source_id: editor?.id,
db_id: editor?.dbId,
schema: editor?.schema,
};
}
Expand Down

0 comments on commit e377fbc

Please sign in to comment.