2

I am trying to create a flow using Google Cloud Dataprep. The flow takes a data set from Big Query which contains app events data from Firebase Analytics to flatten event parameters for easier analysis. I keep getting the following error before even being able to create the first step (recipe):

Transformation engine unavailable due to prior crash (exit code: -1)

See top right corner in the screenshot below

Screenshot

1 Answers1

2

The error message you received is particularly challenging in that it is so generic. The root cause could be within the platform, or it could be in whatever execution environment you used for the job. Unfortunately, we don't have the resources right now to capture and document all of the error messages that can be emitted during the job execution process, which can span a wide variety of servers and other software platforms.

I encountered the same problem. First I tried following steps:

References:

However this did not solve the problem. Then I tried:

  • Confirm that your Chrome version is 68+. If not, please upgrade.
  • Navigate to chrome://nacl/ and ensure that PNaCl is enabled.
  • Navigate to chrome://components/ and ensure that the PNaCl Version is not 0.0.0.0. Click on Check for Updates

Did not solve the problem either.

References:

I got the info from Trifacta, that there has been an internal issue after maintenance. So if non of the above solutions work, you just have to wait and see when they fix the problem.

Upvote
  • 65,847
  • 122
  • 353
  • 577