Skip to content

Commit f15a176

Browse files
authored
docs: update readme with form (#38)
1 parent eca47e9 commit f15a176

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,28 @@
66
This Gemini CLI extension provides a set of tools to interact with [Dataplex](https://cloud.google.com/dataplex/docs) instances. It allows you to manage your data lakes, zones, and assets directly from the [Gemini CLI](https://google-gemini.github.io/gemini-cli/), using natural language prompts.
77

88
Learn more about [Gemini CLI Extensions](https://github.com/google-gemini/gemini-cli/blob/main/docs/extensions/index.md).
9+
> [!IMPORTANT]
10+
> **We Want Your Feedback!**
11+
> Please share your thoughts with us by filling out our feedback [form][form].
12+
> Your input is invaluable and helps us improve the project for everyone.
13+
14+
[form]: https://docs.google.com/forms/d/e/1FAIpQLSfEGmLR46iipyNTgwTmIDJqzkAwDPXxbocpXpUbHXydiN1RTw/viewform?usp=pp_url&entry.157487=dataplex
915

1016
## Why Use the Dataplex Extension?
1117

1218
* **Natural Language Management:** Stop wrestling with complex commands. Explore schemas and query data by describing what you want in plain English.
1319
* **Seamless Workflow:** As a Google-developed extension, it integrates seamlessly into the Gemini CLI environment. No need to constantly switch contexts for common database tasks.
1420
* **Code Generation:** Accelerate development by asking Gemini to generate data classes and other code snippets based on your table schemas.
1521

22+
1623
## Prerequisites
1724

1825
Before you begin, ensure you have the following:
1926

2027
* [Gemini CLI](https://github.com/google-gemini/gemini-cli) installed with version **+v0.6.0**.
28+
* Setup Gemini CLI [Authentication](https://github.com/google-gemini/gemini-cli/tree/main?tab=readme-ov-file#-authentication-options).
2129
* A Google Cloud project with the **Dataplex API** enabled.
30+
* Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.
2231
* IAM Permissions:
2332
* Dataplex Data Reader (`roles/dataplex.dataReader`): For reading data from the underlying assets (e.g., to run analytics queries).
2433
* Service Usage Consumer (`roles/serviceusage.serviceUsageConsumer`)
@@ -35,7 +44,7 @@ gemini extensions install https://github.com/gemini-cli-extensions/dataplex
3544

3645
### Configuration
3746

38-
Set the following environment variables before starting the Gemini CLI:
47+
Set the following environment variables before starting the Gemini CLI. These variables can be loaded from a `.env` file.
3948

4049
* `DATAPLEX_PROJECT`: The GCP project ID.
4150

0 commit comments

Comments
 (0)