OperationalError: SYNTAX_ERROR: line 4:14: Schema ol_warehouse_mitx_production does not exist
Closed this issue · 0 comments
sentry-io commented
Sentry Issue: OPEN-88P
OperationalError: SYNTAX_ERROR: line 4:14: Schema ol_warehouse_mitx_production does not exist
File "course_catalog/tasks.py", line 459, in update_enrollments_for_email
enrollments.update_enrollments_for_user(user)
File "course_catalog/etl/enrollments.py", line 42, in update_enrollments_for_user
cursor.execute(query)
File "pyathena/util.py", line 37, in _wrapper
return wrapped(*args, **kwargs)
File "pyathena/cursor.py", line 106, in execute
raise OperationalError(query_execution.state_change_reason)