Branko-Dj on master
[travis][s]: Added update comma… (compare)
:tada: We’ve just released a new tool for Power BI today. Thought it would be good to share this news on here so you’d be among the first to know :smile:
Data Package Connector (datapackage-connector) is a Power BI Custom Connector for loading tables directly from Tabular Data Packages (Frictionless Data).
Learn more about it at https://github.com/nimblelearn/datapackage-connector
$ data push
Completed: datapackage.json
Completed: data/2msh-5az8.csv
> Error! Unexpected error: 'dataset'
It's now uploading, but processing is failing with the following error:
ERROR: Data Package validation error: Descriptor validation error: {'name': '__placeholder__', 'path': '_', 'profile': 'data-resource'} is not valid under any of the given schemas at "resources/0" in descriptor and at "properties/resources/items/oneOf" in profile
ERROR: Data Package validation error: Descriptor validation error: 'data-resource' is not one of ['tabular-data-resource'] at "resources/0/profile" in descriptor and at "properties/resources/items/properties/profile/enum" in profile
tabular-data-package
profile: is that not supported by datahub.io?
Ah, apparently the above error was due to the
datapackage.json
missing a top-levelname
.
Hey, this should definitely print more descriptive error message. I’ve opened an issue about this datopian/datahub-qa#248
This data package was inferred as the
tabular-data-package
profile: is that not supported by datahub.io?
@PiDelport hey, it would be great to take a look at your datapackage.json
file. Could you open an issue here describing the details - https://github.com/datopian/datahub-qa/issues