docs: update README.MD and FAQ Page for Superset 1.0 launch (#12499)

* fixed whitespace

* commit exclusion of package-lock from large file size precommit hook

* Converted all PNG files to JPG files to save space, stay under <500kb file size

* added link to release notes for 1.0
This commit is contained in:
Srini Kadamati
2021-01-20 19:27:19 -05:00
committed by Ville Brofeldt
parent fd6a75d5ba
commit 550098211a
17 changed files with 112 additions and 101 deletions

View File

@@ -269,7 +269,10 @@ are typical in basic SQL:
### Does Superset offer a public API?
Yes, a public REST API, and the surface of that API formal is expanding steadily. Some of the
Yes, a public REST API, and the surface of that API formal is expanding steadily. You can read more about this API and
interact with it using Swagger [here](/docs/rest-api).
Some of the
original vision for the collection of endpoints under **/api/v1** was originally specified in
[SIP-17](https://github.com/apache/superset/issues/7259) and constant progress has been
made to cover more and more use cases.
@@ -291,7 +294,6 @@ guarantees and are not recommended but may fit your use case temporarily:
### What Does Hours Offset in the Edit Dataset view do?
In the Edit Dataset view, you can specify a time offset. This field lets you configure the
number of hours to be added or subtracted from the time column.
This can be used, for example, to convert UTC time to local time.