Skip to content

Commit ed2600a

Browse files
authored
feat: support for all database integrations (#160)
* introduce narrower ConfigurableDatabaseIntegration* types * add support and configuration forms for all remaining database integrations * add db names to cspell dictionary * fix formatting * remove inconsistency from integration credentials docs * fix integration config forms to consistently handle incoming config * remove leftover "as any" casts from integration config forms * fix pandas-dataframe exclusion in integration manager * add missing SSH/SSL options in integration config forms * remove MS header requirement from copilot guidelines * add default port to redshift form * avoid losing redshift credentials when switching auth method * fix react event use in integration config forms to avoid RC with async state updates
1 parent 4e02acf commit ed2600a

39 files changed

+5241
-131
lines changed

.github/copilot-instructions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Read `.github/typescript-instructions.md` for detailed TypeScript development st
4040
- Preserve error details, scrub PII
4141

4242
### Code Quality
43-
- Include Microsoft copyright header
4443
- Prefer async/await, handle cancellation with CancellationToken
4544
- Use lint/format tools
4645

0 commit comments

Comments
 (0)