You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #80 we added the ability to visually indicate missing params in a pipeline:
It would be useful to extend the ErrorHandler so it can provide a list of missing params. This could then be used to generate a dict of params, or to generate a GUI with input fields.
The text was updated successfully, but these errors were encountered:
In #80 we added the ability to visually indicate missing params in a pipeline:
![image](https://private-user-images.githubusercontent.com/12912489/288387350-8b999922-c97c-4a80-b8f1-cd7375598032.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTU0NDMsIm5iZiI6MTczOTU5NTE0MywicGF0aCI6Ii8xMjkxMjQ4OS8yODgzODczNTAtOGI5OTk5MjItYzk3Yy00YTgwLWI4ZjEtY2Q3Mzc1NTk4MDMyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA0NTIyM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWUyYTAzMTAyMjNmOWUyNWRlMmZlOWU1ZjYyMDBlNTljZTBmN2UwNjU4ZjJiZDI2ZTg0MzI3NzBiZDFmNDk5ZDEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.unix_px_kOSgFSz8pfa7ChNzkLNmAL7QIs_fpw5s38E)
It would be useful to extend the
ErrorHandler
so it can provide a list of missing params. This could then be used to generate a dict of params, or to generate a GUI with input fields.The text was updated successfully, but these errors were encountered: