Skip to content

Commit

Permalink
More docs improvments
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Feb 2, 2015
1 parent 5566637 commit 00f3271
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 3 deletions.
Binary file added docs/img/chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/chart_form.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/context.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/duration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions docs/profiling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,23 @@ connections registered in Airflow.

.. image:: img/adhoc.png

Charts
-------------
A simple UI built on top of flask-admin and highcharts allows to build
data visualizations and charts easily. Fill in a form with a label, sql,
chart tyoe, pick a source database from your environment's connecton,
select a few other otpions, and save it for later use.

You can even use the same templating and macros availlable when writting
airflow pipelines, parameterizing your queries and modifying parameters
direclty in the URL.

These charts ain't Tableau, but they're easy to create, modify and share.

-----

.. image:: img/chart.png

-----

.. image:: img/chart_form.png
4 changes: 1 addition & 3 deletions docs/ui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,11 @@ provide yet more context.
------------

Task Instance Context Menu
.........
..........................
From the pages seen above (tree view, graph view, gantt, ...), it is always
possible to click on a task instance, and get to this rich context menu
that can take you to more detailed metadata, and perform some actions.

------------

.. image:: img/context.png

------------

0 comments on commit 00f3271

Please sign in to comment.