Add Glue data connector docs#1027
Merged
Merged
Conversation
✅ Pull with Spice PassedPassing checks:
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
Adds a new documentation page for the Glue Data Connector that enables federated SQL querying on AWS Glue tables.
- Introduces
glue.mdwith usage examples, configuration parameters, authentication details, performance considerations, and a cookbook link. - Outlines supported params (
glue_region,glue_key,glue_secret,glue_session_token) and limitations for Iceberg/parquet/CSV tables.
Comments suppressed due to low confidence (1)
website/docs/components/data-connectors/glue.md:23
- Insert a space between
</table>andwithso it reads "<table>with the name of the table..." for proper formatting.
Specify a table using the format, `glue:<database>.<table>` by replacing `<database>` with the name of the Glue database and `<table>`with the name of the table inside of the `<database>`.
|
🚀 deployed to https://0c1db8d6.spiceai-org-website.pages.dev |
|
🚀 deployed to https://f9fa0dae.spiceai-org-website.pages.dev |
|
🚀 deployed to https://88a50b07.spiceai-org-website.pages.dev |
|
🚀 deployed to https://d5b4820d.spiceai-org-website.pages.dev |
|
🚀 deployed to https://06eb9d6b.spiceai-org-website.pages.dev |
sgrebnov
approved these changes
Jun 6, 2025
Jeadie
added a commit
that referenced
this pull request
Jun 18, 2025
* add glue data catalog docs (#1026) * add glue data catalog docs * fix copy/paste * remove unnecessary auth; add CSV support * Add Glue data connector docs (#1027) * add glue dataconnector docs * update cookbook reference * add IAM policy for glue * update iam policy * separate warning for data source/format * add glue to index * fix: Broken links (#1029) * docs for new worker UX (#1015) * search docs for multi-column changes (#1013) * docs: Update cache configuration (#1022) * docs: Cron schedules and workers (#1028) * docs for new worker UX * docs: Cron schedules and workers * docs: Add scheduled_worker trace type * fix: Typo --------- Co-authored-by: jeadie <jack@spice.ai> * docs: Add search results cache (#1030) * docs: Update cache configuration * docs: Add search results cache * Update website/docs/features/caching/index.md Co-authored-by: Jack Eadie <jack@spice.ai> * docs: Rename vector search -> search --------- Co-authored-by: Jack Eadie <jack@spice.ai> * search payload (#1033) * docs: Add search cache metrics (#1034) * docs: Add search cache metrics * fix: Duplicate entry * glue alpha (#1039) * update OpenAPI.json (#1041) * update OpenAPI.json * chore: update API docs --------- Co-authored-by: Spice Schema Bot <schema-bot@spice.ai> * Fix the documentation for the load_state metrics (#1037) (#1042) Co-authored-by: Phillip LeBlanc <phillip@spiceai.io> --------- Co-authored-by: Kevin Zimmerman <4733573+kczimm@users.noreply.github.com> Co-authored-by: peasee <98815791+peasee@users.noreply.github.com> Co-authored-by: Spice Schema Bot <schema-bot@spice.ai> Co-authored-by: Phillip LeBlanc <phillip@spiceai.io> Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🗣 Description
Add documentation for the Glue Data Connector to the website.
🔨 Related Issues
Closes:
🤔 Concerns