eladkal commented on a change in pull request #21828:
URL: https://github.com/apache/airflow/pull/21828#discussion_r815395647
##########
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:
Is there a reason to remove it?
Since we have `dag.doc_md = __doc__` this explanatory block will appear in
the UI
--
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]