important-answer-79732
09/12/2022, 11:04 AM~~~~ Execution Summary ~~~~
RUN_INGEST - {'errors': [],
'exec_id': '7f529d57-21f5-4d39-a8e8-2b92580692ab',
'infos': ['2022-09-12 10:22:14.801662 [exec_id=7f529d57-21f5-4d39-a8e8-2b92580692ab] INFO: Starting execution for task with name=RUN_INGEST',
'2022-09-12 10:22:14.855554 [exec_id=7f529d57-21f5-4d39-a8e8-2b92580692ab] INFO: Caught exception EXECUTING '
'task_id=7f529d57-21f5-4d39-a8e8-2b92580692ab, name=RUN_INGEST, stacktrace=Traceback (most recent call last):\n'
' File "/usr/local/lib/python3.9/site-packages/acryl/executor/execution/default_executor.py", line 121, in execute_task\n'
' self.event_loop.run_until_complete(task_future)\n'
' File "/usr/local/lib/python3.9/site-packages/nest_asyncio.py", line 89, in run_until_complete\n'
' return f.result()\n'
' File "/usr/local/lib/python3.9/asyncio/futures.py", line 201, in result\n'
' raise self._exception\n'
' File "/usr/local/lib/python3.9/asyncio/tasks.py", line 256, in __step\n'
' result = coro.send(None)\n'
' File "/usr/local/lib/python3.9/site-packages/acryl/executor/execution/sub_process_ingestion_task.py", line 71, in execute\n'
' validated_args = SubProcessIngestionTaskArgs.parse_obj(args)\n'
' 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.hundreds-photographer-13496
09/12/2022, 11:13 AMearly-airplane-84388
09/12/2022, 12:43 PMsource:
type: bigquery
config:
include_table_lineage: true
table_pattern:
allow:
- '.*\.bq_dataset\.bq_table'
upstream_lineage_in_report: true
credential:
private_key_id: '${PRIVATE_KEY_ID}'
project_id: <GCP_Project_ID>
client_email: <service-account-name>@<GCP_Project_ID>.<http://iam.gserviceaccount.com|iam.gserviceaccount.com>
private_key: '${PRIVATE_KEY}'
client_id: '<service-account-client-id>'
profiling:
enabled: true
project_id: <GCP_Project_ID>
include_view_lineage: true
view_pattern:
deny:
- '.*'
stateful_ingestion:
enabled: true
schema_pattern:
allow:
- '.*bq_dataset.*'
Anonymised the secrets but the structure and configs used are the same.hundreds-photographer-13496
09/12/2022, 12:52 PMinclude_view_lineage from the recipe, otherwise it looks good. Which version of datahub have you deployed on Kubernetes ? I believe this error occurs when using managed ingestion ?early-airplane-84388
09/12/2022, 1:15 PMinclude_view_lineage but still getting the same error.
Before this, I've also tried uninstalling and reinstalling the dockers with the the helm tool but no change.early-airplane-84388
09/12/2022, 1:24 PMI believe this error occurs when using managed ingestion?Yes, getting the same error in the MySQL integration also.
early-airplane-84388
09/12/2022, 1:35 PMtag: "v0.8.44" that I used for Deployment.early-airplane-84388
09/12/2022, 2:05 PMsteep-midnight-37232
09/12/2022, 5:09 PMgray-shoe-75895
09/12/2022, 7:14 PMearly-airplane-84388
09/13/2022, 8:09 AMsteep-midnight-37232
09/13/2022, 8:22 AM