# AGENTS.md

Apache Superset is a Data Visualization and Data Exploration Platform

## Setup

```
# TODO: the install command. No lockfile was found, so this could not be inferred.
```

## Commands

```
make install
make superset
make update
make update-py
make update-js
make venv
```

## Layout

- `superset-frontend/` 3951 source files
- `superset/`          1064 source files
- `tests/`             1020 source files
- `docs/`              59 source files
- `superset-core/`     36 source files
- `scripts/`           33 source files

## Conventions

- Tests live alongside the code they cover, following `.github/workflows/embedded-sdk-test.yml`.
- CI defines what passing means. See `.github/workflows/bump-python-package.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.test.ts` is 508KB. It will not fit comfortably in context, so read it in parts.
- No lockfile is committed, so an install here may not match what CI produced.

---

Drafted by agentreadme.com from what is in this repository. Everything marked TODO
needs a human. Check it in as AGENTS.md at the root.
