Skip to content

Commit 20847fd

Browse files
authored
Add value to "namespaceId" of query (#19163)
1 parent d51c149 commit 20847fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

airflow/providers/google/cloud/example_dags/example_datastore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131

132132
# [START how_to_query_def]
133133
QUERY = {
134-
"partitionId": {"projectId": GCP_PROJECT_ID, "namespaceId": ""},
134+
"partitionId": {"projectId": GCP_PROJECT_ID, "namespaceId": "query"},
135135
"readOptions": {"transaction": begin_transaction_query.output},
136136
"query": {},
137137
}

0 commit comments

Comments
 (0)