pub async fn upsert_datatable_migration(
configuration: &Configuration,
workspace: &str,
datatable_name: &str,
upsert_datatable_migration_request: UpsertDatatableMigrationRequest,
) -> Result<String, Error<UpsertDatatableMigrationError>>