From e2d60159742beaffac03a661f8232d6de2d38fcd Mon Sep 17 00:00:00 2001 From: Bonifacio de Oliveira Date: Fri, 4 Jun 2021 23:29:02 -0300 Subject: [PATCH] fix typos (#14950) --- docs/installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 7dff638b0..edfedce43 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -433,7 +433,7 @@ For other strategies, check the `superset/tasks/cache.py` file. Caching Thumbnails ------------------ -This is an optional feature that can be turned on by activating it's feature flag on config: +This is an optional feature that can be turned on by activating its feature flag on config: .. code-block:: python @@ -972,7 +972,7 @@ environment variable: :: Event Logging ------------- -Superset by default logs special action event on it's database. These log can be accessed on the UI navigating to +Superset by default logs special action event on its database. These logs can be accessed on the UI navigating to "Security" -> "Action Log". You can freely customize these logs by implementing your own event log class. Example of a simple JSON to Stdout class:: @@ -1358,7 +1358,7 @@ The available validators and names can be found in `sql_validators/`. **Scheduling queries** You can optionally allow your users to schedule queries directly in SQL Lab. -This is done by addding extra metadata to saved queries, which are then picked +This is done by adding extra metadata to saved queries, which are then picked up by an external scheduled (like [Apache Airflow](https://airflow.apache.org/)). To allow scheduled queries, add the following to your `config.py`: