Pezhman Zarabadi
Results
2
comments of
Pezhman Zarabadi
I totally agree that this is a better approach @shyuep.
Hey @ndellosa95. As @mjclarke94 mentioned, we've got similar issue with `timedelta`. Following code snipped results in validation failure: ``` from dagster import asset, Config, OpExecutionContext from datetime import timedelta class...