stackql / stackql/stackql-devel

[FEATURE] Show Server Variables in INSERT templates and SHOW METHODS

Aperta
#6 0 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@general-kroll-4-life ci sta già lavorando.

Dal 28/3/2022.

enhancement v0.4
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

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.