-
Re: How to connect to files in Windows Shared drives?
Hi, The only supported way would be to have your system administrator Mount the Windows Shared drives using Samba / CIFS. They will then appear as regular folders on the DSS server, and they can be m…1 · -
Re: Python job fails upon execution in EKS
Hi, "return code 119" means that your container ran out of memory and was killed by Kubernetes. You need to increase your "memory request" and/or "memory limit" settings…1 · -
Re: User Login History
If only there was a software that could help you visually prepare and analyze data rather than having to write code for that6 · -
Re: Couchbase Connection
Hi, DSS does not have a Couchbase connection. You may be able to read your Couchbase data using a Python recipe and Couchbase's Python client package1 · -
Re: Configure AWS credentials
Hi, To achieve that, use an AWS keypair rather than an instance profile IAM role, and put the keypair in a ~/.aws/credentials file in the home of the user running DSS on the instance. If your DSS is …1 ·
