-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Remove IP address from Cloud SQL SQL Server source #1549
Copy link
Copy link
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Type
Fields
Give feedbackNo fields configured for Bug.
Prerequisites
Toolbox version
0.15.0
Environment
uname -a)curl -O https://storage.googleapis.com/genai-toolbox/v$VERSION/linux/amd64/toolbox)us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:$VERSION)Client
Gemini CLI
Expected Behavior
IP address is not an input for Cloud SQL SQL Server source.
Current Behavior
IP Address is label as a required input for the Cloud SQL SQL server source. However, any ip address works. The connector has uses localhost as an example, so this input most likely is not needed.
Steps to reproduce?
...
Additional Details
No response