Skip to content

Commit

Permalink
SACGF/variantgrid_com#86 - testing out whether this helps...
Browse files Browse the repository at this point in the history
  • Loading branch information
davmlaw committed Sep 11, 2024
1 parent 961f24b commit 89bc451
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions analysis/views/views_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

from django.contrib.postgres.aggregates.general import StringAgg
from django.core.cache import cache
from django.db import transaction
from django.http.response import Http404, StreamingHttpResponse, HttpResponseRedirect
from django.urls import reverse
from django.utils.decorators import method_decorator
Expand Down Expand Up @@ -226,6 +227,7 @@ def get_node_export_basename(node: AnalysisNode) -> str:
return "_".join(name_parts)


@transaction.non_atomic_requests
def cohort_grid_export(request, cohort_id, export_type):
EXPORT_TYPES = {"csv", "vcf"}

Expand Down

0 comments on commit 89bc451

Please sign in to comment.