Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Samples checks are failing #184

@parthea

Description

@parthea

Samples checks recently started failing. See https://github.com/googleapis/python-analytics-admin/commits/master. Based on #170, it appears that the samples need to be updated to support dataStreams.

From the test log, when using AndroidAppDataStream, we see error

        except grpc.RpcError as exc:
>           raise exceptions.from_grpc_error(exc) from exc
E           google.api_core.exceptions.InvalidArgument: 400 The value for the 'parent' field was invalid but must be in format 'properties/123/dataStreams/456'.

.nox/py-3-7/lib/python3.7/site-packages/google/api_core/grpc_helpers.py:68: InvalidArgument

Metadata

Metadata

Assignees

Labels

api: analyticsadminIssues related to the googleapis/python-analytics-admin API.type: processA process-related concern. May include testing, release, or the like.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions