boundless-student-48844
06/29/2021, 10:21 AMTraceback (most recent call last):
File "/home/hadoop/.pyenv/versions/3.7.2/bin/datahub", line 8, in <module>
sys.exit(main())
File "/home/hadoop/.pyenv/versions/3.7.2/lib/python3.7/site-packages/datahub/entrypoints.py", line 93, in main
sys.exit(datahub(standalone_mode=False, **kwargs))
File "/home/hadoop/.pyenv/versions/3.7.2/lib/python3.7/site-packages/click/core.py", line 1137, in __call__
return self.main(*args, **kwargs)
File "/home/hadoop/.pyenv/versions/3.7.2/lib/python3.7/site-packages/click/core.py", line 1062, in main
rv = self.invoke(ctx)
File "/home/hadoop/.pyenv/versions/3.7.2/lib/python3.7/site-packages/click/core.py", line 1668, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/hadoop/.pyenv/versions/3.7.2/lib/python3.7/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/hadoop/.pyenv/versions/3.7.2/lib/python3.7/site-packages/click/core.py", line 763, in invoke
return __callback(*args, **kwargs)
File "/home/hadoop/.pyenv/versions/3.7.2/lib/python3.7/site-packages/datahub/entrypoints.py", line 81, in ingest
pipeline.run()
File "/home/hadoop/.pyenv/versions/3.7.2/lib/python3.7/site-packages/datahub/ingestion/run/pipeline.py", line 108, in run
for wu in self.source.get_workunits():
File "/home/hadoop/.pyenv/versions/3.7.2/lib/python3.7/site-packages/datahub/ingestion/source/sql_common.py", line 239, in get_workunits
yield from self.loop_views(inspector, schema, sql_config)
File "/home/hadoop/.pyenv/versions/3.7.2/lib/python3.7/site-packages/datahub/ingestion/source/sql_common.py", line 319, in loop_views
view_definition = inspector.get_view_definition(view)
File "/home/hadoop/.pyenv/versions/3.7.2/lib/python3.7/site-packages/sqlalchemy/engine/reflection.py", line 338, in get_view_definition
self.bind, view_name, schema, info_cache=self.info_cache
File "/home/hadoop/.pyenv/versions/3.7.2/lib/python3.7/site-packages/sqlalchemy/engine/interfaces.py", line 363, in get_view_definition
raise NotImplementedError()
NotImplementedError
gray-shoe-75895
06/29/2021, 4:31 PMgray-shoe-75895
06/29/2021, 7:41 PMboundless-student-48844
06/30/2021, 6:11 AMgray-shoe-75895
06/30/2021, 6:21 AMpip install 'git+<https://github.com/linkedin/datahub.git#egg=acryl_datahub[datahub-kafka]&subdirectory=metadata-ingestion>'
(changing datahub-kafka to whatever plugins you’d like)gray-shoe-75895
06/30/2021, 6:28 AMboundless-student-48844
06/30/2021, 6:29 AM