Skip to content

Table API query results no Timestamp propertyΒ #25403

Open
@edgarhuichen

Description

  • 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

ClientThis issue points to a problem in the data-plane of the library.Tablesauto-close-exemptPrevents the auto-close from closing based on max lifetimecustomer-reportedIssues that are reported by GitHub users external to the Azure organization.feature-requestThis issue requires a new behavior in the product in order be resolved.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions