https://dagster.io/ logo
#dagster-support
Title
# dagster-support
c

Charlie Bini

01/26/2023, 3:25 PM
New to creating sensors. If I need to initialize a resource using credentials, can it pull from a k8s secret on a code location, or are they deployed on the agent? I have a hunch it's the latter because using the resource in the exact same way on an Op works but not on a sensor.
think I solved this, you need to pass
resource_config
to
build_resources
, a resource's
.configured()
will not work