-
Re: Managed Folder with Container Execution
Hi @Astrogurl , The following code will download the file to a temporary directory first so that you can pass the path to FAISS: import os.pathimport shutilimport tempfileimport dataikufolder = datai…1 · -
Re: Trigger a scenario based on s3 connection file changes
Hi @franbugallo , Instead of using a download recipe, I recommend configuring your managed folder so that it accesses your S3 bucket directly. This way, the folder will always be up-to-date when you …1 · -
Re: Discovery: dash_core_components Dropdown() requires explicitly labeled options
Hi @MarkPundurs , The following code works for me using Dash v2.7.0: from dash import dcc, html, Dash, Input, Outputoptions = ['New York City', 'Montreal', 'San Francisco']app.layout = html.Div(child…1 · -
Re: Export Jupyter notebook in a scenario step
Hi @Sidiya , There's no way to change the name of the attached notebook, but if your goal is to get the date of execution, there are a couple other ways that you can get it: * You can include the dat…1 · -
Re: find a deleted scenario ?
Hi @whormi , Expanding on @tgb417 's answer, the documentation for managing the Git history of projects is available here: Version control of projects. Please be sure to read the warnings in the docu…1 ·