Hello datahub team i am facing below error when i ...
# all-things-deployment
c
Hello datahub team i am facing below error when i am creating ingestion with Trino. Steps I am following up from this link: https://datahubproject.io/docs/ui-ingestion 1. I have created a policy. 2. I have created a ingestion with below details
Copy code
source:
    type: starburst-trino-usage
    config: null
    host_port: 'datamesh.conci**<http://usquest.com:443|usquest.com:443>'
    database: tpch
    username: ds-starburst
    password: 'lnBs****6Up'
    email_domain: ankit.rawat@co***<http://rrus.com|rrus.com>
    audit_catalog: tiny
    audit_schema: customer
sink:
    type: datahub-rest
    config:
        server: '<http://localhost:8080>'
Now i am receiving this error
Copy code
~~~~ Execution Summary - RUN_INGEST ~~~~
Execution finished with errors.
{'exec_id': '85e65980-bd26-416d-9fbd-bb15840a12d3',
 'infos': ['2023-05-30 12:32:00.237740 INFO: Starting execution for task with name=RUN_INGEST',
           "2023-05-30 12:32:04.279953 INFO: Failed to execute 'datahub ingest'",
           '2023-05-30 12:32:04.280103 INFO: Caught exception EXECUTING task_id=85e65980-bd26-416d-9fbd-bb15840a12d3, name=RUN_INGEST, '
           'stacktrace=Traceback (most recent call last):\n'
           '  File "/usr/local/lib/python3.10/site-packages/acryl/executor/execution/default_executor.py", line 122, in execute_task\n'
           '    task_event_loop.run_until_complete(task_future)\n'
           '  File "/usr/local/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete\n'
           '    return future.result()\n'
           '  File "/usr/local/lib/python3.10/site-packages/acryl/executor/execution/sub_process_ingestion_task.py", line 231, in execute\n'
           '    raise TaskError("Failed to execute \'datahub ingest\'")\n'
           "acryl.executor.execution.task.TaskError: Failed to execute 'datahub ingest'\n"],
 'errors': []}

~~~~ Ingestion Logs ~~~~
Obtaining venv creation lock...
Acquired venv creation lock
venv setup time = 0
This version of datahub supports report-to functionality
datahub  ingest run -c /tmp/datahub/ingest/85e65980-bd26-416d-9fbd-bb15840a12d3/recipe.yml --report-to /tmp/datahub/ingest/85e65980-bd26-416d-9fbd-bb15840a12d3/ingestion_report.json
[2023-05-30 12:32:02,233] INFO     {datahub.cli.ingest_cli:165} - DataHub CLI version: 0.10.0
7 validation errors for PipelineConfig
source -> audit_catalog
  extra fields not permitted (type=value_error.extra)
source -> audit_schema
  extra fields not permitted (type=value_error.extra)
source -> database
  extra fields not permitted (type=value_error.extra)
source -> email_domain
  extra fields not permitted (type=value_error.extra)
source -> host_port
  extra fields not permitted (type=value_error.extra)
source -> password
  extra fields not permitted (type=value_error.extra)
source -> username
  extra fields not permitted (type=value_error.extra)
d
Hi, what version are you using with ui ingestion?