docs: add guide page for SQLAlchemyTableRetriever (#11791) - #11814
docs: add guide page for SQLAlchemyTableRetriever (#11791)#11814Aarkin7 wants to merge 2 commits into
Conversation
|
@Aarkin7 is attempting to deploy a commit to the deepset Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Hey @Aarkin7 sorry for the delay! While I'm giving this a more in-depth review could you also copy over the docs pages to the 3.0.0 versioned docs folder? |
|
Hey @Aarkin7 soft ping on this! |
2a02c32 to
add2694
Compare
|
Sorry for the delay, I’ve copied the SQLAlchemyTableRetriever docs into the version-3.0 docs and updated the related index/sidebar entries. |
|
Hey @Aarkin7 thanks for updating! Could I also ask you to remove the versions added to the 2.30 docs or also add it to the 2.31 docs. Otherwise it looks a bit odd that this component "disappears" between the two versions. Thanks! |
|
Thanks @sjrl for pointing it out. I have added the SQLAlchemyTableRetriever docs to the version-2.31 docs as well so the page is consistent across the versioned docs. |
There was a problem hiding this comment.
Hey @Aarkin7 this file has a trailing whitespace in its name which is why the docs build is failing. Could you fix that?
Related Issues
SQLAlchemyTableRetrievercomponent #11791Proposed Changes:
Adds a guide page for SQLAlchemyTableRetriever, the backend-agnostic table retriever that runs a SQL query through any SQLAlchemy-supported driver (Postgres, MySQL, SQLite, MSSQL, …) and returns a Pandas DataFrame plus a Markdown table. The component was already covered by the auto-synced API reference but had no narrative entry point explaining how to wire up the connection, use init_script, or plug it into a pipeline.
How did you test it?
Notes for the reviewer
Content is modelled on snowflaketableretriever.mdx, its closest peer. SQLAlchemy-specific bits (driver names, init_script, the three-key output with error for failed queries) are fresh prose.
Checklist
fix:,feat:,build:,chore:,ci:,docs:,style:,refactor:,perf:,test:and added!in case the PR includes breaking changes.