Azure / Azure/data-api-builder

[Bug]: quoted table name for postgrsql db not supporting with dab version 1.5.43-rc

Open
#2,703 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.