Граф коммитов

57 Коммитов

Автор SHA1 Сообщение Дата
Jarek Potiuk e405be0141 [AIRFLOW-5234] Rst files have consistent, auto-added license 2019-08-18 19:51:02 -04:00
Kamil Breguła 84b65d835e
[AIRFLOW-XXX] Group references in one section (#5776) 2019-08-14 23:57:50 +02:00
Jonathan de Bruin 281298f434 [AIRFLOW-5101] Fix inconsistent owner value in examples (#5712) 2019-08-03 09:37:47 +02:00
Joshua Carp 30defe130d [AIRFLOW-3998] Use nested commands in cli. (#4821) 2019-07-19 08:40:14 +01:00
Kamil Breguła e27950a75c [AIRFLOW-3811] automatic generation of API Reference in docs (#4788)
Co-authored-by: Jarek Potiuk <jarek.potiuk@polidea.com>
2019-03-26 18:06:14 +00:00
Jyothsna Kullatira ddec6bbeb3 [AIRFLOW-XXX] Improvements to formatted content in documentation (#4835)
* [AIRFLOW-XXX] Improvements to documentation templates
2019-03-12 18:41:44 -07:00
Tao Feng 67572025cc [AIRFLOW-3612] Remove incubation/incubator mention (#4419) 2019-01-05 14:05:25 +00:00
yileic 319a659dda [AIRFLOW-XXX] Update tutorial.rst (#4336) 2018-12-26 16:45:19 -08:00
Ash Berlin-Taylor b9fc03ea1a [AIRFLOW-2779] Add license headers to doc files (#4178)
This adds ASF license headers to all the .rst and .md files with the
exception of the Pull Request template (as that is included verbatim
when opening a Pull Request on Github which would be messy)
2018-11-13 15:01:44 +01:00
BasPH 62b21d7475 [AIRFLOW-3237] Refactor example DAGs (#4071) 2018-10-26 09:19:52 +01:00
Trevor Edwards 17767498ce [AIRFLOW-1441] Fix inconsistent tutorial code (#2466) 2018-09-19 20:46:59 +02:00
Rania ZYANE 9c6fc127f3 [AIRFLOW-XXX] Update tutorial documentation
Closes #3128 from Raniazy/master
2018-03-15 16:46:33 -07:00
Kengo Seki 664c963c4c [AIRFLOW-2174] Fix typos and wrongly rendered documents
Fix typos and wrongly rendered documents in the
following pages:

- tutorial.html#default-arguments
- configuration.html#connections
- code.html#airflow.operators.hive_stats_operator.
HiveStatsCollectionOperator
- code.html#airflow.operators.redshift_to_s3_opera
tor.RedshiftToS3Transfer
- code.html#airflow.contrib.operators.dataflow_ope
rator.DataFlowJavaOperator
- code.html#airflow.contrib.operators.dataflow_ope
rator.DataflowTemplateOperator
- code.html#airflow.contrib.operators.dataproc_ope
rator.DataprocWorkflowTemplateInstantiateOperator
- code.html#airflow.contrib.operators.mlengine_ope
rator.MLEngineModelOperator
- code.html#airflow.contrib.operators.mlengine_ope
rator.MLEngineVersionOperator
- code.html#airflow.models.DAG.following_schedule
- code.html#airflow.models.DAG.previous_schedule

Closes #3093 from sekikn/AIRFLOW-2174
2018-03-04 18:11:17 +01:00
Thomas Smith 2fef9152be [AIRFLOW-XXX] Give a clue what the 'ds' variable is
It's not explained anywhere else in the
tutorial...

Closes #2679 from tgs/patch-1
2017-11-02 12:58:25 +01:00
Niels Zeilemaker 48135ad255 [AIRFLOW 1149][AIRFLOW-1149] Allow for custom filters in Jinja2 templates
Closes #2258 from
NielsZeilemaker/jinja_custom_filters
2017-04-29 17:14:40 +02:00
Xiangrui Meng 70f1bf10a5 [AIRFLOW-1067] use example.com in examples
We use airflow@airflow.com in examples. However,
https://airflow.com
is owned by a company named Airflow (selling fans,
etc). We should use
airflow@example.com instead. That domain is
created for this purpose.

Closes #2217 from mengxr/AIRFLOW-1067
2017-04-04 09:22:37 -07:00
Jamie Alessio de4b7c62fb [AIRFLOW-397] Documentation: Fix typo "instatiating" to "instantiating" 2016-08-04 12:45:17 -07:00
Chris Riccomini dc84fdecdf [AIRFLOW-285] Use Airflow 2.0 style imports for all remaining hooks/operators 2016-06-28 13:34:47 -07:00
bolkedebruin 975b90ec3c Add support for zipped dags
Currently dags are being read directly from the filesystem. Any
hierarchy (python namespaces, modules) need to be reflected on
the filesystem. This makes it hard to manage dags and their
depedencies.

This patch adds support for dags in zip files. It will add
the zip to sys.path and then it will read the zip file and
try to import any files as modules that are in the root of
the zip.

Please note that any module contained within the zip will
overwrite existing modules in the same namespace.
2016-04-14 09:03:42 +02:00
Nick 39d64561c7 CHORE - Remove Trailing Spaces 2016-04-03 09:54:01 -04:00
Drew Cuthbertson ef0020327f Fix broken links in documentation 2016-03-24 14:20:33 -07:00
Josh Marlow 599e3580c6 Fixed some minor typos 2016-02-01 13:25:08 -05:00
Cesar Arevalo 991b9d32a5 Fixing the tutorial. Removing an unnecessary import of MySqlOperator and adding the import of timedelta. 2016-01-22 14:32:45 -08:00
Adrian Bridgett 87e6552028 correct call to set_dependency 2015-12-21 15:01:47 +00:00
Jordy Moos 2c4689b077 Made the text and samples in tutorial.rst in line with each other 2015-10-16 17:40:13 +02:00
Jordy Moos 0393aab07f Documentation text did not match the sample code 2015-10-16 11:25:05 +02:00
Avram Lyon 0de91ac521 Fix typo 2015-10-12 09:15:52 -07:00
Maxime f059bf9d6d Doc improvments 2015-09-16 23:20:16 +00:00
Maxime Beauchemin cdd12473d8 Docs improvments to the tutorial 2015-09-16 09:40:13 -07:00
Maxime f231170b44 Clarifying how to set the schedule_interval in the docs 2015-08-07 07:00:57 +00:00
Maxime Beauchemin 6354d9c81b Correcting wrong reference in docs from to 2015-07-27 11:47:19 -07:00
gtoonstra 3ccb8d4358 Update tutorial.rst 2015-06-30 07:32:22 -03:00
gtoonstra feb908153d formatting issue 2015-06-29 21:24:55 -03:00
gtoonstra bf3132c01e Update tutorial.rst 2015-06-29 21:21:08 -03:00
Arthur Wiedmer d346e64eb6 fixing parameter 2015-06-29 11:58:46 -07:00
Arthur Wiedmer 097dbae64a fixing dates 2015-06-29 10:42:13 -07:00
Arthur Wiedmer 8d14b6629f Conform the tutorial to the code at the beginning 2015-06-29 10:39:38 -07:00
Marty Woodlee 219803924a Various documentation spelling and grammar edits 2015-06-28 17:57:13 -05:00
statwonk 20f773b0be Made more consise and attempted to improve readability 2015-06-13 23:22:20 +00:00
statwonk dfaa8c4a32 Small typo and clarity fixes 2015-06-13 23:20:51 +00:00
statwonk e11c3a9fa6 Using more plain language and making the reference to a task consistent 2015-06-13 22:56:54 +00:00
statwonk b65a47fb13 Typo 2015-06-13 22:55:32 +00:00
statwonk 61092601f2 The term task is more clear than constructor 2015-06-13 22:54:02 +00:00
statwonk 5aa82ad8a9 Define a constructor 2015-06-13 22:25:37 +00:00
statwonk 0ab9a8e9e8 Clarify the term constructor 2015-06-13 22:14:16 +00:00
Maxime Beauchemin 5d540c9f7b Minor improvment to tutorial example 2015-06-09 17:31:13 -07:00
e3 2574507de2 Random spelling updates. 2015-06-05 19:41:36 +02:00
Maxime Beauchemin c926783bca Clarfying the docs 2015-04-29 23:06:52 -07:00
Maxime Beauchemin 4cce8e90fb Documenting the now broken down packages 2015-03-22 13:44:21 -07:00
Arthur Wiedmer 9f903b5c59 [Tutorial] Put full script first and correct a few typos
@mistercrunch lmk
2015-02-13 11:05:31 -08:00