You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a TFX Pipeline that works perfectly with DirectRunner, it fails with DataflowRunner during the TFT component with the error:
Nomodulenamedtfx.
However, it's unclear how or why this error occurs. Here is a Colab notebook that shows the Pipeline working under DirectRunner while failing under DataflowRunner.
Would this a Beam-side issue? And if not, what are the possible solutions and sources this error is originating from?
The text was updated successfully, but these errors were encountered:
luischinchillagarcia
changed the title
Error: DirectRunner vs DataflowRunner
Error: 'No module named tfx' - DirectRunner vs DataflowRunner
Jun 4, 2020
I have found a similar closed issue 1 and 2 in which resolution is provided for dependency and cloudpickle conflicts. Please let us know if this issue can be closed.
Closing this due to inactivity. Please take a look into the answers provided above, feel free to reopen and post your comments(if you still have queries on this). Thank you!
Given a TFX Pipeline that works perfectly with DirectRunner, it fails with DataflowRunner during the TFT component with the error:
However, it's unclear how or why this error occurs. Here is a Colab notebook that shows the Pipeline working under DirectRunner while failing under DataflowRunner.
Would this a Beam-side issue? And if not, what are the possible solutions and sources this error is originating from?
The text was updated successfully, but these errors were encountered: