Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Record Fields #22

Merged
merged 2 commits into from
Feb 7, 2025
Merged

Record Fields #22

merged 2 commits into from
Feb 7, 2025

Conversation

claytongentry
Copy link
Member

@claytongentry claytongentry commented Feb 7, 2025

This change enables users to specify RECORD fields in vector yaml:

attributes:
  # Standard scalar fields with modes
  id: STRING # NULLABLE by default
  tags: STRING:REPEATED # Array of strings
  email: STRING:REQUIRED # Non-null field
  
  # Nested RECORD fields
  metadata:
    source: STRING
    settings:
      enabled: BOOLEAN
      flags: STRING:REPEATED

@claytongentry claytongentry merged commit a3266f4 into master Feb 7, 2025
3 checks passed
@claytongentry claytongentry deleted the claytongentry/record-fields branch February 18, 2025 14:21
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.

1 participant