-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix: Add support for handling multiple schemas from a comma-separated list in schema-loader-utils - Updated `readSchemas` in `schema-loader-utils.ts` to correctly parse and handle multiple schema files passed as a comma-separated list. - Added a test case to validate functionality for multiple schemas in `schema-loader-utils.test.ts`. Addresses issue #2087. [Bug] Fix issue #2087: Handle multiple schema files in gen-schema-views script * chore(fs-bq-schema-views): bump package version (#2225) * feat(firestore-translate-text): optionally allow genkit for translations (#2228) * feat(firestore-translate-text): optionally allow the use of Gemini 1.5 Pro for translations * chore(firestore-translate-text): bump extension version * chore(firestore-translate-text): add JSDoc comments to new code --------- Co-authored-by: Gustolandia <[email protected]>
- Loading branch information
1 parent
ce22524
commit 0a64f98
Showing
15 changed files
with
4,060 additions
and
510 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
firestore-bigquery-export/firestore-bigquery-change-tracker/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.