Skip to content

Commit

Permalink
update redash name
Browse files Browse the repository at this point in the history
  • Loading branch information
claire-peters committed Jul 27, 2023
1 parent 5b535a3 commit a84b2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coldfront/core/allocation/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def get_context_data(self, **kwargs):
if 'django_q' in settings.INSTALLED_APPS:
# get last successful runs of djangoq task responsible for allocationuser data pull
user_sync_task = Task.objects.filter(
func__contains="pull_sf_push_cf_redash", success=True
func__contains="pullsf_pushcf_redash", success=True
).order_by('started').last()
user_sync_dt = None if not user_sync_task else user_sync_task.started
else:
Expand Down

0 comments on commit a84b2aa

Please sign in to comment.