Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ gemini extensions install https://github.com/gemini-cli-extensions/dataplex

Set the following environment variables before starting the Gemini CLI. These variables can be loaded from a `.env` file.

* `DATAPLEX_PROJECT`: The GCP project ID.
```bash
export DATAPLEX_PROJECT="<your-gcp-project-id>"
```

Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.

Expand Down
Loading