stackql / stackql/stackql-devel
[FEATURE] Show Server Variables in INSERT templates and SHOW METHODS
@general-kroll-4-life ci sta già lavorando.
Dal 28/3/2022.
- Lingua principale
- Go
- Stelle
- 0
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Feature Description
If a server variable is defined in the API spec, this variable should be shown in INSERT templates by default, for example, given the servers object in a Okta API spec...
servers:
- url: https://{subdomain}.okta.com/
variables:
subdomain:
default: my-domain
Then SHOW INSERT INTO okta.identityprovider.idps should return...
INSERT INTO okta.identityprovider.idps(
data__name,
...
data__subdomain
)
SELECT
'{{ .values.data__name }}',
...
'{{ .values.data__subdomain }}';
A clear and concise description of what you want to happen.
Example(s)
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Possible Approaches or Libraries to Consider
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.