We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2963f2c commit 2e2b311Copy full SHA for 2e2b311
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:
18
+ pass
0 commit comments