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

Add date_created Field to Entity and Display in Metadata Component #2909

Closed
wants to merge 12 commits into from

Conversation

ayanaar
Copy link
Contributor

@ayanaar ayanaar commented Jul 18, 2023

Fix #2903

This pull request introduces a new date_created attribute to the Entity type and displays this date in the Metadata component in a human-readable format.

Key changes:

  • date_created attribute is added to the Entity type.
  • The Metadata component now includes a new EntityCreatedDate function that displays the creation date of the entity.
  • The map_entities function now includes date_created as a datetime object.
  • Corresponding tests in test_entity.py have been adjusted to reflect the changes in map_entities.

@ayanaar ayanaar closed this Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show when source string was created in Metadata
1 participant