You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After i call table.insert_data, result object is :
[{'index': 0, 'errors': [{'reason': 'invalid', 'location': '', 'debugInfo': 'generic::failed_precondition: Record leaf types are not supported.optional .Msg_0_CLOUD_QUERY_TABLE.Msg_1_CLOUD_QUERY_TABLE_user user = 2;\n', 'message': 'Record leaf types are not supported.optional .Msg_0_CLOUD_QUERY_TABLE.Msg_1_CLOUD_QUERY_TABLE_user user = 2;\n'}]}]
But, i see document of insert_data function at #L750:
:param rows: Row data to be inserted. Each tuple should contain data
for each schema field on the current table and in the
same order as the schema fields.
table.insert_data
,result
object is :The text was updated successfully, but these errors were encountered: