diff --git a/protos/feast/core/Runner.proto b/protos/feast/core/Runner.proto index 55116f0ba3..779f4d44be 100644 --- a/protos/feast/core/Runner.proto +++ b/protos/feast/core/Runner.proto @@ -65,7 +65,7 @@ message DataflowRunnerConfigOptions { // e.g. gs://bucket/object string tempLocation = 10; - /* (Dataflow Runner Only) The maximum number of workers to use for the workerpool. */ + /* The maximum number of workers to use for the workerpool. */ int32 maxNumWorkers = 11; /* BigQuery table specification, e.g. PROJECT_ID:DATASET_ID.PROJECT_ID */