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
      • Got it, not sure if I'm doing something wrong, I went to my app>'objects'>'New'>'Expression Rule'

        this opened a new tab with the text editor there and I pasted rule!SAMPLE_TGSU_bigquery().totalRows

        Then I did 'Test rule' and on Test output, I got an error:

        Expression evaluation error at function rule!SAMPLE_TGSU_bigquery: Invalid function rule!SAMPLE_TGSU_bigquery (not available as [rule])

        Do you have any insights?

      Children