BigQuery connection not retrieving rows from response

Hello people! 

I am trying to find a way to connect data from a BigQuery table I have, I found a potential way to do it: By using its API. 

I was able to connect correctly, using a service account , when I then create the integration and I test the connection, I do get the response with 

  • kind"bigquery#tableDataList"(Text)
    • etag"sU8HN6M/RRhXMIrmq4pJgfrw=="(Text)
      • totalRows "5444" 
      • (And I also get this ) rowsList of Dictionary - 5,444 items

      So, as you see the response brings the rows on it, but then when I go to the data source, it does not show me the rows, only kind, etag and totalrows columns, any idea on how to create the table based on the response I get?

        Discussion posts and replies are publicly visible

      Parents Reply Children
      No Data