-
Notifications
You must be signed in to change notification settings - Fork 122
Add aliases to transform resource #825
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey thanks for making both of these additions. They're great updates!
It looks like the committed docs don't match the generated output. You should be able to just run |
Co-authored-by: Toby Brain <[email protected]>
Co-authored-by: Toby Brain <[email protected]>
Updated documentation as well :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one! Thanks for taking the time with both these contributions.
* Add aliases to transform resource * Update changelog and docs * Update internal/elasticsearch/transform/transform.go Co-authored-by: Toby Brain <[email protected]> * Update internal/elasticsearch/transform/transform.go Co-authored-by: Toby Brain <[email protected]> * Update docs generation * Add version constraints to tests * Add version constraints to aliases --------- Co-authored-by: Toby Brain <[email protected]> Co-authored-by: Toby Brain <[email protected]>
Add
aliases
toelasticstack_elasticsearch_transform
resource.Resolves #817