79549191

Date: 2025-04-01 21:05:47
Score: 3.5
Natty:
Report link

Did you ever find a solution, I tried many different methods including:

uri = (
                f"databricks://token:{api_token}@{host}?"
                f"http_path={http_path}&catalog={catalog}&schema={schema}"
            )
            
            
            db = SQLDatabase.from_uri(
                database_uri=uri,
                include_tables=[""],
                sample_rows_in_table_info=5,
            )

but that does not seem to work either

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever find a solution
  • Has code block (-0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (0.5):
Posted by: ZisIzHell