Skip to content

Conversation

@singhpk234
Copy link
Contributor

@singhpk234 singhpk234 commented Jul 27, 2022

About the change

  1. Updates the metadata table from metadata_logs to metadata_log_entries
  2. Update the timestamp of log entry from milliseconds to date format, to match the existing metadata tables
  3. Add the doc for using the table.

cc @samredai, @szehon-ho

@github-actions github-actions bot added the docs label Jul 27, 2022
@singhpk234 singhpk234 force-pushed the docs/add-docs-for-metadata-log-entry branch from 34c9075 to 4ac5bd0 Compare July 27, 2022 18:10
To show table metadata logs:

```sql
SELECT * from prod.db.table.metadata_logs
Copy link
Contributor

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.

Copy link
Contributor Author

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 ?

@singhpk234 singhpk234 force-pushed the docs/add-docs-for-metadata-log-entry branch from 4ac5bd0 to b149209 Compare July 28, 2022 05:27
@singhpk234 singhpk234 changed the title Docs: Add docs for using metadata_logs metadata table [Core | Docs]: [FOLLOWUP] Add metadata_log_entries metadata table Jul 28, 2022
@singhpk234 singhpk234 force-pushed the docs/add-docs-for-metadata-log-entry branch from b149209 to 8dc40a0 Compare July 28, 2022 05:33
Copy link
Member

@szehon-ho szehon-ho left a 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

@szehon-ho
Copy link
Member

Lets give a day or two for other comment, will merge the name change and doc if there is none

@szehon-ho szehon-ho merged commit 6d67088 into apache:master Aug 2, 2022
@szehon-ho
Copy link
Member

Merged , thanks @singhpk234 , we can follow up if there are more concerns.

@singhpk234
Copy link
Contributor Author

Thanks for the review @szehon-ho, @rdblue !

@singhpk234 singhpk234 deleted the docs/add-docs-for-metadata-log-entry branch August 3, 2022 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants