I am running this locally on my laptop at the moment … This does run but it throws an error:
Obtaining venv creation lock...
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/383a4ddd-78eb-4902-926d-ae026bdae430/recipe.yml --report-to /tmp/datahub/ingest/383a4ddd-78eb-4902-926d-ae026bdae430/ingestion_report.json
[2023-11-15 19:03:04,425] INFO {datahub.cli.ingest_cli:147} - DataHub CLI version: 0.12.0
[2023-11-15 19:03:04,443] INFO {datahub.ingestion.run.pipeline:213} - Sink configured successfully. DataHubRestEmitter: configured to talk to <http://datahub-gms:8080>
[2023-11-15 19:03:04,600] INFO {datahub.ingestion.run.pipeline:230} - Source configured successfully.
[2023-11-15 19:03:04,600] INFO {datahub.cli.ingest_cli:128} - Starting metadata ingestion
[2023-11-15 19:05:10,134] INFO {datahub.ingestion.reporting.file_reporter:52} - Wrote UNKNOWN report successfully to <_io.TextIOWrapper name='/tmp/datahub/ingest/383a4ddd-78eb-4902-926d-ae026bdae430/ingestion_report.json' mode='w' encoding='UTF-8'>
[2023-11-15 19:05:10,134] INFO {datahub.cli.ingest_cli:133} - Source (starburst-trino-usage) report:
{'events_produced': 0,
'events_produced_per_sec': 0,
'entities': {},
'aspects': {},
'warnings': {},
'failures': {},
'start_time': '2023-11-15 19:03:04.600756 (2 minutes and 5.53 seconds ago)',
'running_time': '2 minutes and 5.53 seconds'}
[2023-11-15 19:05:10,135] INFO {datahub.cli.ingest_cli:136} - Sink (datahub-rest) report:
{'total_records_written': 0,
'records_written_per_second': 0,
'warnings': [],
'failures': [],
'start_time': '2023-11-15 19:03:04.441967 (2 minutes and 5.69 seconds ago)',
'current_time': '2023-11-15 19:05:10.135108 (now)',
'total_duration_in_seconds': 125.69,
'gms_version': 'v0.12.0',
'pending_requests': 0}
2 validation errors for TrinoJoinedAccessEvent
create_time
none is not an allowed value (type=type_error.none.not_allowed)
end_time
none is not an allowed value (type=type_error.none.not_allowed)```