Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-analytics-data-api
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-analytics-data-api
Commits
f8265ccd
Commit
f8265ccd
authored
May 29, 2014
by
Gabe Mulley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Misc fixes for issues found during scheduled job creation
Change-Id: Ie708105ff88c273cf189604ce9cadc6cf6ef24e8
parent
24c12d74
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
client.cfg
+2
-0
edx/analytics/tasks/archive.py
+2
-1
No files found.
client.cfg
View file @
f8265ccd
...
...
@@ -26,6 +26,8 @@ pattern = .*?prod-edge-(?:edx(?:app)?|worker)-\d{3}/tracking.log-(?P<date>\d{8})
[event-export]
config = s3://edx-analytics-data/export-config.yaml
gpg_key_dir = s3://edx-analytics-data/gpg-keys/
gpg_master_key = analytics@edx.org
[manifest]
threshold = 500
...
...
edx/analytics/tasks/archive.py
View file @
f8265ccd
...
...
@@ -105,7 +105,8 @@ class ArchiveExportTask(MultiOutputMapReduceJobTask):
self
.
mapper_done
=
True
def
extra_modules
(
self
):
return
[
yaml
]
import
gnupg
return
[
gnupg
,
yaml
]
def
output_path_for_key
(
self
,
key
):
primary_org_id
=
key
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment