Skip to content

Commit

Permalink
update all---> Dockerization
Browse files Browse the repository at this point in the history
  • Loading branch information
alifradi committed Sep 19, 2024
1 parent 0f01995 commit e126faf
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .Rproj.user/CC312644/pcs/source-pane.pper
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"activeTab": 2
"activeTab": 0
}
12 changes: 6 additions & 6 deletions .Rproj.user/CC312644/pcs/windowlayoutstate.pper
Original file line number Diff line number Diff line change
@@ -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
}
}
4 changes: 2 additions & 2 deletions .Rproj.user/CC312644/sources/prop/0AB4E35B
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"source_window_id": "",
"Source": "Source",
"cursorPosition": "33,17",
"scrollLine": "14"
"cursorPosition": "25,47",
"scrollLine": "12"
}
4 changes: 2 additions & 2 deletions .Rproj.user/CC312644/sources/prop/CC38D2E2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"source_window_id": "",
"Source": "Source",
"cursorPosition": "33,0",
"scrollLine": "9"
"cursorPosition": "1,0",
"scrollLine": "0"
}
1 change: 1 addition & 0 deletions .Rproj.user/CC312644/sources/prop/INDEX
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 2 additions & 0 deletions .Rproj.user/shared/notebooks/paths
Original file line number Diff line number Diff line change
@@ -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"
1 change: 1 addition & 0 deletions tests/units_tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit e126faf

Please sign in to comment.