-
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 · -
Re: Updates in Library require to first change and then restart Kernel?
Hi, You do not need to change the code environment but to unload/reload the notebook (not just restart the kernel). In 7.0 we added a button directly in the notebook UI to reload it much more easily …1 · -
Re: Import all tables from Database
Hi, From the Flow, click on +Dataset > Search & Import You are taken to the connections explorer, where you can mass-select many tables (you could even select all tables, although this may not…1 · -
Re: In the simple text filtering what kind of stemmer is used (porter, lovins, paice, other)?
Hi, This is a Porter stemmer (Snowball)2 · -
Re: User-level Environment Variables
Hi, In the specific case of environment variables, this would be impossible. Environment variables are process-wide, and it's not possible to have "sub environment variables" within th…2 ·
