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
{{ message }}
This repository was archived by the owner on Sep 25, 2025. It is now read-only.
When I run the following line of code:
edx2bigquery daily_logs --tlfn=/edx/var/log/tracking/tracking.log-20180206-1517905021.gz --year2I get an error:
The error occurs at
edx2bigquery/edx2bigquery/bqutil.py
Line 114 in 0a4fd85
When I go to bigquery in my gcp, it shows the dataset MH__cs102__2018_T1_logs, but without any tables.
Do I need to run a specific command to setup bigquery first? I just assumed this command would copy the necessary data to bigquery.