Hello!
I'm connecting my dataiku instance to a postgresql server, and when I'm querying the sql table in a flow, I have to store the result of the query somewhere. I don't want to store it back in the database to avoir cluttering, so I thought about storing it locally in a csv file, however:
>does these files get deleted automatically or do I have to delete them manually? I wouldn't want to accumulate temporary file on the server
>does dataiku keeps the sql metadata (column types, etc.) when extracting to csv?
>is there a possibility to store outputs into RAM or some similar fast&temporary storage?
Thanks!