michaelneely commented on issue #71246:
URL: https://github.com/apache/airflow/issues/71246#issuecomment-5214945022

   Verified #67848
   
   The result of a SnowflakeSqlApiOperator is now correctly displayed:
   
   > [2026-08-07 08:49:33] INFO - Snowflake SQL GET statements status API 
response: {'resultSetMetaData': {'numRows': 1, 'format': 'jsonv2', 
'partitionInfo': [{'rowCount': 1, 'uncompressedSize': 13}], 'rowType': 
[{'name': 'CURRENT_VERSION()', 'database': '', 'schema': '', 'table': '', 
'scale': None, 'byteLength': 134217728, 'nullable': True, 'precision': None, 
'collation': None, 'length': 134217728, 'type': 'text'}]}, 'data': 
[['10.27.100']], 'code': '090001', 'statementStatusUrl': 
'/api/v2/statements/01c63a11-0003-ce9d-0000-2405aa0ac8c6?requestId=484ca2aa-2f44-4e29-967c-bb4dd064ad70',
 'requestId': '484ca2aa-2f44-4e29-967c-bb4dd064ad70', 'sqlState': '00000', 
'statementHandle': '01c63a11-0003-ce9d-0000-2405aa0ac8c6', 'message': 
'Statement executed successfully.', 'createdOn': 1786092573014}
   


-- 
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]

Reply via email to