prohackerzzz commented on issue #53127:
URL: https://github.com/apache/airflow/issues/53127#issuecomment-3066758032
what if we just use this it will not cause any exception if there are no
fields
schema = query_results.get("schema", {})
fields = schema.get("fields", [])
self.description = _format_schema_for_description(fields) if fields else []
--
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]