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

867 Коммитов

Автор SHA1 Сообщение Дата
Maxime Beauchemin 398c515d99 Undocumented width and height url params for larger graph view 2015-06-11 17:43:49 -07:00
Maxime Beauchemin df97d0a937 Merge pull request #19 from airbnb/default_queue
Setting the default queue in BaseOperator
2015-06-11 12:41:28 -07:00
Maxime 4ef6c284c2 Setting the default queue in BaseOperator 2015-06-11 19:39:52 +00:00
Maxime Beauchemin 5d540c9f7b Minor improvment to tutorial example 2015-06-09 17:31:13 -07:00
Maxime Beauchemin 101af9393f Adding prefix cfg for statsd 2015-06-09 17:31:13 -07:00
Arthur Wiedmer 2bc60775d8 Reducing flake warnings where it made sense 2015-06-09 17:31:13 -07:00
Maxime 50dcce828b Wrapping scheduler main file loop in try statement 2015-06-09 07:00:21 +00:00
tom e5384990a6 add env parameter to BashOperator, allow for passing env mapping to subprocess 2015-06-09 07:00:21 +00:00
Maxime Beauchemin 78b6361161 Merge pull request #11 from airbnb/bugfix
Bugfix when airflow.cfg boolean had inline comments would eval to none
2015-06-07 13:59:31 -07:00
Maxime Beauchemin 6c59c78134 Bugfix when airflow.cfg boolean had inline comments would eval to none 2015-06-07 13:58:06 -07:00
Maxime Beauchemin b92d2124d5 Merge pull request #10 from airbnb/fix_authenticate
Bugfix for when authenticate=false and airflow_login is present
2015-06-07 13:03:26 -07:00
Maxime d167be7dab Bugfix for when authenticate=false and airflow_login is present 2015-06-07 16:28:21 +00:00
Maxime Beauchemin 1f63537c9b Merge pull request #5 from eerwitt/documentation_spelling
Misc spelling updates
2015-06-07 00:55:22 -07:00
e3 e46c807b55 Reverting spelling error 2015-06-06 23:17:47 +02:00
e3 2574507de2 Random spelling updates. 2015-06-05 19:41:36 +02:00
e3 2a7793c940 Misc spelling changes and change table name from OVWERWRITE to OVERWRITE 2015-06-05 19:41:01 +02:00
e3 8e52c1d109 Changed script to be the existing script name. 2015-06-05 19:40:16 +02:00
Maxime Beauchemin 0452bedfce v1.0.1 points to the right download_url 2015-06-05 09:47:55 -07:00
Maxime Beauchemin 3cd0ff8e7d Merge pull request #244 from mistercrunch/mysql_loads
Improving mysql loads to support numpy.datetime64
2015-06-04 23:57:03 -07:00
Maxime c453faa102 Improving mysql loads to support numpy.datetime64 2015-06-05 06:56:22 +00:00
Maxime Beauchemin 9a791999b8 Added an entry for Queues in the docs 2015-06-04 18:01:51 -07:00
Maxime Beauchemin 157ee7703d Pointing the link to the new Github location 2015-06-04 17:52:34 -07:00
Maxime Beauchemin c8891f2df9 Merge pull request #243 from mistercrunch/sensor_sticky_conn
Insure keeping the same connection through the sensor's lifecycle
2015-06-04 17:45:46 -07:00
Maxime ee7d326dd5 Insures that we keep the same client connection through the sensor's lifecycle 2015-06-04 23:58:53 +00:00
Maxime Beauchemin c301ff9130 Bug fix on logging hostname in BaseHook 2015-06-04 10:24:00 -07:00
Maxime Beauchemin b97e478b8c Logging which host is being used
Useful when using multiple hosts with same conn_id and one is defective
2015-06-04 07:47:00 -07:00
Maxime Beauchemin 1fe604fb58 Merge pull request #242 from mistercrunch/v1
v1.0.0!
2015-06-03 20:31:34 -07:00
Maxime Beauchemin f30155151b v1.0.0\! 2015-06-03 20:28:56 -07:00
Maxime Beauchemin 794f30a666 Merge pull request #241 from mistercrunch/de_orm_baseop
BaseOperator to not be a sqlalchemy model anymore
2015-06-03 20:25:11 -07:00
Maxime Beauchemin 0779f56507 BaseOperator to not be a sqlalchemy model anymore 2015-06-04 03:24:28 +00:00
Arthur Wiedmer 9655c12506 Merge pull request #237 from mistercrunch/artwr/amending_example_dag_docs_and_typos
Docs and docstrings edits
2015-06-02 23:17:01 -07:00
Maxime Beauchemin d1e1f3b508 Merge pull request #240 from mistercrunch/fix_fk
Removing problematic foreign key from Chart to Connection
2015-06-02 23:04:12 -07:00
Maxime Beauchemin f27d20f48f Fixing referential integrity 2015-06-02 23:02:15 -07:00
Maxime Beauchemin 68afa56f30 Moving EmailOperator docstring from constructor to class 2015-06-02 22:42:22 -07:00
Maxime Beauchemin 88e1951675 Merge pull request #239 from mistercrunch/blur_mode
Demo mode - blurs task_ids and other sensitive-ish information
2015-06-02 22:41:01 -07:00
Maxime Beauchemin 2670600114 Merge pull request #238 from mistercrunch/docs
New doc entry for Pools and Connections
2015-06-02 22:39:22 -07:00
Maxime Beauchemin 6f77f667d1 Commenting the default cfg file 2015-06-02 22:21:55 -04:00
Maxime Beauchemin 3b75027df1 Adding a doc entry for Connections 2015-06-02 20:57:41 -04:00
Maxime Beauchemin a6ed0fa017 Adding pools entry to docs 2015-06-02 19:08:02 -04:00
Maxime Beauchemin afe1b13236 Blur mode 2015-06-02 18:28:13 -04:00
Arthur Wiedmer c699187835 Docs and docstrings edits 2015-06-02 14:14:11 -07:00
Maxime Beauchemin 161db60b6c Improving the Chart list view 2015-05-29 21:04:29 -04:00
Maxime Beauchemin 0c82b8b72a Adding SqliteOperator 2015-05-27 21:40:19 -04:00
Arthur Wiedmer 58f72ea1b2 Merge pull request #233 from mistercrunch/artwr/fixed_S3_wildcard_check
Fix an iterate on None issue
2015-05-27 11:20:59 -07:00
Arthur Wiedmer edf0515ad0 Fix an iterate on None issue 2015-05-27 11:13:13 -07:00
Maxime Beauchemin ee9ad3668e Adding item to TODO 2015-05-27 09:28:53 -04:00
Maxime Beauchemin a676381ebf Making queued squares gray 2015-05-27 00:53:23 -04:00
LDAP/maxime_beauchemin 4ed4dd307d Bugfix 2015-05-27 00:32:02 -04:00
Maxime Beauchemin 25967eb3b3 Merge pull request #232 from mistercrunch/prioritize
Prioritization, phase 2
2015-05-26 23:38:17 -04:00
LDAP/maxime_beauchemin f7b24f5330 Showing used slots 2015-05-27 03:31:42 +00:00