-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Describe the bug
The documentation of the dataset BasicDataSet_v0.SharePointPermissions_v1 has 2 issues:
- The ItemType field in the documentation states it only reports the values "Site", "Folder", "File". However, the extracted data have also other values for the fields, such as: "Web", "LIst", "SiteAdmin".
To Reproduce
Steps to reproduce the behavior:
- Run a ADF pipeline that extracts the sharepoint permissions dataset.
- Open the produced JSON file.
- Check the returned values for the ItemType field.
Expected behavior
Please, keep the documentation of the datasets in sync with the dataset that MGDC returns, or it will be very difficult to implement applications that rely on MGDC datasets.
- The provided sample section is not correctly formatted: the "Sample datasets" section shows some JSON objects as they would be returned by the MGDC dataset itself. However, this section is not well formatted. There are rows with multiple JSON object in them.
To reproduce
Simply browse the section in the documentation of the dataset:
- Scroll down to the section
- Scroll horizontally inside the section
- Not all rows have the same length
- The longer lines have multiple JSON object one after the other in the same line
Expected behavior
The section should show 1 JSON object per line.
Metadata
Metadata
Assignees
Labels
No labels