02-22-2023 04:32 PM
We are adding two new Snaps to the Google BigQuery Snap Pack.
Table Create Snap creates tables in BigQuery and can take advantage of features such as expiring tables, clustering, partitioning.
Table List Snap lists tables defined in a BigQuery dataset. It uses gRPC instead of SQL to return all columns and rows leading to better performance.
03-20-2023 05:23 AM
Hello dbapat,
Can we use Table data List snap to read data for View? What is the Snap to be used for that please?
Thanks,
Anendu
04-03-2023 11:13 AM
@Anendu Table Data List Snap doesn’t support views. You can use an SQL query in the Execute Snap instead.