mysterious-portugal-30527
03/24/2022, 5:32 PM'File "/tmp/datahub/ingest/venv-61422838-a72c-4c58-991f-380cbc29cafc/lib/python3.9/site-packages/datahub/ingestion/api/registry.py", line '
'132, in get\n'
' 115 def get(self, key: str) -> Type[T]:\n'
' (...)\n'
' 128 raise ConfigurationError(\n'
' 129 f"{key} is disabled; try running: pip install \'{__package_name__}[{key}]\'"\n'
' 130 ) from tp\n'
' 131 elif isinstance(tp, Exception):\n'
'--> 132 raise ConfigurationError(\n'
' 133 f"{key} is disabled due to an error in initialization"\n'
Thoughts??square-activity-64562
03/24/2022, 5:39 PMmysterious-portugal-30527
03/24/2022, 5:47 PMsquare-activity-64562
03/24/2022, 5:50 PMmysterious-portugal-30527
03/24/2022, 9:00 PM'File "/tmp/datahub/ingest/venv-82c9de55-ae3f-4eaa-b2fd-1e63b7e6d02a/lib/python3.9/site-packages/datahub/ingestion/api/registry.py", line '
'132, in get\n'
' 115 def get(self, key: str) -> Type[T]:\n'
' (...)\n'
' 128 raise ConfigurationError(\n'
' 129 f"{key} is disabled; try running: pip install \'{__package_name__}[{key}]\'"\n'
' 130 ) from tp\n'
' 131 elif isinstance(tp, Exception):\n'
'--> 132 raise ConfigurationError(\n'
' 133 f"{key} is disabled due to an error in initialization"\n'
'\n'
'ConfigurationError: mysql is disabled due to an error in initialization\n',
"2022-03-24 20:55:46.596236 [exec_id=82c9de55-ae3f-4eaa-b2fd-1e63b7e6d02a] INFO: Failed to execute 'datahub ingest'",
'2022-03-24 20:55:46.602270 [exec_id=82c9de55-ae3f-4eaa-b2fd-1e63b7e6d02a] INFO: Caught exception EXECUTING '
'task_id=82c9de55-ae3f-4eaa-b2fd-1e63b7e6d02a, 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 119, in execute_task\n'
' self.event_loop.run_until_complete(task_future)\n'
``````mysterious-portugal-30527
03/24/2022, 9:02 PMmysterious-portugal-30527
03/24/2022, 9:54 PM