mitodl / edx2bigquery

Tool to convert & load data from edX platform into BigQuery
GNU General Public License v2.0
29 stars 29 forks source link

no schema_tracking_log.json #73

Closed msj121 closed 6 years ago

msj121 commented 6 years ago

When I run edx2bigquery doall --year2

Error completing setup_sql on abc/EDX101/2018_T1, err=[Errno 2] No such file or directory: '/usr/local/lib/python2.7/dist-packages/edx2bigquery/schemas/schema_tracking_log.json'
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/edx2bigquery/main.py", line 225, in setup_sql
    setup_sql(param, args, steps, course_id)

If I go to the folder (/usr/local/lib/python2.7/dist-packages/edx2bigquery) it contains:

addmoduleid.py                 edx2course_axis.pyc                   make_axis_pin_dates_from_listings.pyc  make_irt_report.pyc               make_user_info_combo.pyc
addmoduleid.pyc                extract_logs_mongo2gs.py              make_cinfo.py                          make_item_tables.py               make_video_analysis.py
analyze_content.py             extract_logs_mongo2gs.pyc             make_cinfo.pyc                         make_item_tables.pyc              make_video_analysis.pyc
analyze_content.pyc            fix_missing_grades.py                 make_combined_person_course.py         make_openassessment_analysis.py   process_tracking_logs.py
auth.py                        fix_missing_grades.pyc                make_combined_person_course.pyc        make_openassessment_analysis.pyc  process_tracking_logs.pyc
auth.pyc                       fix_missing_user_info.py              make_course_axis.py                    make_person_course_day.py         rephrase_forum_data.py
axis2bigquery.py               fix_missing_user_info.pyc             make_course_axis.pyc                   make_person_course_day.pyc        rephrase_forum_data.pyc
axis2bigquery.pyc              fix_unicode.py                        make_course_report_tables.py           make_person_course.py             rephrase_tracking_logs.py
bin                            fix_unicode.pyc                       make_course_report_tables.pyc          make_person_course.pyc            rephrase_tracking_logs.pyc
bqutil.py                      gsutil.py                             make_enrollment_day.py                 make_problem_analysis.py          run_external.py
bqutil.pyc                     gsutil.pyc                            make_enrollment_day.pyc                make_problem_analysis.pyc         run_external.pyc
build_tracking_log_schema.py   __init__.py                           make_forum_analysis.py                 make_problem_events.py            split_and_rephrase.py
build_tracking_log_schema.pyc  __init__.pyc                          make_forum_analysis.pyc                make_problem_events.pyc           split_and_rephrase.pyc
check_course_key_version.py    load_course_sql.py                    make_geoip_table.py                    make_research_data_tables.py      split_logs_by_day.py
check_course_key_version.pyc   load_course_sql.pyc                   make_geoip_table.pyc                   make_research_data_tables.pyc     split_logs_by_day.pyc
check_schema_tracking_log.py   load_daily_tracking_logs.py           make_grades_persistent.py              make_roles.py                     table_reader.py
check_schema_tracking_log.pyc  load_daily_tracking_logs.pyc          make_grades_persistent.pyc             make_roles.pyc                    table_reader.pyc
config_external.py             load_staff.py                         make_grading_policy_table.py           make_time_on_asset.py             test
config_external.pyc            load_staff.pyc                        make_grading_policy_table.pyc          make_time_on_asset.pyc            transfer_logs_to_gs.py
do_waldofication_of_sql.py     main.py                               make_idv_features.py                   make_time_on_task.py              transfer_logs_to_gs.pyc
do_waldofication_of_sql.pyc    main.pyc                              make_idv_features.pyc                  make_time_on_task.pyc             xbundle.py
edx2course_axis.py             make_axis_pin_dates_from_listings.py  make_irt_report.py                     make_user_info_combo.py           xbundle.pyc

What am I missing? I started up my edx from scratch recently (ginkgo.2). New Edx2bigquery, I followed the readme instructions for install. I have one course mostly blank and a user enrolled in it.

Any help would be GREATLY appreciated.