-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
New resource: Add blob reference input as a new resource for stream analytics input resources (rebased) #5129
New resource: Add blob reference input as a new resource for stream analytics input resources (rebased) #5129
Conversation
…put blob datasource. Add an example for stream analytics. Add the new datasource to provider.go.
Co-Authored-By: kt <[email protected]>
Co-Authored-By: kt <[email protected]>
- Bring inline with how the stream input does things. - Inline `getBlobReferenceInputProps` method as had odd error with calling `Errorf` which wasn't an issue when inlined.
- Update imports to match stream input test.
Hi @danielrbradley, Thanks for opening this PR! looks like the original author has pulled in your changes and as such i am going to close this one. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
This is a rebased version of #3633 so that I can help investigate the build errors.