Henk Griffioen
f1bc5f38ac
[AIRFLOW-1065] Add functionality for Azure Blob Storage over wasb://
...
This PR implements a hook to interface with Azure
storage over wasb://
via azure-storage; adds sensors to check for blobs
or prefixes; and
adds an operator to transfer a local file to the
Blob Storage.
Design is similar to that of the S3Hook in
airflow.operators.S3_hook.
Closes #2216 from hgrif/AIRFLOW-1065
2017-04-05 09:56:23 +02:00
Daniel van der Ende
a67e4390d2
[AIRFLOW-815] Add prev/next execution dates to template variables
...
This patch adds the previous/next execution dates
to the default variables available in a template.
Closes #2033 from danielvdende/add-execution-dates
2017-01-29 12:41:39 +01:00
Vincent Poulain
98197d9568
[AIRFLOW-345] Add contrib ECSOperator
...
Closes #1894 from poulainv/ecs_operator
2016-11-23 10:49:57 -08:00
Li Xuanji
f1abffa380
[AIRFLOW-402] Remove NamedHivePartitionSensor static check, add docs
...
Addresses the following issues:
[https://issues.apache.org/jira/browse/AIRFLOW-402 ](https://issues.apache.org/jira/browse/AIRFLOW-402 )
Closes #1711 from zodiac/fix_named_hive_partition_sensor
2016-08-09 15:39:02 -07:00
Maxime Beauchemin
4a84a578a5
Add an Apache Incubator Disclaimer and mocking modules
...
Closes #1634 from mistercrunch/mock_docs
Adding an Apache Incubator Disclaimer and mocking modules
2016-06-29 13:39:15 -07:00
Alex Van Boxel
54f1c11b6f
[AIRFLOW-162] Allow variable to be accessible into templates
...
Closes #1540 from alexvanboxel/AIRFLOW-162
AIRFLOW-162 Allow variable to be accessible into templates
2016-06-21 10:29:19 -07:00
Sumit Maheshwari
dce08f68bc
[AIRFLOW-155] Documentation of Qubole Operator
...
Dear Airflow Maintainers,
Please accept this PR that addresses the following issues:
- *https://issues.apache.org/jira/browse/AIRFLOW-155 *
Thanks,
Sumit
Author: Sumit Maheshwari <sumitm@qubole.com>
Closes #1560 from msumit/AIRFLOW-155.
2016-06-01 14:57:33 -07:00
Maxime Beauchemin
aeb5a07ff9
Docs tweaks while generating the docs
2016-05-03 22:13:35 -07:00
Matt Pelland
11c34c4353
Implement a Cloudant hook
2016-04-19 16:11:54 -04:00
Jeremiah Lowin
2e66205e8c
Merge pull request #1283 from clickthisnick/chore-remove-trailing-spaces
...
CHORE - Remove Trailing Spaces
2016-04-08 17:33:34 -04:00
jgao54
9410715c81
Add HipchatOperator
2016-04-07 20:47:40 +02:00
Nick
39d64561c7
CHORE - Remove Trailing Spaces
2016-04-03 09:54:01 -04:00
Maxime Beauchemin
2a3e526a30
Improving the TriggerDagRunOperator example
2016-02-21 09:49:44 -08:00
Ruben Oostinga
ccfb7c5da7
Updated documentation
2016-02-11 15:31:01 +01:00
Sunrin SHIMURA (keen)
60dcc6befe
implement SSHExecuteOperator
2016-02-01 15:11:36 +09:00
asnir
2e6bf9b72f
The code was taken from: https://github.com/wndhydrnt/airflow/tree/docker_operator
...
Credit to: @wndhydrnt
This branch, came to solve the CI problems.
2016-01-17 11:44:06 +02:00
Chris Riccomini
186b5f9dcc
Add code.rst docs for GCS hook and operator.
2016-01-12 15:16:20 -08:00
Chris Riccomini
943a417efb
Add BigQuery to GCS operator to code.rst docs.
2016-01-12 08:58:58 -08:00
Chris Riccomini
38550a86cf
Add BigQueryOperator to code.rst
2016-01-11 11:58:07 -08:00
Chris Riccomini
d6272c1cc7
Add BigQueryHook to code.rst
2015-12-18 11:49:34 -08:00
Adrian Bridgett
00ccd592fb
remove duplicated definition
2015-12-17 17:53:04 +00:00
Bolke de Bruin
8c1cab52e0
Merge remote-tracking branch 'upstream/master' into ssh_ops
2015-12-04 18:52:38 +01:00
Maxime Beauchemin
22c51ffa82
Adding utility macros around ts
2015-12-01 08:30:02 -08:00
Maxime Beauchemin
9832bccd82
Improvments to documentation
2015-11-30 08:25:55 -08:00
Bolke de Bruin
6c8f449b73
Improve documentation
2015-11-30 12:51:05 +01:00
Maxime Beauchemin
0b36371e9c
Adding entry in docs
2015-11-21 09:39:23 -08:00
Maxime
8fd35adb4f
Adding datetil to macros and documenting macros references
2015-11-19 16:43:58 +00:00
Maxime Beauchemin
9b9d2bb3df
Adding MetastorePartitionSensor to docs
2015-11-16 10:43:13 -08:00
Maxime Beauchemin
bc1d4a8885
Adding a TriggerDagRunOperator
2015-11-13 17:08:51 -08:00
Maxime Beauchemin
b63b42429f
Squashed
...
Fixing jobs
Lining up db revisions
Adding CRUD in the admin
Success, backend running, next is UI changes
Updating the docs to reflect the new behavior
Got the UI to show externaly triggered runs, root object for DAG Run
UI improvments, mostly functional
DAG concurrency limit
Commit resets dag runs
More unit tests
Adapting the UI
Fixing brutal amount of merge conflicts
Polish around UI and events
Adding DB migration script
Fixed the charts
Adding schedule info in the dag page
Adding cron presets
Fixing up the tests
Adding @once as a schedule_interval option
A layer of polish and bug fixes
2015-11-10 09:11:44 -08:00
Arthur Wiedmer
049ce5c85c
Add docs
2015-11-06 10:06:20 -08:00
Maxime Beauchemin
7808ebc01c
Fix extra tests
2015-10-24 13:46:18 -07:00
Maxime Beauchemin
d7467e6dc9
Adding DbApiHook to docs
2015-10-20 10:11:26 -07:00
Avram Lyon
6db44158e2
Fix typos in code.rst
2015-10-14 14:59:14 -07:00
Maxime Beauchemin
5648e86972
Docs tweaks
2015-10-05 16:30:22 -07:00
Maxime Beauchemin
d25b4ca320
More doc fixes
2015-09-19 08:26:14 -07:00
Maxime Beauchemin
c80efa31c8
Documenting contrib
2015-09-19 07:59:58 -07:00
kmalik
5516f884b7
Add MesosExecutor for airflow
2015-09-17 14:47:58 +05:30
Maxime
f059bf9d6d
Doc improvments
2015-09-16 23:20:16 +00:00
Maxime
8d177f085f
Adding a GenericTransfer operator
2015-08-31 22:08:17 +00:00
Steven Yvinec-Kruyk
f45236c6dd
An operator to post messages to a Slack Channel
2015-08-06 23:33:23 +00:00
Maxime Beauchemin
48d90bb2fc
Adding an FAQ entry to the docs
2015-08-06 19:16:44 +00:00
Maxime Beauchemin
d99139cad7
Docs touchups
2015-08-02 14:21:32 -07:00
Steven Yvinec-Kruyk
72db7258d2
Updated documentation with mssql hooks and operators
2015-07-28 15:17:30 -07:00
Maxime Beauchemin
f1cae05773
Bugfix on postres_hook
2015-07-27 22:12:28 -07:00
Maxime
3eeead06c7
Adding conf dict to context
2015-07-23 03:46:48 +00:00
Maxime
fd295f46d7
Docs improvements
2015-07-16 18:01:16 +00:00
gtoonstra
ff25507ee0
Added unit test and review changes
2015-07-08 10:15:30 -03:00
Maxime Beauchemin
1eb5f6ebfe
Sketch for a BranchPythonOperator
2015-06-30 17:16:41 +00:00
Marty Woodlee
219803924a
Various documentation spelling and grammar edits
2015-06-28 17:57:13 -05:00