When using `use_table_schema` on a BigQuery subscription that is meant to write a `string` value as a `NUMERIC` or `BIGNUMERIC` in the BigQuery table, the value may not appear as expected. This affects strings specified without a decimal portion, e.g., `5243`. Fix is expected to be released by September 13, 2024. In the meantime, to ensure proper numbers appear, append a `.0` to the string in JSON, e.g, `5243.0`.
Description