Hi! I'm trying to make `deploy_jar` output availab...
# general
s
Hi! I'm trying to make
deploy_jar
output available at test time similar to how
file
target does it, but putting it into test dependencies doesn't work, how can I achieve that?
b
What test target are you using? For some (all?) there’s a field like “runtime package dependencies” or similar, that can be used for this.
s
Python test targets, I need to access jars to use spark connectors
b
Ah okay. From recollection the
python_tests
target has the right field. You’ll have to check its docs yourself (I’m on mobile and so cannot do it so easily)
s
you're talking about
runtime_package_dependencies
right?
b
Yes