Model/etl/customers/vander_elliot/non_intrusives.py
Khalim Conn-Kowlessar f321f46e54 Added missing files
2024-06-25 16:07:46 +01:00

17 lines
500 B
Python

from etl.non_intrusive_surveys.upload.UploadNonIntrusives import UploadNonIntrusives
def app():
"""
This script handles the creation of the portfolio for the non-intrusive surveys
:return:
"""
non_intrusive_s3_filename = (
"customers/Vander Elliot/Non-intrusive survey template V2 - Amazon Management Services.xlsx"
)
non_intrusive = UploadNonIntrusives(
s3_template_location=non_intrusive_s3_filename,
s3_bucket="retrofit-datalake-dev",
)