-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
bugBug reportBug report
Description
Describe the bug
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
To Reproduce
Steps to reproduce the behavior:
- creating the mssql config file with databse_alias
- idatahub -c ingest config_file.yml
- see on the datahub its stil using the original database name
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.
Metadata
Metadata
Assignees
Labels
bugBug reportBug report