ferruzzi commented on a change in pull request #21828:
URL: https://github.com/apache/airflow/pull/21828#discussion_r816110365
##########
File path: airflow/providers/amazon/aws/example_dags/example_ecs_fargate.py
##########
@@ -14,61 +14,39 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-
-"""
-This is an example dag for EcsOperator.
-
-The task "hello_world" runs `hello-world` task in `c` cluster.
-It overrides the command in the `hello-world-container` container.
-"""
Review comment:
It's the only sample DAG in the AWS provider package that had it, and I
didn't see any added value in this instance.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]