Hello,
I hope you're doing well. I'm reaching out regarding an issue I encountered while running the Instant BQML pipeline.
I’ve successfully set up the CRMint app and filled out the form as per the instructions. After running the pipeline, I received an error message during the second step of the training pipeline. The message is as follows:
Training Pipeline Error:
Additionally, the Prediction Pipeline failed at the first step with this error:
Prediction Pipeline Error:
I’ve tried troubleshooting but haven't found any missing steps that could have caused these errors. Could you please help me identify what might have gone wrong, or if there's any additional step I might have overlooked?
Thanks for your assistance!
Regards,
Alyssa
Hi Alyssa,
Thanks for reaching out! It looks like you're running into an error when trying to train your pipeline because it can't find the necessary data from Google Analytics 4 (GA4) in BigQuery.
This is happening because your current setup expects GA4 data to be streamed live into BigQuery, but it seems like this live streaming isn't enabled for your GA4 property (ID: 294583740).
Here's how you can fix this:
Enable streaming: The easiest way to resolve this is to simply turn on the "Streaming export" option for your GA4 property in BigQuery. Once data starts flowing in, try training your pipeline again, and it should work!
Use daily data instead: If you prefer not to enable streaming, you can also reconfigure your pipeline to use the daily data exports instead. I've attached an updated configuration that you can use for this option.
Please let me know if you have any other questions or need further assistance!