Azure / Azure/azure-functions-sql-extension

Have input binding generate T-SQL if given just the table/view to select from

Open
#182 0 comments 0 reactions 0 assignees View on GitHub
enhancement input-binding
Dominant language
C#
Stars
130
Forks
71
Avg merge
4d 8h
Merged PRs (30d)
4

Description

Would be helpful to support the low/no code initiative - given just the table we could generate a simple SELECT statement that would pull all the data and insert it into the return object thus bypassing the need for the developer to write any T-SQL themselves.

Contributor guide

Open the contributing guide

Research direction

Start by tracing the input-binding path for a table or view and identify how the binding currently produces the return object. The work is complete when supplying only a table or view generates a simple T-SQL SELECT that retrieves all data and inserts it into the return object.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, csharp, sql
Domain
backend, database
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.