add dlt script

This commit is contained in:
Deeman
2025-05-01 17:40:10 +02:00
parent 265250864c
commit d84e39fd9f

28
on=Noneqq Normal file
View File

@@ -0,0 +1,28 @@
commit d60bf0ea3f5e4563e7b58262b5ae15afd58b660a (HEAD -> master, origin/master, origin/HEAD)
Author: Deeman <hendriknote@gmail.com>
Date: Wed Apr 30 19:04:19 2025 +0200
dlt add
diff --git a/extract/.dlt/config.toml b/extract/.dlt/config.toml
new file mode 100644
index 0000000..3372bd5
--- /dev/null
+++ b/extract/.dlt/config.toml
@@ -0,0 +1,6 @@
+[destination.filesystem]
+bucket_url = "file:///~/data/wasde" # three / for an absolute path
+
+[runtime]
+log_level="DEBUG"
+log_format="JSON"
diff --git a/extract/apikey b/extract/apikey
new file mode 100644
index 0000000..697912c
--- /dev/null
+++ b/extract/apikey
@@ -0,0 +1 @@
+n1cDatmPp2b18qqKOgDKVndjdrUk4oUgB9HALoVA
diff --git a/extract/dlt_script.py b/extract/dlt_script.py
new file mode 100644
index 0000000..e69de29