Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

community: Tableau Data Source Query Tool #29716

Closed
Closed
7 changes: 7 additions & 0 deletions libs/community/langchain_community/tools/tableau/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"""Tableau tools for interacting with data sources, metrics, visualizations and more"""

from langchain_community.tools.tableau.tool import (
initialize_datasource_qa,
)

__all__ = [ "initialize_datasource_qa" ]
Loading
Loading