Error while trying to ingest dbt run_results.json from S3 bucket using DataHub v0.13.2

Original Slack Thread

Hi DataHub,
Using v0.13.2, I am trying to ingest dbt run_results.json that stored in S3 bucket, the ingest sink returned an error.

Acquired venv creation lock
venv is already set up
venv setup time = 0 sec
This version of datahub supports report-to functionality
+ exec datahub ingest run -c /tmp/datahub/ingest/a37667a2-01b6-4abb-bbad-cfde22a1c543/recipe.yml --report-to /tmp/datahub/ingest/a37667a2-01b6-4abb-bbad-cfde22a1c543/ingestion_report.json
[2024-05-10 16:19:35,343] INFO     {datahub.cli.ingest_cli:147} - DataHub CLI version: 0.12.1.5
[2024-05-10 16:19:35,431] INFO     {datahub.ingestion.run.pipeline:238} - Sink configured successfully. DataHubRestEmitter: configured to talk to <http://datahub-datahub-gms:8080> with token: eyJh**********evOI
[2024-05-10 16:19:35,997] ERROR    {datahub.entrypoints:201} - Command failed: Failed to find a registered source for type s3: s3 is disabled; try running: pip install 'acryl-datahub[s3]'```
Doesn't the datahub helm-chart have already installed this package?

Hey there! :wave: Make sure your message includes the following information if relevant, so we can help more effectively!

  1. Are you using UI or CLI for ingestion?
  2. Which DataHub version are you using? (e.g. 0.12.0)
  3. What data source(s) are you integrating with DataHub? (e.g. BigQuery)