HI everyone, i'm trying to ingest my mssql to data...
# ingestion
a
HI everyone, i'm trying to ingest my mssql to datahub with this config
source:
type: mssql
config:
uname,pas,port
database: db_name
database_alias: db_alias
but doesn't use the database_alias like db_alias.dbo.table its still using the database name db_name.dbo.table can anyone help me how to fix this? thank you!!
h
Hi @adamant-laptop-28839, you could add code similar tothis after this line. If you are not comfortable changing the code yourself, please open a github issue and we will get to this soon.
a
Hi @helpful-optician-78938 thanks for your response, after following your instruction its still using db_name for the urn and still ignoring the db_alias, maybe ill post it on gtihub issue, Thank you !!
👍 1