tawazi icon indicating copy to clipboard operation
tawazi copied to clipboard

A DAG Scheduler library written in pure python

Results 20 tawazi issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** I would like for the compose method to support ... which means the user wants the compose function to fill...

Currently when accessing an index/key that doesn't exist in a given object or if an object is not indexable, the error message is not clear enough. it should mention which...

Write a method to support setting indexed value inside the DAG. for example: we currently can do the following: ```python from tawazi import xn, dag @xn def mydict(): return {"a":...

here is the key to the solution proposed by chatgpt: In Python, you can use the ast module to parse the source code of a function and inspect its Abstract...

enhancement

**Is your feature request related to a problem? Please describe.** define a resource per ExecNode (CPU, GPU, Network, server etc...) define a maximum resource per resource by each DAG. This...

If a DAG's execution is cached and then re-executed, there is currently no check on the DAG it self... Maybe the DAG changed, Maybe the DAG's arguements changed between the...

# Description DO NOT REVIEW THIS PR yet!! It will be ready shortly afterwards! Fixes # (issue) ## Type of change Please delete options that are not relevant. - [...

# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. Fixes...

Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. Release notes Sourced from pydantic's releases. v2.8.2 (2024-07-03) What's Changed Fixes Fix issue with assertion caused by pluggable schema validator...

dependencies
python