Commit f7843320 by Hassan Javeed

Temp tables.

parent 53189add
...@@ -500,7 +500,7 @@ class QueryLastCountryPerCourseTask( ...@@ -500,7 +500,7 @@ class QueryLastCountryPerCourseTask(
@property @property
def table(self): def table(self):
"""Provides name of Hive database table.""" """Provides name of Hive database table."""
return 'course_enrollment_location_current' return 'course_enrollment_location_current_temp'
@property @property
def table_location(self): def table_location(self):
...@@ -542,7 +542,7 @@ class InsertToMysqlLastCountryPerCourseTask( ...@@ -542,7 +542,7 @@ class InsertToMysqlLastCountryPerCourseTask(
""" """
@property @property
def table(self): def table(self):
return "course_enrollment_location_current" return "course_enrollment_location_current_temp"
@property @property
def columns(self): def columns(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment