Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
hiding other metabase tables changed to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvatt committed Nov 27, 2023
1 parent a83de8c commit 0436fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/metabase/metabase.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (m *Metabase) run(ctx context.Context) {
}

if err := m.HideOtherTables(ctx, db.DatabaseID, bq.Table); err != nil {
log.WithError(err).Error("hiding other tables")
log.WithError(err).Warning("hiding other tables")
}
}
}
Expand Down

0 comments on commit 0436fd5

Please sign in to comment.