We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dlt-cratedb
1 parent 8436f96 commit 10fbdc9Copy full SHA for 10fbdc9
framework/dlt/basic.py
@@ -5,6 +5,7 @@
5
import sqlalchemy as sa
6
7
import dlt
8
+import dlt_cratedb
9
from dlt.sources.helpers import requests
10
11
framework/dlt/pokemon.py
@@ -36,6 +36,7 @@
36
37
def main():
38
39
+ import dlt_cratedb
40
41
42
dlt.run(
framework/dlt/requirements.txt
@@ -1,5 +1,9 @@
1
# Development
2
-dlt[cratedb,parquet] @ git+https://github.com/crate-workbench/dlt@cratedb
+#dlt[cratedb,parquet] @ git+https://github.com/crate-workbench/dlt@cratedb
3
+
4
+# Staging
+dlt[parquet]
+dlt-cratedb>=0.0.1
# Production
# TODO: switch to official dlt[cratedb]>=1.12.0 once it’s published with CrateDB support.
0 commit comments