GoogleCloudPlatform / GoogleCloudPlatform/pgadapter
Fail to look up for `public.table1` in the COPY command
Open
- Dominant language
- Java
- Stars
- 91
- Forks
- 33
- Avg merge
- 3d 57m
- Merged PRs (30d)
- 58
Description
When we use `pg_dump`, we get the following command, e.g.,
```
COPY public.table1 (id, col1, col2, col3, col4, col5, col6, col7, col8, col9, col10) FROM stdin;
```
But currently, we get the error "ERROR: Table not found: public.table1".
Contributor guide
Assessment
This issue has not been assessed yet.