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

Support timestamp characteristics #70

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

marijababi
Copy link
Contributor

@marijababi marijababi commented Jun 4, 2024

Closes: https://github.com/volur-ai/volur-ai-sdk-internal/issues/39

CI is failing because datetime proto isn't imported. (Had to be imported to apis repo, but I'll add it after we resolve the below comment)

I started adding datetime characteristic, but then figured out that it is not datetime that is needed, but timestamp.

There is a difference in google types between these too in a way that datetme proto has year, moth, day, hours, minutes and second, while timestamp has seconds and nanos.

Not sure what are we trying to achieve by adding the timestamp, so I added datetime

@marijababi marijababi self-assigned this Jun 4, 2024
@marijababi marijababi force-pushed the mb.support_timestamp branch from b857f9a to c9acdd1 Compare June 5, 2024 07:33
@marijababi marijababi marked this pull request as ready for review June 6, 2024 08:44
Copy link
Contributor

@nikitabarskov nikitabarskov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To fix an issue with Datetime import error, you can import add this package to the library https://pypi.org/project/googleapis-common-protos/

@marijababi
Copy link
Contributor Author

Need to generate new python files from the protos, but cannot do it because I have a problem with earthly :(

@nikitabarskov
Copy link
Contributor

Need to generate new python files from the protos, but cannot do it because I have a problem with earthly :(

I can handover this PR then.

@nikitabarskov nikitabarskov self-assigned this Jun 26, 2024
@rebwibsey
Copy link
Contributor

Need to generate new python files from the protos, but cannot do it because I have a problem with earthly :(

I can handover this PR then.

Or I can take this over

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.

3 participants