Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: foreign mssql extractor (#345)
* feat: first pass foreign mssql extractor * chore: package-lock * Update package.json * Update package-lock.json * feat: save connConfig obj to workbook metadata * Add index on rowid * feat: more logging * feat: remove table/data transformations * wip: initial hot RDS implementation * fix: use env vars * feat: add some retry logic to renaming db * feat: improve comments * feat: set database name to workbookId on creation & reorganize code * chore: update package.json * feat: use API endpoints * Check for non-ok http statuses * remove unused/moved code * Reorganize & change build tool * fix: correctly add sheets to workbook * Reflect endpoint updates * Update api endpoint * feat: updates to match API changes * chore: update workspaces * feat: first pass foreign mssql extractor * chore: package-lock * feat: save connConfig obj to workbook metadata * feat: more logging * feat: remove table/data transformations * wip: initial hot RDS implementation * feat: add some retry logic to renaming db * feat: improve comments * feat: set database name to workbookId on creation & reorganize code * chore: update package.json * feat: use API endpoints * remove unused/moved code * Reorganize & change build tool * fix: correctly add sheets to workbook * Reflect endpoint updates * feat: updates to match API changes * chore: update workspaces * Create README.md * Match API terms * Update README.md * Update README.md * Create serious-dolls-itch.md * Update README.md * Update README.md * Update README.md * Code review updates * Update serious-dolls-itch.md
- Loading branch information