这是indexloc提供的服务,不要输入任何密码
Skip to content

Unable to track partitioned tables #5071

@qpre

Description

@qpre

Hi !

I'm currently trying to track a table that is partitioned over foreign tables.

list of relations

Schema Name Type
public users partitioned table
public users_eu foreign table
public users_us foreign table

Expectation
Track users relation in Hasura's schema.

Actual behaviour
When I open the Hasura console to see the list of trackable entities,
I get user_eu and users_us but users won't show.

note: If I add a PostgreSQL view all_users that does a SELECT * from users; the all_users view shows up in the trackable relations and I'm capable of running INSERT, SELECT and UPDATE queries over it.

Tested against:

  • Hasura (v1.0, v1.2.2, v1.3.0-beta-1)
  • PostgresQL 12

Metadata

Metadata

Assignees

Labels

c/consoleRelated to consolee/easycan be wrapped up in a couple of daysk/bugSomething isn't workingp/highcandidate for being included in the upcoming sprint

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions