user14952 Member

Comments

  • So I'm still trying to find an answer to this issues. The closest thing I could find is this: Python Example # Update a DataSets's metadata update = DataSetRequest() update.name = 'Leonhard Euler Party - Update' update.description = 'Mathematician Guest List - Update' update.schema = Schema([Column(ColumnType.STRING,…