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
query="""SELECT log_index,transaction_hash,logs.transaction_index,address,data,topics,logs.block_timestamp,logs.block_number,gas,gas_price,receipt_gas_used FROM
10
14
`bigquery-public-data.crypto_ethereum.logs` AS logs
11
15
JOIN `bigquery-public-data.crypto_ethereum.transactions` AS transactions ON logs.transaction_hash = transactions.hash
@@ -22,7 +26,7 @@
22
26
# Location must match that of the dataset(s) referenced in the query.
23
27
location='US',
24
28
job_config=job_config) # API request - starts the query
0 commit comments