Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension URL match bug #19589

Open
hmtgn opened this issue Jan 29, 2025 · 0 comments
Open

Extension URL match bug #19589

hmtgn opened this issue Jan 29, 2025 · 0 comments

Comments

@hmtgn
Copy link

hmtgn commented Jan 29, 2025

Affected module
its impact the extension use

Describe the bug
have a problem with the extension and URL detection.
For example, if I open a powerbi report and I quickly click on the extension, the URL hasn't moved yet, so the extension recognizes it. On the other hand, if I wait a little while for the report to load, a suffix is added to the URL to specify the page you're on (see below), and in this case the extension no longer recognizes the report.
https://app.powerbi.com/groups/xxxxxxx/reports/xxxxxxx => URL detected by the extension
https://app.powerbi.com/groups/xxxxxxx/reports/xxxxxxx/ReportSectionxxxxxxx?experience=power-bi => URL not detected by the extension

To Reproduce
When I click on the report URL in OMD, the report opens, but the extension doesn't make the link, since PowerBi adds a suffix to the URL to indicate which page of the report you're on.

The first screenshot is when I open the extension before the part of the URL /ReportSectionxxxxxxx?experience=power-bi appears (all's well).
The second screenshot is when I open the extension after the part of the URL /ReportSectionxxxxxxx?experience=power-bi appears (I'm in the default menu).

Image

Image

Expected behavior
I think it's just a param to change in code extension on the detection of URL (stop after the /reports/xxxxxx)

Version:

  • OS: Windows
  • Python version: 3.11
  • OpenMetadata version: 1.6
  • OpenMetadata Ingestion package version: last one

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant