We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f973cf5 commit 4d0a761Copy full SHA for 4d0a761
1 file changed
synapseclient/models/curation.py
@@ -2101,6 +2101,8 @@ async def main():
2101
preview_response = await upload_to_table_preview.send_job_and_wait_async(
2102
timeout=timeout
2103
)
2104
+ # ROW_ID and ROW_VERSION must be prepended to the schema to avoid:
2105
+ # SynapseHTTPError: 400 Client Error: The CSV header does not match the schema size.
2106
all_columns = [
2107
Column(name="ROW_ID", column_type=ColumnType.STRING),
2108
Column(name="ROW_VERSION", column_type=ColumnType.STRING),
0 commit comments