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

PowerBI report names are splitted by dots (".") in different parts and folders are created with them in the Datasets section in the browser #12444

Open
alonsopdani opened this issue Jan 23, 2025 · 0 comments
Labels
bug Bug report

Comments

@alonsopdani
Copy link

Describe the bug
If the PowerBI report names contain dots ("."), the ingestion splits it into different parts and creates folders and subfolders with them in the Datasets section in the browser. For the example, the report name is "test_report_v1.0.0". It splits it to 3 elements: "test_report_v1", "0" and "0" and creates the folders and subfolders with it.

To Reproduce
Steps to reproduce the behavior:

  1. Create a PowerBI report with dots in it.
  2. Run the PowerBI ingestion into DataHub.
  3. Go to the browser.
  4. Open the drop-down.
  5. See the subfolders created.

Expected behavior
A single folder should be created with the report name, no matter what characters it contains.

Screenshots

Image
@alonsopdani alonsopdani added the bug Bug report label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report
Projects
None yet
Development

No branches or pull requests

1 participant