-
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
database_alias on mssql #4449
Labels
bug
Bug report
Comments
Hi @kevinhu! Can you take a look at this one? |
Sure! |
@datatimnih should be fixed! See #4523 |
david-leifker
pushed a commit
that referenced
this issue
Dec 3, 2024
david-leifker
added a commit
that referenced
this issue
Dec 4, 2024
Co-authored-by: RyanHolstien <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
i'm trying to ingest my mssql to datahub with this config
but doesn't use the database_alias like db_alias.dbo.table its still using the database name db_name.dbo.table
To Reproduce
Steps to reproduce the behavior:
Expected behavior
expected result: db_alias.dbo.table (using database_alias from config file)
actual result: db_name.dbo.table (ignoring the database_alias)
Additional context
after following some instruction from slack forum to add code similar tothis after this line.
its still using db_name and still ignoring the db_alias in the config file.
The text was updated successfully, but these errors were encountered: