Unverified Commit d4c5773c by Jillian Vogel Committed by GitHub

Merge pull request #446 from open-craft/jill/allow-empty-me-summary

Allow empty inserts for ModuleEngagementSummaryMetricRangesMysqlTask
parents 2e38a0b9 df055d86
......@@ -766,6 +766,10 @@ class ModuleEngagementSummaryMetricRangesMysqlTask(ModuleEngagementDownstreamMix
'want.',
significant=False
)
allow_empty_insert = luigi.BooleanParameter(
default=False,
config_path={'section': 'module-engagement', 'name': 'allow_empty_insert'},
)
@property
def table(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