We updated a custom schema to include an additional optional field but did not change the version number.
We then updated the schema of the events
table in Big Query to include the additional field.
However, for some reason in prod
the field does not get populated by the bq loader in Big Query even though it is passed through enrichment fine. The bizarre thing is that with the same steps above, it is working in our test
env and the bq loader is loading the field correctly in BQ.
What might be the reason for this ?
Not showing any errors in the loader either