repository
repository copied to clipboard
Data management service that brings continuous data validation to tabular data in your repository via Github Action
# Overview It's a long-shot and research but we can consider building a report site into a branch instead of using https://repository.frictionlessdata.io/pages/dashboard.html. It will solve the problems with artifacts not...
# Overview See this workflow - https://github.com/vulekamali/budget-spending-data/actions/runs/2589987176 - it seems not to be able to save a report as it's too big From https://github.com/frictionlessdata/repository/issues/28
# Overview Currently, we need to: - update the version - push `vX.X.X` commit - manually release on Github (including Marketplace) - `git tag -fa v1 -m "Update v1 tag"`...
# Overview ATM, the Github Action builds a docker image every time it runs. We might try to find some optimizations. Might be related - https://github.community/t/cache-a-docker-image-built-in-workflow/16260/9
# Overview The current build process uses a script hosted in noudesource.com to install Node.js, which is deprecated, generates a warning, and adds a whole minute of wait to the...
- fixes #51 --- Please make sure that all the checks pass. Please add here any additional information regarding this pull request. It's highly recommended that you link this PR...
# Overview * packge -> package * "if **not** data packages are found" -> "if **no** data packages are found"
While Frictionless CI makes more sense to a developer than the old name ("Repository"), I would suggest renaming it **Frictionless Workflow**. Or creating something of an umbrella project which incorporates...
# Overview See https://frictionlessdata.slack.com/archives/C0369HZ2SLT/p1675530494127069?thread_ts=1675523690.362539&cid=C0369HZ2SLT
# Overview Frictionless Repository currently builds the container and installs all Python dependencies every time a validation check is triggered. # Proposal This could probably be sped up quite a...