We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377f23d commit 277341fCopy full SHA for 277341f
1 file changed
src/datapilot/cli/main.py
@@ -9,3 +9,10 @@ def datapilot():
9
10
11
datapilot.add_command(dbt)
12
+
13
+try:
14
+ from datapilot.ingestion.cli import ingest
15
16
+ datapilot.add_command(ingest)
17
+except ImportError as e:
18
+ pass
0 commit comments