-
Re: connexion dataset in DSS
Hi there, You should be able to import the CSV file into your Flow by creating an "Upload" dataset. More information about how to do this can be found in our documentation here: https://doc…1 · -
Re: S3 connection
Hi, Unfortunately, DSS does not have control over setting the permissions of uploaded files or objects and this is something that needs to be managed at the S3 level. With that being said, the owner …2 · -
Re: Starting DSS on Virtual Machine Error
Hi there, This error is not actually related to DSS but coming from the OS itself. If this is a VM, you'll want to look at the VM or server logs for more information. From doing a quick search t…1 · -
Re: Query failed: Connection name not specified
Hi, In your python code, did you make sure to first set up your SQL executor accordingly? Something like: executor = SQLExecutor2(connection="db-connection") # or dataset="dataset_name…1 · -
Re: How to manage your input files and flow in general
Hi eMate, Unfortunately, there is no good way to "automatically" update an Upload dataset as it precisely involves files that have been manually uploaded by the user. Instead, if you expect…2 ·
