"""Projections ETL integration test config.""" import sys domain = 'dev' flow_execution_timeout = 300 SWF_WORKFLOW_ID = 'test_projections_workflow_id' python_path = sys.executable application_path = './application.py' test_bucket_name = 'dev-cucumbers' test_bucket_path = 'film-transparency/projections/drop' source_file_name = '889845077732-20160102083503.csv' source_file_data = { 'file_name': source_file_name, 'local_path': './integration_tests/flows/projections/fixtures/' '{}'.format(source_file_name), 's3_path': '{}/{}'.format(test_bucket_path, source_file_name) } correlation_id = 'projections_integration_test' # is used for anchor date determination test_revenue_data = ( '889845077732', '889845077732', 1313.25, '2016-01-04', 41, 1, 1)