genai-toolbox icon indicating copy to clipboard operation
genai-toolbox copied to clipboard

Ensure that dataplex testing removes aspect types

Open Yuan325 opened this issue 3 months ago • 0 comments

Prerequisites

  • [x] I've searched the current open issues
  • [x] I've updated to the latest version of Toolbox

Toolbox version

0.21.0

Environment

  1. OS type and version: (output of uname -a)
  2. How are you running Toolbox:
  • As a downloaded binary (e.g. from curl -O https://storage.googleapis.com/genai-toolbox/v$VERSION/linux/amd64/toolbox)
  • As a container (e.g. from us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:$VERSION)
  • Compiled from source (include the command used to build)

Client

  1. Client:
  2. Version:
  3. Example: If possible, please include your code of configuration:
# Code goes here! 

Expected Behavior

Integration test to clean up resources after every run.

Current Behavior

Seems like the aspect types is not removed. We hit 250 quota limit.

Steps to reproduce?

After awhile of running integration test, it will hit the quota.

Additional Details

No response

Yuan325 avatar Nov 27 '25 16:11 Yuan325