-
Re: How to run a job sequentially with "job_builder" that consists of multiple recipes?
As I said Scenarios is the solution. A Scenario doesn't have to be scheduled or have any triggers, it can be created and executed manually at will. You can run a scenario via API calls synchrono…1 · -
Re: CSV files with Date Column and Others with no Date Column - How to combine them?
I recently responded to a very similar question to yours. In summary either use a Python recipe to read all the files from the folder and stitch them together manually in code or use a pair of Files …1 · -
Re: Very big dataset
S3 is not a good platform for trying to do operations on that amount of data. I suggest you look for technogies that have been designed for querying that amount of data quickly like Snowflake, Databr…1 · -
Re: Fleet Manager for SSH Keys Gen
I have not used Fleet Manager but I do know how it works. Whether it keeps SSH keys after a rebuild or not I do not know but it will trivial for you to test, just regenerate a new instance and check.…1 · -
Re: Change Project image through code
I don't think you can modify the image via the Dataiku API but this seems to work for me. If the project has an image it will be placed here: dss_home/config/projects/project_id/pictures/project…1 ·