mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
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:
committed by
Ville Brofeldt
parent
fd6a75d5ba
commit
550098211a
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user