frictionlessdata / livemark

Data presentation framework for Python that generates static sites from extended Markdown with interactive charts, tables, scripts, and other features
https://livemark.frictionlessdata.io
MIT License
95 stars 8 forks source link

`Report.__init__() got an unexpected keyword argument 'descriptor'` when creating a frictionless validation report #230

Closed fjuniorr closed 1 year ago

fjuniorr commented 1 year ago

In versions frictionless==4.29.0 and livemark==0.88.0 I could create a frictionless validation report with

```yaml report
descriptor: validation-report.json

There is a working example [here](https://github.com/transparencia-mg/validacao-leiaute). 

Now, with `frictionless==5.4.0` and `livemark==0.110.2` when trying to build that same type of validation report (but using the v5 version of report) I get:

Report.init() got an unexpected keyword argument 'descriptor'



I did not found any mentions of breaking changes in the [release page](https://livemark.frictionlessdata.io/pages/release.html).
roll commented 1 year ago

Thanks! We will fix it.

roll commented 1 year ago

Thnks, it must be fixed in livemark@0.110.4