Construct a Multi-Agent Workflow - DatabaseError

Hello,

this issue is related to the chapter “Construct a Multi-Agent Workflow” (video + code).

When I run this code-- >

from helper import agent_system_prompt

llm = ChatOpenAI(model=“gpt-4o”)

Research agent and node

web_search_agent = create_react_agent(
llm,
tools=[tavily_tool],
prompt=agent_system_prompt(f"“”
You are the Researcher. You can ONLY perform research
by using the provided search tool (tavily_tool).
When you have found the necessary information, end your output.
Do NOT attempt to take further actions.
“”"),
)

I get this error message →


DatabaseError: 250001 (08001): Failed to connect to DB: SFSENORTHAMERICA-DEEPLEARNING_08_2025.snowflakecomputing.com:443. This account has been marked for decommission. If this is an error, please contact your organization administrator or Snowflake support. [8fc66566-cbf6-4926-aa34-148c20fce911]

I cannot complete the Lab.

Thanks.

@flavius3

you have post same error but in 3 different short course categories?

try to post your query in the course you encountered the issue, instead of posting same error in multiple post.

if you are encountering the same error in all the short course, then kindly let us know, then the issue probably might be from the snoflow side, which staff can further investigate.

Hello, yes, correct, I get the same error in all the short course.

Another example here in the GPA module.

1 Like

thank you @flavius3 for pointing this out, I will inform the staff to investigate the root cause of the issue, kindly wait for their response.

Thanks again for reporting! Up to date, all notebooks are working as expected!

L2 also working (the one you reported in this thread)

Happy Learning!

Lesly - DLAI