Happened when requested to include a file using the api. Tests Done: . Requested again to include the same file, and it did not throw any error. . After, I requested the include of lots of other files, and had no issue. Co-authored-by: Luiza Carneiro <luiza.carneiro@cloudera.com>
This commit is contained in:
parent
2137758103
commit
36ac10d5f6
1 changed files with 1 additions and 1 deletions
|
|
@ -461,7 +461,7 @@ async def create_source(
|
|||
"open_notebook", # app name
|
||||
"process_source", # command name
|
||||
command_input.model_dump(),
|
||||
300, # 5 minute timeout for sync processing
|
||||
timeout=300, # 5 minute timeout for sync processing
|
||||
)
|
||||
|
||||
if not result.is_success():
|
||||
|
|
|
|||
Loading…
Reference in a new issue