domino
domino copied to clipboard
User friendly and open source platform for workflow creation and monitoring
In pydantic we can define range of values for numeric fields. You can define this either using custom types like [PositiveInteger](https://docs.pydantic.dev/2.3/usage/types/number_types/) or using `Field` api. Both approaches generate json schemas...
Add support for loop operators - [x] Start refactoring Task / Operators classes to allow using dynamic mapping from airflow
Dev
- #299 - Delete workflow editor params when change workspace - Add create piece functionality https://github.com/Tauffer-Consulting/domino/pull/300 **IMPORTANT** this change will break all actions that uses `domino piece organize` so we...
Secrets fields are showing the field name defined in pydantic models. We should show the `title` in the UI and also have a tooltip with the `description` Examples on how...
Add a button to force workflow run stop. To do that we need: - [ ] Frontend button on workflow run page - [ ] Backend endpoint