From e126faf0c1b958772016fa996976efd58a0f921d Mon Sep 17 00:00:00 2001 From: alifradi Date: Wed, 18 Sep 2024 21:33:45 -0400 Subject: [PATCH] update all---> Dockerization --- .Rproj.user/CC312644/pcs/source-pane.pper | 2 +- .Rproj.user/CC312644/pcs/windowlayoutstate.pper | 12 ++++++------ .Rproj.user/CC312644/sources/prop/0AB4E35B | 4 ++-- .Rproj.user/CC312644/sources/prop/CC38D2E2 | 4 ++-- .Rproj.user/CC312644/sources/prop/INDEX | 1 + .Rproj.user/shared/notebooks/paths | 2 ++ tests/units_tester.py | 1 + 7 files changed, 15 insertions(+), 11 deletions(-) diff --git a/.Rproj.user/CC312644/pcs/source-pane.pper b/.Rproj.user/CC312644/pcs/source-pane.pper index ddca97d..902cc6f 100644 --- a/.Rproj.user/CC312644/pcs/source-pane.pper +++ b/.Rproj.user/CC312644/pcs/source-pane.pper @@ -1,3 +1,3 @@ { - "activeTab": 2 + "activeTab": 0 } \ No newline at end of file diff --git a/.Rproj.user/CC312644/pcs/windowlayoutstate.pper b/.Rproj.user/CC312644/pcs/windowlayoutstate.pper index fd576c4..1a68852 100644 --- a/.Rproj.user/CC312644/pcs/windowlayoutstate.pper +++ b/.Rproj.user/CC312644/pcs/windowlayoutstate.pper @@ -1,14 +1,14 @@ { "left": { - "splitterpos": 81, + "splitterpos": 129, "topwindowstate": "NORMAL", - "panelheight": 592, - "windowheight": 630 + "panelheight": 938, + "windowheight": 976 }, "right": { - "splitterpos": 369, + "splitterpos": 584, "topwindowstate": "NORMAL", - "panelheight": 592, - "windowheight": 630 + "panelheight": 938, + "windowheight": 976 } } \ No newline at end of file diff --git a/.Rproj.user/CC312644/sources/prop/0AB4E35B b/.Rproj.user/CC312644/sources/prop/0AB4E35B index 00a1d43..8a962ed 100644 --- a/.Rproj.user/CC312644/sources/prop/0AB4E35B +++ b/.Rproj.user/CC312644/sources/prop/0AB4E35B @@ -1,6 +1,6 @@ { "source_window_id": "", "Source": "Source", - "cursorPosition": "33,17", - "scrollLine": "14" + "cursorPosition": "25,47", + "scrollLine": "12" } \ No newline at end of file diff --git a/.Rproj.user/CC312644/sources/prop/CC38D2E2 b/.Rproj.user/CC312644/sources/prop/CC38D2E2 index 45f61fe..26bb3b8 100644 --- a/.Rproj.user/CC312644/sources/prop/CC38D2E2 +++ b/.Rproj.user/CC312644/sources/prop/CC38D2E2 @@ -1,6 +1,6 @@ { "source_window_id": "", "Source": "Source", - "cursorPosition": "33,0", - "scrollLine": "9" + "cursorPosition": "1,0", + "scrollLine": "0" } \ No newline at end of file diff --git a/.Rproj.user/CC312644/sources/prop/INDEX b/.Rproj.user/CC312644/sources/prop/INDEX index 5d26209..8817e6a 100644 --- a/.Rproj.user/CC312644/sources/prop/INDEX +++ b/.Rproj.user/CC312644/sources/prop/INDEX @@ -1,4 +1,5 @@ D%3A%2FData%20engineer%20track%2FETL-pipline-automated%2F.github%2Fworkflows%2Fcode_review.yml="D4DF0E03" +D%3A%2FData%20engineer%20track%2FETL-pipline-automated%2F.github%2Fworkflows%2Ftest_functions.yml="07E00D1C" D%3A%2FData%20engineer%20track%2FETL-pipline-automated%2Fetl%2Fextract.py="CC38D2E2" D%3A%2FData%20engineer%20track%2FETL-pipline-automated%2Fetl%2Ffunctions_data.json="807514FC" D%3A%2FData%20engineer%20track%2FETL-pipline-automated%2Ffunctions_data.json="EDC781ED" diff --git a/.Rproj.user/shared/notebooks/paths b/.Rproj.user/shared/notebooks/paths index bdceb2b..aeba2ba 100644 --- a/.Rproj.user/shared/notebooks/paths +++ b/.Rproj.user/shared/notebooks/paths @@ -1,3 +1,5 @@ D:/Data engineer track/ETL-pipline-automated/.github/workflows/code_review.yml="8AA4FA2C" +D:/Data engineer track/ETL-pipline-automated/.github/workflows/test_functions.yml="1787F842" D:/Data engineer track/ETL-pipline-automated/etl/extract.py="FC9CD686" +D:/Data engineer track/ETL-pipline-automated/etl/functions_data.json="5E124C0F" D:/Data engineer track/ETL-pipline-automated/tests/units_tester.py="3A161D0F" diff --git a/tests/units_tester.py b/tests/units_tester.py index 781961f..c6b4cfb 100644 --- a/tests/units_tester.py +++ b/tests/units_tester.py @@ -3,6 +3,7 @@ import sys import os import pandas as pd +import requests # Add the directory containing the modules to the Python path sys.path.append(os.path.join(os.path.dirname(__file__), '..', 'etl'))