Brian Martin
Brian Martin
In having these same issues where the worker nodes are not able to import TFDV, I've had success with the following modifications to the [Running on Google Cloud](https://github.com/tensorflow/data-validation/blob/master/g3doc/get_started.md#running-on-google-cloud) documentation. ```py...
We're currently using the approach suggested by @paulgc above: https://github.com/tensorflow/data-validation/issues/38#issuecomment-439255405 We did not have any real reason to use the FnApi, I was simply exploring options which didn't involve downloading...
Here's the original reference: https://github.com/spotify/zoltar/blob/be26e5c047f617b93e03e5287b7bcd6eec6063a1/examples/apollo-service-example/src/main/java/com/spotify/zoltar/examples/apollo/IrisPrediction.java#L64-L67 That class mapping now lives here: https://github.com/spotify/zoltar/blob/25e02e9151bb57f1ed1a2a71cb779cf2318bc407/examples/apollo-service-example/src/main/java/com/spotify/zoltar/examples/apollo/IrisPredictionHandler.java#L46-L49
+1 A jar we can depend on would be 💯
Hey @paulgc, appreciate the quick fix. It looks like `0.12.1` release missed a few things though. There is no release tag and also the `__version__` in `setup.py` is still `0.12.0`....