roll
roll
Hi @kgeographer, It's currently not possible. I think the best solution will be using Python to check this: ``` resource = Resource.describe('table.csv') assert resource.schema.has_field('name1') or resource.schema.has_field('name2') # TODO: other logic...
Hi @mpaine-act, The docs note mean that we have tests specifically for Postgres/Mysql/Sqlite/Duckdb but other dialects might work as well (it's just not tested against the framework)
@mpaine-act It's more like replicating test for SQL Server here - https://github.com/frictionlessdata/frictionless-py/tree/main/tests/formats/sql/databases (based on one of the example) The main challenge might be enabling it on Github Actions as I...
Thanks for reporting!
Hi @Valentin59, I also tried wrapping `frictionless-py` as an executable for Open Data Editor and didn't manage to do so. I tried to use `pyinstaller/etc` and those seemed to be...
Great @aivuk! Can you please resolve the conflicts as some API changes have been introduced lately (Manager -> Adapter)? @shashigharti Can you please test and review as I will not...
@pwalsh All of them are pretty minor. Renaming, deleting unused things, moving functions etc. No coding here. Like a few hours of work for the whole task. Still recommend to...
@amercader We could finish it straight after the Beta release. There are many minor things.
Due to historical reasons, I propose to close this issue as `wontfix`. For both publishers and implementors, there is really no difference whether this property is a string or an...
CLOSED as wontfix