Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix typos on installation.rst #14950

Merged
merged 1 commit into from
Jun 5, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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::
Expand Down Expand Up @@ -1357,7 +1357,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`:
Expand Down