Skip to content

Commit 10fbdc9

Browse files
committed
dlt: The package dlt-cratedb has been released
1 parent 8436f96 commit 10fbdc9

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

framework/dlt/basic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import sqlalchemy as sa
66

77
import dlt
8+
import dlt_cratedb
89
from dlt.sources.helpers import requests
910

1011

framework/dlt/pokemon.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
def main():
3838
import dlt
39+
import dlt_cratedb
3940
from dlt.sources.helpers import requests
4041

4142
dlt.run(

framework/dlt/requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Development
2-
dlt[cratedb,parquet] @ git+https://github.com/crate-workbench/dlt@cratedb
2+
#dlt[cratedb,parquet] @ git+https://github.com/crate-workbench/dlt@cratedb
3+
4+
# Staging
5+
dlt[parquet]
6+
dlt-cratedb>=0.0.1
37

48
# Production
59
# TODO: switch to official dlt[cratedb]>=1.12.0 once it’s published with CrateDB support.

0 commit comments

Comments
 (0)