Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Bigquery table_list is empty #75

@msj121

Description

@msj121

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:

[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

print "[bqutil] get_tables: oops! dataset=%s, no table info in %s" % (dataset_id, json.dumps(table_list, indent=4))

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions