-
Re: Logging to Azure
Hello @danf101 , Thank you for the post on Community. By using the DSS Event Server, you can collect your DSS nodes' audit logs into a single node ("auditing node"), and write the audi…1 · -
Re: Export file into SFTP - using Python
Hello @pafj , Thanks for another question. Would you please try the following code? import dataikuimport pandas as pdimport xlsxwriterfrom io import BytesIODATASET_NAME3 = 'aa'FOLDER_NAME3 …2 · -
Re: Flow Zone Reuse? Can one flow zone be reused from multiple datasets
Hello @tgb417 , Thank you so much for the feedback. I have shared the feedback with our Educational Services team. We really appreciate your feedback. Sincerely, Keiji, Dataiku Technical Support1 · -
Re: Flow Zone Reuse? Can one flow zone be reused from multiple datasets
Hello @tgb417 , When you run an Application-as-recipe, the latest project flow will be automatically copied and used [DSS doc]. So, it would be fine to just update the flow of the project of the Appl…1 · -
Re: Export file into SFTP - using Python
Hello @pafj , Thank you for the confirmation. Here is sample Python3 code for loading a CSV file from a DSS managed folder into a pandas dataframe. import dataikuimport pandas as pdFOLDER_NAME = …1 ·