Files
beanflows/on=Noneqq
2025-05-01 17:40:10 +02:00

29 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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