Passing a resource via RunRequest.run_config #18597
the4thamigo-uk
started this conversation in
Community
Replies: 1 comment 1 reply
-
were you able to fix this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a sensor that detects files in an s3 bucket, I want to process this file in a software-defined asset using the same S3Resource that the sensor uses. I have tried passing the resource as a property of a run config and I get a weird error
If I change the
s3_resource
property to be a string and set it to the name of the resource rather than the object, it works. Is it possible to pass the S3Resource as an object? If not how can I ensure that the asset uses the same S3Resource as the sensor?Beta Was this translation helpful? Give feedback.
All reactions