vishalp-dev
vishalp-dev
Getting this new error on the `google-analytics-data` package tested with v0.14 and v0.18 code: ```python class ClientClass: ... def check_dimension_compatibility(self, property_id, dimension): request = CheckCompatibilityRequest( property=f"properties/{property_id}", dimensions=[Dimension(name=dimension.api_name)], compatibility_filter="INCOMPATIBLE" ) return...
# Description of change - Makes action_breakdowns configurable - Default values are unchanged unless configured # Manual QA steps - # Risks - # Rollback steps - revert this branch...