Azure / Azure/data-api-builder
[Bug]: quoted table name for postgrsql db not supporting with dab version 1.5.43-rc
Open
bug
pgsql
triage
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 370
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 8
Description
### What happened?
When I used dab for postfresql then it’s not supported and it’s failing to start with this error
42P01: relations “db.”Employee”” does not exist.
as per db is schema and “Employee” is table name.
Used this in dab config JSON
{
“source”: {
“object”: “db.\”Employee\””,
“type”: “table”
}
### Version
1.5.43-rc
### What database are you using?
PostgreSQL
### What hosting model are you using?
Custom Docker host
### Which API approach are you accessing DAB through?
REST
### Relevant log output
```Text
```
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Contributor guide
Assessment
This issue has not been assessed yet.