You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Problem
The Vector YAML schema currently does not support the usage of environment variable defaults in URI properties. Which causes the schema validation in a text editor or IDE to deem the property invalid while it is perfectly valid to Vector.
Configuration
# The offending line${MY_ENV_QUEUE_URL:-https://sqs.example.com}
# The full source configurationsources:
my_s3_input:
type: aws_s3compression: autosqs:
queue_url: ${MY_ENV_QUEUE_URL:-https://sqs.example.com}
Version
0.45.0
Debug Output
Example Data
No response
Additional Context
References
No response
The text was updated successfully, but these errors were encountered:
A note for the community
Problem
The Vector YAML schema currently does not support the usage of environment variable defaults in URI properties. Which causes the schema validation in a text editor or IDE to deem the property invalid while it is perfectly valid to Vector.
Configuration
Version
0.45.0
Debug Output
Example Data
No response
Additional Context
References
No response
The text was updated successfully, but these errors were encountered: