-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add SQL trigger support to v4 model #88
Comments
Added input and output binding support. I'm hesitant to add trigger support while it's still in preview, especially considering users have a workaround with our I'd be willing to reconsider if we have users asking for it (upvotes/comments on this issue would be best), otherwise we should be able to do it as soon as it GA's. Feel free to ping us as the GA date approaches |
Any thoughts on adding support for SQL triggers now a half-ish year later, @ejizba? Are there still issues with this functionality which blocks the implementation into @azure/functions? |
It's a question of priority against our other work, not anything blocking it necessarily. I was primarily waiting for the SQL trigger to go GA, but as far as I can tell the docs still list it as preview. If GA won't be for a long time or if we get sufficient user feedback asking for it, we could add it before GA. But to be honest @andreasbhansen you're the first person to ask for it (excluding Lucy who is on the team that developed the sql stuff 😉) |
@ejizba GA for SQL trigger will be very soon! We are currently waiting for a new extension bundle version to be released which will contain our GA bits. Will update here once we are officially GA. |
@ejizba The SQL trigger is now generally available! |
Fyi @andreasbhansen @lucyzhang929 we just released v4.4.0 with SQL trigger support |
More information about SQL Bindings can be found here.
The text was updated successfully, but these errors were encountered: