-
Notifications
You must be signed in to change notification settings - Fork 3k
[Core | Docs]: [FOLLOWUP] Add metadata_log_entries metadata table #5367
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
[Core | Docs]: [FOLLOWUP] Add metadata_log_entries metadata table #5367
Conversation
34c9075 to
4ac5bd0
Compare
docs/spark-queries.md
Outdated
| To show table metadata logs: | ||
|
|
||
| ```sql | ||
| SELECT * from prod.db.table.metadata_logs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we rename this metadata table? The name metadata_logs doesn't make sense to me since there is just the one log. The rows of the table are log entries.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure, should i then rename it to metadata_log_entries ?
4ac5bd0 to
b149209
Compare
b149209 to
8dc40a0
Compare
szehon-ho
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New name makes sense to me, lets see if @rdblue is ok
|
Lets give a day or two for other comment, will merge the name change and doc if there is none |
|
Merged , thanks @singhpk234 , we can follow up if there are more concerns. |
|
Thanks for the review @szehon-ho, @rdblue ! |
About the change
cc @samredai, @szehon-ho