diff --git a/TODO.md b/TODO.md index 37005acb28532..9576d4a9274b0 100644 --- a/TODO.md +++ b/TODO.md @@ -20,6 +20,9 @@ TODO * Add decorator to timeout imports on master process [lib](https://github.com/pnpnpn/timeout-decorator) * Raise errors when setting dependencies on task in foreign DAGs * Add an is_test flag to the run context +* Add operator to task_instance table +* Add owner to task_instance table +* Add queued_dttm to task_instance table #### Wishlist * Support for cron like synthax (0 * * * ) using croniter library diff --git a/airflow/www/app.py b/airflow/www/app.py index 47ed93be90b0d..bf9cda6064eea 100644 --- a/airflow/www/app.py +++ b/airflow/www/app.py @@ -1675,7 +1675,7 @@ def on_model_change(self, form, model, is_created=True): base.MenuLink( category='Docs', name='Github', - url='https://github.com/mistercrunch/Airflow')) + url='https://github.com/airbnb/airflow')) class KnowEventView(DataProfilingMixin, ModelView): diff --git a/docs/conf.py b/docs/conf.py index 11483496d7bd6..1f218ed533bfc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,9 +57,9 @@ # built documents. # # The short X.Y version. -version = 'prealpha' +version = '1.0.0' # The full version, including alpha/beta/rc tags. -release = 'prealpha' +release = '1.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.