https://dagster.io/ logo
#ask-community
Title
# ask-community
m

Mykola Palamarchuk

03/26/2022, 8:37 AM
Hi! I have an
op
and 2
configured
declarations based on it. I'd like to provide different input validation for each
configured
, but id doesn't accept `ins`:
TypeError: configured() got an unexpected keyword argument 'ins'
Is that correct behavior? If yes, is there a workaround for my case?