Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug report] Audit information is empty of PG schema #1499

Closed
yuqi1129 opened this issue Jan 15, 2024 · 2 comments · Fixed by #1716
Closed

[Bug report] Audit information is empty of PG schema #1499

yuqi1129 opened this issue Jan 15, 2024 · 2 comments · Fixed by #1716
Assignees
Labels
bug Something isn't working

Comments

@yuqi1129
Copy link
Contributor

Describe what's wrong

curl -X POST -H "Content-Type: application/json" -d '{"name":"db3","comment":"comment"}' http://localhost:8090/api/metalakes/test/catalogs/pg_catalog/schemas
{"code":0,"schema":{"name":"db3","properties":{},"audit":{"creator":"anonymous","createTime":"2024-01-15T13:56:10.815100Z"}}}%
➜  [/Users/yuqi/project/graviton] git:(main) curl http://localhost:8090/api/metalakes/test/catalogs/pg_catalog/schemas/db3
{"code":0,"schema":{"name":"db3","properties":{},"audit":{}}}%

Audit information is missing when loading PG table

Error message and/or stacktrace

Please see above.

How to reproduce

Please see above.

Additional context

No response

@jerryshao jerryshao added this to the Gravitino 0.4.0 milestone Jan 16, 2024
@jerryshao
Copy link
Contributor

@FANNG1 can you please work on this? Thanks.

@FANNG1
Copy link
Contributor

FANNG1 commented Jan 23, 2024

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants