-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mssql - error with database that has table or column description #5344
Comments
This issue is stale because it has been open for 15 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 |
DataHub libraries info: Still not working on these versions |
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 |
This is still an issue in |
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 |
This is still an issue in |
Hi, |
Hey @LavinaVRovine can you link the PR here ? https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue |
Now that #6134 is merged, I'm closing this issue. Thanks @LavinaVRovine! |
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:
Install latest version datahub mssql module
pip install acryl-datahub[mssql]==0.8.40
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):
DataHub libraries info:
Additional context
Quick solution proposal:
The text was updated successfully, but these errors were encountered: