Skip to content

Commit

Permalink
upd (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonlee5 authored Nov 22, 2024
1 parent a7a9b7e commit 2724efe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/app/admin/ExternalPlatform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Some examples of tools that can be connected to Ganymede using this approach inc
- [MATLAB](https://github.com/mathworks-ref-arch/matlab-google-bigquery/blob/main/Documentation/Authentication.md) - Provide service account credentials using the matlab-google-bigquery package.
- [Mathematica](https://mathematica.stackexchange.com/questions/231524/generating-google-bigquery-api-access-token-in-wolfram-language) - Generate a JSON Web Token (JWT) using the service account credentials in Ganymede. Alternatively, you can use a [BigQuery JDBC Driver](https://cloud.google.com/bigquery/docs/reference/odbc-jdbc-drivers) to connect, as described in this [reference doc](https://reference.wolfram.com/language/DatabaseLink/tutorial/DatabaseConnections.html).
- [Excel](https://cloud.google.com/blog/products/bigquery/how-to-connect-bigquery-to-microsoft-excel-and-other-apps-with-our-new-odbc-driver) - Install the [Simba BigQuery ODBC driver](https://cloud.google.com/bigquery/docs/reference/odbc-jdbc-drivers) and reference the data source from Excel.
- [Palantir Foundry](https://www.palantir.com/docs/foundry/available-connectors/bigquery/) - Ganymede provides read access, which can be configured using the Foundry BigQuery connector.
- [Palantir Foundry](https://www.palantir.com/docs/foundry/available-connectors/bigquery/) - Ganymede provides read access, which can be configured using the Foundry BigQuery connector

### Generating Service Account Credentials

Expand Down
5 changes: 3 additions & 2 deletions docs/releases/202411.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ displayed_sidebar: releaseSideBar
- Instruments can be used in dashboards for measuring throughput and utilization

**Improvements**
- **Notebooks**: Notebook lint and saves should be faster and more reliable
- **UI**: Renamed the Connection logs tabs to be clearer
- **UI**: Clarified behaviors on pausing sessions in Virtualization

**Bug Fixes**
- **UI**: Addressed some issues with form saving on Agents and Flows pages
- **UI**: Fixed an issue where export credentials would be created with too long of a name
- **UI**: Addressed bugs associated with saving forms on Agents and Flows pages
- **UI**: Fixed an issue where export credentials would be created with that are too long

**Agent Version**: 5.1.65

Expand Down

0 comments on commit 2724efe

Please sign in to comment.