datopian / data-api

Next generation Data API for data management systems including CKAN.
https://tech.datopian.com/data-api/
MIT License
9 stars 3 forks source link

Feature/downloads #20

Closed leomrocha closed 3 years ago

leomrocha commented 3 years ago

Download Streaming with asked format (CSV|XLSX|JSON|...) a GraphQL query response. Refers to issues #5 and #6

EvgeniiaVak commented 3 years ago

@leomrocha prettier check fails: https://hub.docker.com/repository/registry-1.docker.io/datopian/data-api/builds/8dcaf9a2-ab55-4366-a550-16c72c916c5f

 Checking formatting...
[error] test/test-download.html: SyntaxError: Void elements do not have end tags "br" (14:1)
...
The command 'yarn prettier --check .' returned a non-zero code: 2
leomrocha commented 3 years ago

@leomrocha prettier check fails: https://hub.docker.com/repository/registry-1.docker.io/datopian/data-api/builds/8dcaf9a2-ab55-4366-a550-16c72c916c5f

 Checking formatting...
�[91m[error] test/test-download.html: SyntaxError: Void elements do not have end tags "br" (14:1)
...
The command 'yarn prettier --check .' returned a non-zero code: 2

Thanx, I've fixed that now in local. We'll have to wait for the dockerhub build to see if it passes