From 4462a11e3b5bb97e9cf2a74f5533645665630381 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Fri, 21 Jul 2023 18:21:01 +0100 Subject: [PATCH 1/2] including rdsap tables: --- serverless.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/serverless.yml b/serverless.yml index 75a807fa..628212eb 100644 --- a/serverless.yml +++ b/serverless.yml @@ -36,6 +36,7 @@ package: # Exclude all of model_data but then re-include the files we need - '!model_data/**' - 'model_data/BaseUtility.py' + - 'model_data/rdsap_tables' - 'model_data/config.py' - 'model_data/__init__.py' - '!infrastructure/**' From 6160c0685c6786f0734b6d2f079f1b45cfbbf4b1 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Fri, 21 Jul 2023 18:22:05 +0100 Subject: [PATCH 2/2] moved rdsap_tables to recommendations --- .coveragerc | 2 +- {model_data => recommendations}/rdsap_tables.py | 0 serverless.yml | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) rename {model_data => recommendations}/rdsap_tables.py (100%) diff --git a/.coveragerc b/.coveragerc index a43154d2..62f215fd 100644 --- a/.coveragerc +++ b/.coveragerc @@ -7,4 +7,4 @@ omit = model_data/__init__.py model_data/app.py model_data/plotting/* - model_data/rdsap_tables.py \ No newline at end of file + recommendations/rdsap_tables.py \ No newline at end of file diff --git a/model_data/rdsap_tables.py b/recommendations/rdsap_tables.py similarity index 100% rename from model_data/rdsap_tables.py rename to recommendations/rdsap_tables.py diff --git a/serverless.yml b/serverless.yml index 628212eb..75a807fa 100644 --- a/serverless.yml +++ b/serverless.yml @@ -36,7 +36,6 @@ package: # Exclude all of model_data but then re-include the files we need - '!model_data/**' - 'model_data/BaseUtility.py' - - 'model_data/rdsap_tables' - 'model_data/config.py' - 'model_data/__init__.py' - '!infrastructure/**'