-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Ensure that dataplex testing removes aspect types #2057
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.product: dataplexDataplexDataplextype: 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: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.
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.product: dataplexDataplexDataplextype: 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: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.
Type
Fields
Give feedbackNo fields configured for Bug.
Prerequisites
Toolbox version
0.21.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
# 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