Open
Description
opened on Jul 26, 2022
- Package Name: azure-data-tables
- Package Version: 12.4.0
- Operating System: MacOS Monterey 12.5
- Python Version: 3.9.13
Describe the bug
When I query table entities, I don't get Timestamp in the outputs. When I try to access Timestamp directly from the entity, I got AttributeError: 'TableEntity' object has no attribute 'Timestamp'.
To Reproduce
filter = f"SpaceId eq '{space_id}' and DataType eq '{data_type}'"
entities = client.query_entities(query_filter=filter)
[entity.Timestamp for entity in entities]
Expected behavior
Timestamp property should be part of the query results if select properties is not specified.
Metadata
Assignees
Labels
This issue points to a problem in the data-plane of the library.Prevents the auto-close from closing based on max lifetimeIssues that are reported by GitHub users external to the Azure organization.This issue requires a new behavior in the product in order be resolved.Workflow: This issue needs attention from Azure service team or SDK team
Activity