
## Supported apps

URL: https://docs.atlan.com/product/capabilities/build-apps/sdks/python/apps

> Browse the Atlan apps you can create and run with the Python SDK (pyatlan)—a builder per connector for crawlers, miners, and enrichment jobs.

# Supported apps

An **app** is a connector workflow that runs on your tenant—a **crawler** (pulls
metadata), a **miner** (pulls query history for lineage and usage metrics), or an
enrichment job—and publishes the results to Atlan for discovery. A single
connector can expose more than one app: for example, Snowflake has a *crawler* app
and a *miner* app.

Every app has a typed, UI-equivalent **builder** in `pyatlan.model.apps` that walks
the same three steps as the "new app" wizard—**Credential → Connection →
Metadata**—so you can create and run an app without knowing the underlying
payload.

- For the full lifecycle—create, run, list, update, schedule, and delete—see
 [Manage apps](https://docs.atlan.com/llms/platform/python/manage-apps/llms.txt).
- Each app below documents every authentication method and configuration option.

> **Tip: Can't find an app for your connector?**
>
> If a connector doesn't have a builder yet, you can still create and run its app by
> passing a raw `inputs` dict (matching the app's input contract) to
> `client.app.create()`:
>
> ```python showLineNumbers title="app_create_example.py"
> from pyatlan.client.atlan import AtlanClient
> 
> client = AtlanClient()
> 
> response = client.app.create(
> app_id="bigquery-crawler",
> name="my-workflow",
> inputs={...}, # values matching the app's input contract
> run=True,
> )
> ```
>
> Use `client.app.get_input_contract("<app-id>")` to discover the available input
> keys, types, and defaults for any app.

## Apps by connector

1. [Anaplan assets](https://docs.atlan.com/llms/platform/python/anaplan-sdk-references-app-reference/llms.txt)
2. [Apache Kafka assets](https://docs.atlan.com/llms/platform/python/apache-kafka-sdk-references-app-reference/llms.txt)
3. [Athena assets](https://docs.atlan.com/llms/platform/python/amazon-athena-sdk-references-app-reference/llms.txt)
4. [BigQuery assets](https://docs.atlan.com/llms/platform/python/google-bigquery-sdk-references-app-reference/llms.txt)
5. [BigQuery miner](https://docs.atlan.com/llms/platform/python/google-bigquery-sdk-references-app-miner-reference/llms.txt)
6. [Confluent Kafka assets](https://docs.atlan.com/llms/platform/python/confluent-kafka-sdk-references-app-reference/llms.txt)
7. [Databricks assets](https://docs.atlan.com/llms/platform/python/databricks-sdk-references-app-reference/llms.txt)
8. [Databricks miner](https://docs.atlan.com/llms/platform/python/databricks-sdk-references-app-miner-reference/llms.txt)
9. [DynamoDB assets](https://docs.atlan.com/llms/platform/python/amazon-dynamodb-sdk-references-app-reference/llms.txt)
10. [Glue assets](https://docs.atlan.com/llms/platform/python/aws-glue-sdk-references-app-reference/llms.txt)
11. [Google Dataplex assets](https://docs.atlan.com/llms/platform/python/knowledge-catalog-sdk-references-app-reference/llms.txt)
12. [Hive assets](https://docs.atlan.com/llms/platform/python/hive-sdk-references-app-reference/llms.txt)
13. [Metabase assets](https://docs.atlan.com/llms/platform/python/metabase-sdk-references-app-reference/llms.txt)
14. [Microsoft SQL Server assets](https://docs.atlan.com/llms/platform/python/microsoft-sql-server-sdk-references-app-reference/llms.txt)
15. [MongoDB assets](https://docs.atlan.com/llms/platform/python/mongodb-sdk-references-app-reference/llms.txt)
16. [MySQL assets](https://docs.atlan.com/llms/platform/python/mysql-sdk-references-app-reference/llms.txt)
17. [Oracle assets](https://docs.atlan.com/llms/platform/python/oracle-sdk-references-app-reference/llms.txt)
18. [Oracle miner](https://docs.atlan.com/llms/platform/python/oracle-sdk-references-app-miner-reference/llms.txt)
19. [PostgreSQL assets](https://docs.atlan.com/llms/platform/python/postgresql-sdk-references-app-reference/llms.txt)
20. [PostgreSQL miner](https://docs.atlan.com/llms/platform/python/postgresql-sdk-references-app-miner-reference/llms.txt)
21. [Power BI assets](https://docs.atlan.com/llms/platform/python/microsoft-power-bi-sdk-references-app-reference/llms.txt)
22. [Power BI miner](https://docs.atlan.com/llms/platform/python/microsoft-power-bi-sdk-references-app-miner-reference/llms.txt)
23. [Presto assets](https://docs.atlan.com/llms/platform/python/prestosql-sdk-references-app-reference/llms.txt)
24. [QuickSight assets](https://docs.atlan.com/llms/platform/python/amazon-quicksight-sdk-references-app-reference/llms.txt)
25. [Redash assets](https://docs.atlan.com/llms/platform/python/redash-sdk-references-app-reference/llms.txt)
26. [Sigma assets](https://docs.atlan.com/llms/platform/python/sigma-sdk-references-app-reference/llms.txt)
27. [Snowflake assets](https://docs.atlan.com/llms/platform/python/snowflake-sdk-references-app-reference/llms.txt)
28. [Snowflake miner](https://docs.atlan.com/llms/platform/python/snowflake-sdk-references-app-miner-reference/llms.txt)
29. [Tableau assets](https://docs.atlan.com/llms/platform/python/tableau-sdk-references-app-reference/llms.txt)
30. [Teradata assets](https://docs.atlan.com/llms/platform/python/teradata-sdk-references-app-reference/llms.txt)
31. [Teradata miner](https://docs.atlan.com/llms/platform/python/teradata-sdk-references-app-miner-reference/llms.txt)
32. [Trino assets](https://docs.atlan.com/llms/platform/python/trino-sdk-references-app-reference/llms.txt)
33. [dbt assets](https://docs.atlan.com/llms/platform/python/dbt-sdk-references-app-reference/llms.txt)

## Utility apps

Utility apps export, transform, or derive metadata rather than crawl a source into Atlan.

1. [Asset Export Basic](https://docs.atlan.com/llms/platform/python/asset-export-basic/llms.txt): export assets, glossaries, and data products to a file (download, email, or object storage).
2. [Standard Lineage](https://docs.atlan.com/llms/platform/python/standard-lineage/llms.txt): build lineage across multiple connections of one connector (reads their miners' query history—no crawl, no credential); re-scope as connections are onboarded.

_Last updated: 19 August 2026._

---

> **AI agent?** Install the Atlan Docs MCP for direct access: https://docs.atlan.com/skills/install-docs-mcp.md
