Dear Google Cloud Community,
I am experiencing an issue with the Instant BQML pipeline that I ran in the morning. The pipeline was connected to a new GCP project and its corresponding BigQuery dataset. In the morning, the pipeline executed successfully without any errors.
However, when I attempted to run the same pipeline in the afternoon, it failed with the following error:
Execution failed: WorkerException: genaipoc-396111:analytics_468436852.events_20* does not match any table
This error suggests that the referenced table does not exist or cannot be matched, even though the configuration and setup were unchanged between the two runs.
Could you please assist in identifying the root cause of this issue? Any guidance on resolving it would be greatly appreciated.
Regards,
Krithika R
Hi Krithika,
Thanks for reaching out about the issue you're facing with your Instant BQML pipeline. The error message "Execution failed: WorkerException: genaipoc-396111:analytics_468436852.events_20* does not match any table" indicates that the pipeline cannot find the expected table in your BigQuery dataset.
Here's a possible explanation and some troubleshooting steps:
Possible Cause:
Instant BQML can be configured to work with both the Daily and Streaming exports from GA4. If your BigQuery link is newly set up, it's possible that only the Streaming export table (events_intraday_) exists within the first 24 hours. The Daily export table (events_) might not be available yet, causing the pipeline to fail.
Troubleshooting Steps:
Verify Table Existence in BigQuery:
Allow Time for Daily Export:
Check Export Configuration:
If the issue persists after 24 hours or if you've confirmed that both tables exist, please provide the following information so we can investigate further:
We'll do our best to help you resolve this issue and get your pipeline running smoothly.
--
You received this message because you are subscribed to the Google Groups "Instant BQML and Vertex Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to instant-bqml-verte...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/instant-bqml-vertex-users/73bc214a-38c9-4902-a89c-8bd11c9e479fn%40googlegroups.com.
Thanks for the additional information and screenshots.
Based on the screenshots, it appears that your GA4 BigQuery export is linked to project number 54258470539, which corresponds to project ID "ibqml-011524." This explains why the data isn't landing in the "genaipoc-396111" project, leading to the "table does not exist" error.
To resolve this, I recommend the following:
Verify BigQuery Export Link:
Update Instant BQML Configuration: