frictionlessdata / frictionless-ci

Data management service that brings continuous data validation to tabular data in your repository via Github Action
https://repository.frictionlessdata.io
MIT License
36 stars 12 forks source link

Cannot load a report #24

Closed PolykarposPolykarpidis closed 2 years ago

PolykarposPolykarpidis commented 2 years ago

I am trying to create a Frictionless repo, but I have some problems.

  1. I cannot see the report of a failed validation. image

  2. I have a question about the action YAML file. image What is the meaning of these attributes?

I would appreciate any help. I appreciate any help you can provide.

gabrielbdornas commented 2 years ago

We've experienced this behavior too. I've noticed that when the action runs it generate a link to the report, as shown clicking "Validate data" here:

image

The report link generated give us a path to the badge, as demostrated below:

image

The problem could be here. If you navegate to the link suggested in the badge you'll see the message "Cannot load a report"

image

I've noticed that the difference between the two links is the "run" parameter. In the examples above the link informed in GitHub have this parameter and the badge have not.

I understand that if the badge link has the parameter it will be wrong because the idea is to direct the user to the last run process. If it it's the case when you click in the badge link it would redirect you to the last run process. I'm right or missing something?

roll commented 2 years ago

Thanks! I'll investigate

roll commented 2 years ago

Hi @PolykarposPolykarpidis,

can you please share the repo you're trying to validate?

PolykarposPolykarpidis commented 2 years ago

https://github.com/KDrakoulaki/CompBMus_FAIR

roll commented 2 years ago

@gabrielbdornas The problem has been fixed.

I'm closing this issue for now. @PolykarposPolykarpidis let us know if you still experience problems (and please share the repo)

PolykarposPolykarpidis commented 2 years ago

ok! thank you @roll, I will try again!

roll commented 2 years ago

Thanks! Please create a new issue if it still doesn't work as I'm not sure the problem was the same