When using the MSSQL ingestion, is there a way to ...
# ingestion
c
When using the MSSQL ingestion, is there a way to have it ingest all databases or do you need to specify the database?
b
Without any allow deny pattern configured, it should just ingest all tables by default šŸ˜›
c
Yeah, it will get all the tables in a database but is it possible to get all the databases from a MSSQL instance?
b
I think the recipe configuration expects one database per file?
m
@clever-ocean-10572 the current recipe configuration expects one database per file
b
Completely misread the question šŸ˜ž. looking at the code, it appears that the database parameter is optional...
@mammoth-bear-12532 Do you recall what behavior occurs when db not specified
?
m
Will have to play with the mssql sql-alchemy connector to report for sure. At this point, I would say the behavior is .. unspecified šŸ™‚
c
I’m testing having multiple database parameters. It seems to run only the ingestion on the last one in the configuration.
c
it would be awesome if we could set a list of DBs we wanted to ingest
b
This is a very reasonable feature request..Do you guuys mind raising it as an issue on the repo or shall i?
c
@big-carpet-38439 I will put in a feature request.