Hi,
We are trying to import segments from BigQuery to Firebase for targeting purposes.
Initially the process hung for a long time and eventually failed with the following error message:
We got to a call with Google Cloud support and they advise we need to make some changes to the schema for both SegmentMemberships and SegmentMetadata as follows:
I requested you to change the “instance_id mode from REQUIRED to NULLABLE” and “segment_labels mode from REQUIRED to REPEATABLE”
Also I suggested you to change the “segment_label from required to nullable” and “display_name from required to nullable”
We made changes and now the schema looks like this:
But still it looks like it's still hanging, and obviously we cannot see the segment in Firebase's audience.
Any insight in what's going on? If there is a console we can see any error, or what's failing under the hood?
Also are we suppose to see the segment value autocomplete working in Firebase audience once the import is successful?
Thanks!