diff --git a/references/lightdash-cli.mdx b/references/lightdash-cli.mdx index 4d03205c..cba45ac5 100644 --- a/references/lightdash-cli.mdx +++ b/references/lightdash-cli.mdx @@ -464,6 +464,18 @@ Create a new project that uses the `production` credentials from your local dbt lightdash deploy --create --target production ``` +Create a new project from a dbt project that uses the `spark` adapter (for example, a session-based profile that runs against Athena via Spark). Spark profiles don't include warehouse credentials, so Lightdash auto-detects the adapter, skips credential collection, and creates the project without a warehouse connection. Open the project in the Lightdash UI afterwards and configure your query engine (for example, Athena) on the **Project settings → Connection** page: + +```bash +lightdash deploy --create --target production +``` + +You can also create a project explicitly without warehouse credentials for any adapter. The project is created with no warehouse connection, which you then configure in the UI: + +```bash +lightdash deploy --create --no-warehouse-credentials +``` + Deploy a large project with many explores using batched deploy: ```bash