Skip to content

Conversation

@aravind-segu
Copy link
Contributor

mock packages in sphinx so that we can compile docs

@aravind-segu aravind-segu requested a review from jennsun November 19, 2025 00:25
"psycopg", # Required by databricks_ai_bridge.lakebase
"psycopg_pool", # Required by databricks_ai_bridge.lakebase
"langgraph.checkpoint.postgres", # Required by databricks_langchain.checkpoint
]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we still have to do this if these dependencies/packages are lazily imported? We updated to do so as part of the this fix, so not sure if it automatically has to be imported here?
#224

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am guessing that we still need to. We are still going to build docs for classes that uses lakebase and `psycopg.

Copy link
Member

@fanzeyi fanzeyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

"psycopg", # Required by databricks_ai_bridge.lakebase
"psycopg_pool", # Required by databricks_ai_bridge.lakebase
"langgraph.checkpoint.postgres", # Required by databricks_langchain.checkpoint
]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am guessing that we still need to. We are still going to build docs for classes that uses lakebase and `psycopg.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants