You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
The text was updated successfully, but these errors were encountered:
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).
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:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: