This repository has been archived by the owner on Aug 25, 2024. It is now read-only.
df: types: Seperate validation from Defintions #476
Labels
bug
Something isn't working
kind/dataflow
Issues partaining to DataFlows
p4
Nice To Have
tL
Esitmated Time To Complete: Long
Milestone
Definitions are supposed to be independent serializable structures. However, we've added the validation parameter which can be a function or an instance name.
The issues with this are
As a side note:
remove_unvalidated_inputs
andremove_input
should really beasync
functions. Also, they should be required method defined within the abstract base class.The text was updated successfully, but these errors were encountered: