patricker opened a new pull request, #26277: URL: https://github.com/apache/airflow/pull/26277
closes: #26273 Currently JSON type columns are hard to ingest into BQ since a JSON field in a source database does not enforce a schema, and we can't reliably generate a RECORD schema for the column. This change allows you to dump `dict` type objects to string. Schema generation already labels them as strings (at least from Postgres). No change to default behavior, must be enabled by setting `stringify_dict=True` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
