Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Prev Previous commit
Next Next commit
fix: make AccessEntry equality consistent for view entity type
  • Loading branch information
drokeye authored Jun 18, 2025
commit 0dc6b35233453f1a0c2fafc37cd087e6ed33b6fa
1 change: 0 additions & 1 deletion google/cloud/bigquery/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,6 @@ def from_api_repr(cls, resource: dict) -> "AccessEntry":
role = resource.get("role")
condition = None
if "condition" in resource:
from google.cloud.bigquery.dataset import Condition
condition = Condition.from_api_repr(resource["condition"])

entity_type = None
Expand Down
Loading