pub async fn create_datatable_migration(
configuration: &Configuration,
workspace: &str,
datatable_name: &str,
create_datatable_migration_request: CreateDatatableMigrationRequest,
) -> Result<DatatableMigration, Error<CreateDatatableMigrationError>>