We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 853c825 commit af55183Copy full SHA for af55183
2 files changed
packages/google-cloud-firestore/tests/system/test_system.py
@@ -91,6 +91,8 @@ def verify_pipeline(query):
91
92
It can be attached to existing query tests to check both
93
modalities at the same time
94
+
95
+ Pipelines are only supported on enterprise dbs. Skip other environments
96
"""
97
from google.cloud.firestore_v1.base_aggregation import BaseAggregationQuery
98
packages/google-cloud-firestore/tests/system/test_system_async.py
@@ -171,6 +171,8 @@ async def verify_pipeline(query):
171
172
173
174
175
176
177
178
0 commit comments