Skip to content

Commit

Permalink
Add ingest command
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesmet committed Feb 12, 2025
1 parent 2963f2c commit 2e2b311
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/datapilot/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,10 @@ def datapilot():


datapilot.add_command(dbt)

try:
from datapilot.ingestion.cli import ingest

datapilot.add_command(ingest)
except ImportError:
pass

0 comments on commit 2e2b311

Please sign in to comment.