Skip to content

Conversation

jeffhwang-sq
Copy link
Collaborator

@jeffhwang-sq jeffhwang-sq commented Apr 16, 2025

Issue - slack
Currently, all custom parameters that are unset are being defaulted to empty strings. This is causing validation to fail on the client side. Datadog Link
Screenshot 2025-04-08 at 10 41 03 AM

On the client side (example), we use Kotlin data classes where parameters default to null if not provided. To align with this behavior, we should ignore parameters with empty string values rather than passing them through.

@jeffhwang-sq jeffhwang-sq requested review from adrw and mpawliszyn April 16, 2025 13:20
@mpawliszyn mpawliszyn merged commit e8ddc5d into master Apr 16, 2025
5 checks passed
jeffhwang-sq added a commit that referenced this pull request Apr 16, 2025
* master:
  Reworking the create to handle variant and clone complexity. (#436)
  Filter out empty string for default parameters (#435)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants