Skip to content

Commit

Permalink
added survey id changing for updated surveys (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
saravanpa-aot authored Nov 10, 2023
1 parent 4b52aa1 commit 2e50cec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions met-etl/src/etl_project/services/ops/survey_etl_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

from analytics_api.models.etlruncycle import EtlRunCycle as EtlRunCycleModel
from analytics_api.models.request_type_option import RequestTypeOption as EtlRequestTypeOption
from analytics_api.models.response_type_option import ResponseTypeOption as EtlResponseTypeOptionModel
from analytics_api.models.survey import Survey as EtlSurveyModel
from met_api.models.survey import Survey as MetSurveyModel
from analytics_api.utils.util import FormIoComponentType
Expand Down

0 comments on commit 2e50cec

Please sign in to comment.