We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run the following line of code: edx2bigquery daily_logs --tlfn=/edx/var/log/tracking/tracking.log-20180206-1517905021.gz --year2
edx2bigquery daily_logs --tlfn=/edx/var/log/tracking/tracking.log-20180206-1517905021.gz --year2
I get an error:
[bqutil] get_tables: oops! dataset=MH__cs102__2018_T1_logs, no table info in { "totalItems": 0, "kind": "bigquery#tableList", "etag": "\"OaENgf7ForUUnkbYWwdbr4aJHYs/GDY03j5JT_nnnnnn-RBL5f-z_J0\"" }
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I run the following line of code:
edx2bigquery daily_logs --tlfn=/edx/var/log/tracking/tracking.log-20180206-1517905021.gz --year2
I 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.
The text was updated successfully, but these errors were encountered: