Hi, i got this error when doing ingestion via UI. ...
# ingestion
c
Hi, i got this error when doing ingestion via UI.
Copy code
'  File "pydantic/main.py", line 521, in pydantic.main.BaseModel.parse_obj\n'
           '  File "pydantic/main.py", line 341, in pydantic.main.BaseModel.__init__\n'
           'pydantic.error_wrappers.ValidationError: 1 validation error for SubProcessIngestionTaskArgs\n'
           'debug_mode\n'
           '  extra fields not permitted (type=value_error.extra)\n']}
Execution finished with errors.
the recipe is just like this
Copy code
source:
    type: bigquery
    config:
        credential:
            private_key_id: xxxxxxxxx
            project_id: xxxxxxxxxxxxxxxxxxx
            client_email: xxxxxxxxxxxxxxxxxxxxxxx
            private_key: xxxxxxxxxxxxxxxxxxxxxxx
            client_id: xxxxxxxxxxxxxxxx
        project_id: xxxxxxxxxxxxxxx
pipeline_name: 'urn:li:dataHubIngestionSource:7552c3ac-6533-4f5a-9dc2-7d50abc3be5d'
datahub version: 0.8.44.1
h
Please bump datahub-actions container version to 0.0.7 to solve this error.
c
Ok, thank you @hundreds-photographer-13496 i will try