-
Notifications
You must be signed in to change notification settings - Fork 24
Add sqllab logging and new tab for access requests. #110
Conversation
* quote hive column names (apache#5368) * create db migration * use stats_logger timing * trigger build (cherry picked from commit 9a4bba4)
* make access request open new tab * trigger build (cherry picked from commit 01212c3)
target="_blank" | ||
rel="noopener noreferrer" | ||
> | ||
(Request Access) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in the UI does this have correct spacing? i.e., is it
my message(Request Access)
(bad, no space after message) or
my message (Request Access)
(good)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if not I'd suggest changing the line
(Request Access)
to
{' (Request Access)'}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(I guess this should be done in apache, sorry I missed it there)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Chris, I will send out a follow-up PR on open source.
(cherry picked from commit c82cea3)
ac727b6
to
0cfc08e
Compare
refactor: Migrate word cloud to superset-ui-plugins
) Updates the requirements on [fs-extra](https://github.com/jprichardson/node-fs-extra) to permit the latest version. - [Release notes](https://github.com/jprichardson/node-fs-extra/releases) - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/commits) Signed-off-by: dependabot[bot] <[email protected]>
This PR adds
apache#5862
apache#5859
apache#5844
@airbnb/superset-fork-maintainers