apache / superset

Apache Superset is a Data Visualization and Data Exploration Platform
https://superset.apache.org/
Apache License 2.0
62.95k stars 13.93k forks source link

docs: Embedded sdk #30972

Closed jpchev closed 4 days ago

jpchev commented 6 days ago

SUMMARY

prerequisites for embedded dashboards, how to set up and generate a token with the secret.

rusackas commented 5 days ago

Thanks! Running CI 🤞

rusackas commented 5 days ago

Looks like you need to run the pre-commit hook. Superset uses Git pre-commit hooks courtesy of pre-commit. To install run the following:

pip3 install -r requirements/development.txt
pre-commit install
A series of checks will now run when you make a git commit.

Alternatively it is possible to run pre-commit by running pre-commit manually:

pre-commit run --all-files
jpchev commented 5 days ago

@rusackas I've fixed the trailing whitespaces