feng-tao closed pull request #3909: [AIRFLOW-3073] Add a note - Profiling features are not supported in new webserver URL: https://github.com/apache/incubator-airflow/pull/3909
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/docs/profiling.rst b/docs/profiling.rst index 09102334b1..37608127ae 100644 --- a/docs/profiling.rst +++ b/docs/profiling.rst @@ -1,6 +1,12 @@ +.. TODO: This section would be removed after we migrate to www_rbac completely. + Data Profiling ============== +.. note:: + ``Adhoc Queries`` and ``Charts`` are no longer supported in the new FAB-based webserver + and UI, due to security concerns. + Part of being productive with data is having the right weapons to profile the data you are working with. Airflow provides a simple query interface to write SQL and get results quickly, and a charting application ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
