- 01 Mar, 2018 1 commit
-
-
Delete manifest file on overwrite.
brianhw committed
-
- 28 Feb, 2018 1 commit
-
-
Implement for module engagement to begin with, since its ModuleEngagementDataTask class will often have the same parameters (i.e. the given day to calculate), and therefore uses the same manifest file when being rerun.
Brian Wilson committed
-
- 22 Feb, 2018 2 commits
- 21 Feb, 2018 1 commit
-
-
Fix basic quality so it passes.
Brian Wilson committed
-
- 16 Feb, 2018 1 commit
-
-
Jillian Vogel committed
-
- 15 Feb, 2018 4 commits
-
-
ENT-777 Pipeline tasks to import enterprise enrollment data
Brittney Exline committed -
Brittney Exline committed
-
Brittney Exline committed
-
to better reflect that parameter's type. Also moves the partition_value testing into test_course_list, since this is where the TimestampPartitionMixin lives.
Jillian Vogel committed
-
- 14 Feb, 2018 2 commits
-
-
Use Luigi return codes.
brianhw committed -
Brian Wilson committed
-
- 09 Feb, 2018 1 commit
-
-
Update Acceptence tests for data czar export key changes
Brian Beggs committed
-
- 05 Feb, 2018 1 commit
-
-
Brian Beggs committed
-
- 02 Feb, 2018 1 commit
-
-
Doc for JSON list input and incremental video.
brianhw committed
-
- 31 Jan, 2018 1 commit
-
-
Brian Wilson committed
-
- 29 Jan, 2018 2 commits
- 25 Jan, 2018 2 commits
-
-
Brian Wilson committed
-
If Boto is passed "validate=True", it will require an additional permission to be present when asked to list all of the keys in the bucket. We want to minimize the set of required permissions so we get a reference to the bucket without validating that it exists. It should only require PutObject and PutObjectAcl permissions in order to write to the target bucket. This is particularly the case with answer-distribution, which writes out to a bucket that is used by LMS for course downloads.
Brian Wilson committed
-
- 24 Jan, 2018 2 commits
-
-
Upgrade to fork of Luigi 2.7.
brianhw committed -
Brian Wilson committed
-
- 08 Jan, 2018 3 commits
-
-
Andrew Zafft committed
-
Hive partition overwrite by default
Andrew Zafft committed -
Andrew Zafft committed
-
- 28 Dec, 2017 2 commits
-
-
Generate the Hive Table but not Table Data
Andrew Zafft committed -
Reverting this back to using the prior functionality of generating a hive table but not generating the associated data
Andrew Zafft committed
-
- 27 Dec, 2017 2 commits
-
-
fixing a bad record ordering for EnrollmentDailyRecord that was causi…
Andrew Zafft committed -
fixing a bad record ordering for EnrollmentDailyRecord that was causing fields to be incorrectly read
Andrew Zafft committed
-
- 21 Dec, 2017 6 commits
-
-
Fix isort and pep8 errors.
brianhw committed -
There were two cases of "E731 do not assign a lambda expression, use a def", but I just added E731 to the exclusion list rather than changing that.
Brian Wilson committed -
Remove unnecessary, slow counters from enrollment.
brianhw committed -
Brian Wilson committed
-
Unwinding the usage of HiveQueryToMysqlTask in enrollment
Andrew Zafft committed -
Removing HiveQueryToMysqlTask from the codebase and adding in controls for overwrite_hive and overwrite_mysql
Andrew Zafft committed
-
- 15 Dec, 2017 2 commits
-
-
Fix HiveQueryToMysqlTask dependency in student_engagement workflow
Abdul Mannan committed -
Abdul Mannan committed
-
- 14 Dec, 2017 2 commits
-
-
Introduce pip-compile tooling
brianhw committed -
Brian Wilson committed
-
- 06 Dec, 2017 1 commit
-
-
The order import query now retrieves the UUID of the course (not to be confused with course run) for which an entitlement was purchased. LEARNER-1745
Clinton Blackburn committed
-