You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/06/20 11:04:50 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #16548: Updated: Added new pipeline example for the tutorial docs (Issue #11208)

mik-laj commented on a change in pull request #16548:
URL: https://github.com/apache/airflow/pull/16548#discussion_r654917551



##########
File path: docs/apache-airflow/tutorial.rst
##########
@@ -358,25 +358,6 @@ which are used to populate the run schedule with task instances from this dag.
         --start-date 2015-06-01 \
         --end-date 2015-06-07
 
-What's Next?
--------------
-That's it, you have written, tested and backfilled your very first Airflow
-pipeline. Merging your code into a code repository that has a master scheduler
-running against it should get it to get triggered and run every day.
-
-Here's a few things you might want to do next:
-
-.. seealso::
-    - Read the :doc:`/concepts/index` section for detailed explanation of Airflow concepts such as DAGs, Tasks, Operators, and more.
-    - Take an in-depth tour of the UI - click all the things!
-    - Keep reading the docs!
-
-      - Review the :doc:`how-to guides<howto/index>`, which include a guide to writing your own operator
-      - Review the :ref:`Command Line Interface Reference<cli>`
-      - Review the :ref:`List of operators <pythonapi:operators>`
-      - Review the :ref:`Macros reference<macros>`
-    - Write your first pipeline!
-
 Lets look at another example; we need to get some data from a file which is hosted online and need to insert into our local database. We also need to look at removing duplicate rows while inserting.

Review comment:
       Can you add a new header here to separate two examples?




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org