We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c234d66 + b874c61 commit 8170df5Copy full SHA for 8170df5
1 file changed
smsdk/client_v0.py
@@ -288,6 +288,7 @@ def inner(self, normalize=True, clean_strings_in=True, clean_strings_out=True, *
288
'_limit not specified. Maximum of 5000 rows will be returned.'
289
290
if not '_only' in kwargs:
291
+ print('_only not specified. Selecting first 50 fields.')
292
only_names = schema['name'].tolist()[:50]
293
toplevel = ['machine__source', 'starttime', 'endtime', 'total', 'record_time', 'shift', 'output']
294
0 commit comments