You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tuple[List[File], int, int, int]: list of s3 links; data, start and end columns index, and number of rows
48
48
"""
49
-
ifmetadata.dtype==DataType.LABEL:
50
-
assert (
51
-
metadata.storage_type!=StorageType.TEXT
52
-
), f'Data Asset Onboarding Error: Column "{metadata.name}" of type "{metadata.dtype}" can not be stored in text. Label data should be stored in a JSON file.'
53
-
else:
49
+
ifmetadata.dtype!=DataType.LABEL:
54
50
assert (
55
51
metadata.storage_type!=StorageType.TEXT
56
52
), f'Data Asset Onboarding Error: Column "{metadata.name}" of type "{metadata.dtype}" can not be stored in text.'
0 commit comments