You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install latest version datahub mssql module pip install acryl-datahub[mssql]==0.9.3
Add description to table or column in database
Run command to ingest data datahub ingest -c ./<mssql yml name>.yml
See error
Table description error example ProgrammingError: (pyodbc.ProgrammingError) ('ODBC SQL type -150 is not yet supported. column-index=2 type=-150', 'HY106') (Background on this error at: http://sqlalche.me/e/13/f405)
Column description error example ProgrammingError: (pyodbc.ProgrammingError) ('ODBC SQL type -150 is not yet supported. column-index=3 type=-150', 'HY106') (Background on this error at: http://sqlalche.me/e/13/f405)
Expected behavior
Pipeline finished successfully
Screenshots
Table description error
Column description error
Desktop (please complete the following information):
OS: [Windows, Ubuntu]
Browser [chrome]
Version [103.0.5]
DataHub libraries info:
DataHub CLI version [0.9.3]
Python version: [3.8.0]
SQLAlchemy [1.3.24]
pyodbc [4.0.32]
sqlalchemy-pytds [0.3.4]
Additional context
Quick solution proposal:
add flag include_column_description
add flag include_table_description
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open for 30 days with no activity. If you believe this is still an issue on the latest DataHub release please leave a comment with the version that you tested it with. If this is a question/discussion please head to https://slack.datahubproject.io. For feature requests please use https://feature-requests.datahubproject.io
Describe the bug
Problem with Microsoft SQL Server ingest source. During ingestion for database that has table or column description error occur.
To Reproduce
Steps to reproduce the behavior:
pip install acryl-datahub[mssql]==0.9.3
datahub ingest -c ./<mssql yml name>.yml
Table description error example
ProgrammingError: (pyodbc.ProgrammingError) ('ODBC SQL type -150 is not yet supported. column-index=2 type=-150', 'HY106') (Background on this error at: http://sqlalche.me/e/13/f405)
Column description error example
ProgrammingError: (pyodbc.ProgrammingError) ('ODBC SQL type -150 is not yet supported. column-index=3 type=-150', 'HY106') (Background on this error at: http://sqlalche.me/e/13/f405)
Expected behavior
Pipeline finished successfully
Screenshots
Table description error
Column description error
Desktop (please complete the following information):
DataHub libraries info:
Quick solution proposal:
The text was updated successfully, but these errors were encountered: