issues
search
okfn
/
opendataeditor
The Open Data Editor (ODE) is a no-code application to explore, validate and publish data in a simple way. Forever free and open source project powered by the Frictionless Framework.
http://opendataeditor.okfn.org
MIT License
183
stars
22
forks
source link
Fix Table Schema constraints handling
#572
Closed
roll
closed
1 month ago
roll
commented
1 month ago
new flag implemented in
fricitonless-py
-
https://github.com/frictionlessdata/frictionless-py/pull/1691
fixes #552
fixes #554
fixes #555
Tested constraints:
[x] string/required
[x] string/minLength
[x] string/maxLength
[x] string/enum
[x] string/pattern
[x] integer/required
[x] integer/minimum
[x] integer/maximum
[x] integer/enum
[x] number/required
[x] number/minimum
[x] number/maximum
[x] number/enum
[x] boolean/required
[x] boolean/enum
cloudflare-workers-and-pages[bot]
commented
1 month ago
Deploying opendataeditor with
Cloudflare Pages
Latest commit:
ab30695
Status:
✅ Deploy successful!
Preview URL:
https://8f6da904.opendataeditor.pages.dev
Branch Preview URL:
https://552-relax-database-constrain.opendataeditor.pages.dev
View logs
roll
commented
1 month ago
Thanks!
fricitonless-py
- https://github.com/frictionlessdata/frictionless-py/pull/1691Tested constraints: