Hi all, I typically use `inputs` on "library" ops...
# ask-community
a
Hi all, I typically use
inputs
on "library" ops because their values can be passed through `job`/`graph` configuration or as the output of an upstream op. Typically I might also want to hide op configurations from pipeline users so I make use of the
configured
API. However, I have not been able to get the
configured
API to work with op
inputs
. Does anyone have a working example that they could share? Here is a thread with additional information on some ideas that have been tested: https://dagster.slack.com/archives/C01U954MEER/p1639666506309400 Thanks!