Skip to content

Commit d59f4f1

Browse files
committed
Clean up
1 parent ec92f49 commit d59f4f1

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

cdk/requirements.txt

-4
This file was deleted.

local.py

+6-4
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,20 @@
3838
[4, '/home/christian/Downloads/airgradient-1714003639-h32tu.csv', '2024-01-05'],
3939
[5, '/home/christian/Downloads/senstate-1714007461-ivz5g.csv', '2021-02-01'],
4040
[1, '/home/christian/Downloads/1610335354.csv', '2022-01-01']
41+
[6, '/home/christian/Downloads/1722384430-2vfvm.json', '2024-07-30'],
42+
[7, '/home/christian/Downloads/1722384430-2vfvm_meas.json', '2024-07-30']
4143
]
4244

4345

4446
# local files
4547
#load_measurements_db(pattern = '^/home/christian/.*\\.(csv|json)')
4648
# remote files, make sure it can at least read it
47-
load_measurements_db()
49+
#load_measurements_db()
4850

4951
## client based methods
50-
#client = IngestClient()
51-
#client.load_keys(rows)
52-
#client.dump()
52+
client = IngestClient()
53+
client.load_keys(rows)
54+
client.dump()
5355

5456
# #client.load(data)
5557
# client.load_metadata(data['meta'])

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ typing-extensions = "^4.12.2"
1616
pydantic = {extras = ["dotenv"], version = "^2.7.3"}
1717
pydantic-settings = "^2.3.2"
1818

19-
2019
[tool.poetry.group.cdk.dependencies]
2120
aws-cdk-lib = "^2.145.0"
2221
boto3 = "^1.34.124"

0 commit comments

Comments
 (0)