File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ def export_data_rows(self,
89
89
90
90
Args:
91
91
timeout_seconds (float): Max waiting time, in seconds.
92
+ include_metadata (bool): True to return related DataRow metadata
92
93
Returns:
93
94
Generator that yields DataRow objects belonging to this batch.
94
95
Raises:
Original file line number Diff line number Diff line change @@ -481,6 +481,7 @@ def export_data_rows(self,
481
481
482
482
Args:
483
483
timeout_seconds (float): Max waiting time, in seconds.
484
+ include_metadata (bool): True to return related DataRow metadata
484
485
Returns:
485
486
Generator that yields DataRow objects belonging to this dataset.
486
487
Raises:
Original file line number Diff line number Diff line change @@ -193,6 +193,7 @@ def export_queued_data_rows(
193
193
194
194
Args:
195
195
timeout_seconds (float): Max waiting time, in seconds.
196
+ include_metadata (bool): True to return related DataRow metadata
196
197
Returns:
197
198
Data row fields for all data rows in the queue as json
198
199
Raises:
You can’t perform that action at this time.
0 commit comments