FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Unverified Commit 4967a20c authored by Eduardo Gonzalez Solares's avatar Eduardo Gonzalez Solares
Browse files

Update pipeline schema

parent 7627b503
No related branches found
No related tags found
1 merge request!3Dask
Pipeline #163283 failed
import voluptuous as vo
schema = vo.Schema({vo.Required('datalen'): vo.Range(1, 1000)})
schema = vo.Schema(
{
vo.Required('root_dir'): str,
vo.Required('output_dir'): str,
vo.Required('flat_file'): str,
}
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment