Skip to content

Commit 8170df5

Browse files
authored
Merge pull request #23 from sightmachine/DATA-826
DATA-826:SDK - warn if truncating number of columns
2 parents c234d66 + b874c61 commit 8170df5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

smsdk/client_v0.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ def inner(self, normalize=True, clean_strings_in=True, clean_strings_out=True, *
288288
'_limit not specified. Maximum of 5000 rows will be returned.'
289289

290290
if not '_only' in kwargs:
291+
print('_only not specified. Selecting first 50 fields.')
291292
only_names = schema['name'].tolist()[:50]
292293
toplevel = ['machine__source', 'starttime', 'endtime', 'total', 'record_time', 'shift', 'output']
293294

0 commit comments

Comments
 (0)