Hello. I have datahub deployed in Kubernetes clust...
# all-things-deployment
b
Hello. I have datahub deployed in Kubernetes cluster. After changing the password for the datahub default user I am no longer able to execute recipes for ingestion from the UI no matter the source. I get the following message:
Copy code
~~~~ Execution Summary ~~~~

RUN_INGEST - {'errors': [],
 'exec_id': '318cbd70-0a68-426a-aec1-c9c50c344b85',
 'infos': ['2022-09-20 13:17:11.219637 [exec_id=318cbd70-0a68-426a-aec1-c9c50c344b85] INFO: Starting execution for task with name=RUN_INGEST',
           '2022-09-20 13:17:11.220184 [exec_id=318cbd70-0a68-426a-aec1-c9c50c344b85] INFO: Caught exception EXECUTING '
           'task_id=318cbd70-0a68-426a-aec1-c9c50c344b85, 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.
If however I log into the kubernetes pod - datahub-acryl-datahub-action, and execute the same recipe.yaml it executes sucessfully. Can someone help with my problem?
m
This seems like an issue with debug mode
Could you turn that off and check?
b
Hi there! What image are you pulling for datahub-actions?
We are releasing a new version v0.0.7 now!
If you're pinning a version below
b
Turning debug mode of didn’t resolve the problem
acryl-datahub-actions: enabled: true serviceAccount: name: acryl-datahub-actions image: repository: acryldata/datahub-actions tag: “v0.0.4” resources: limits: memory: 512Mi requests: cpu: 300m memory: 256Mi
this is the version of datahub-actions
b
it shoul be v0.0.7
b
Ok, I will try upgrading the version. Thanks.