- 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 3 commits
-
-
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 -
Fix source for course_subjects in BigQuery load.
brianhw committed -
Brian Wilson committed
-
- 05 Dec, 2017 8 commits
-
-
Remove traceback info.
Hassan committed -
Hassan Javeed committed
-
Updated analyze script to support newer releases of EMR.
Hassan committed -
Hassan Javeed committed
-
pycodestyle reads from setup.cfg so there is no need for an additional file. LEARNER-1745
Clinton Blackburn committed -
- All imports have been sorted using isort - Unused imports have been removed - isort is now run as part of code quality checks LEARNER-1745
Clinton Blackburn committed -
A Dockerfile is now included so that developers can use a Docker image/container for local testing. Travis now builds the Docker image and runs tests on the container. The image is pushed to Docker Hub for successful master builds. LEARNER-1745
Clinton Blackburn committed -
LEARNER-1745
Clinton Blackburn committed
-