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?