Multiple databases with a single sql server connection being referenced using DAB #2386
dehlers-cts
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @dehlers-cts , You will need to utilize DAB's "multi data source" configuration options to get this to work: https://learn.microsoft.com/en-us/azure/data-api-builder/reference-configuration#data-source-files |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a connection to a single SQL Server with two databases. I should be able to query the tables from different databases. there is a Justice.dbo.Citation table and a ELF.ELFFam.Department. Even though the connection has access to both the tables, I am unable to reference them without getting an error. I would expect something like this:
"Department": {
"source": {
"object": "ELF.ELFFam.Department",
"type": "table"
},
It throws an error. Is there something simple I am missing?
Beta Was this translation helpful? Give feedback.
All reactions