Arjen Kroezen
Arjen Kroezen
Sounds good! @LeonardHd, perhaps we can also introduce the check to verify we pass in the right type of the output argument in `activity.set_result` and the output argument in `state.add_activity_result`....
Let's make sure each example uses the same folder structure as closely aligned with the structure in fabric
As agreed during our weekly: 1. Let's try to follow the "fabric" folder structure 2. Rename the nested fabric folder to something that indicates it's the git synced repository. 3....
Hi @keen85, We definitely want to support Synapse pipelines at some point. It should be relatively easy to do so, but we are first prioritizing improving the expression runtime to...
I don't think the getting started is in a well enough shape to guide a citizen developer and thus I don't want to highlight it in the main README for...
Hi @MarvinSchenkel, Thanks for reporting! That makes a lot of sense and used to be possible with the `FunctionRepository.register` function. However, since we changed the framework's approach from a pure...
@MarvinSchenkel, we figured out a way how to mock the non-deterministic functions like `utcnow` and `guid`. @jayachithra and @LeonardHd are working on implementing it.