Setrak Balian

Results 6 comments of Setrak Balian

Thanks @acroz , thought about this a bit more and considered all the comments above. How about the following? ```python from faculty import datasets url = datasets.presigned_url("/path/to/any/file") ``` We can...

@acroz Also ran a quick test to compare speed for an AWS backend. For a 139M CSV file, | Method | Time in seconds | |---------|------| |`pandas.read_csv` | 3.29 |...

@imrehg Thanks! Sorry - the tuple bit was a result of bad copy and pasting here. [] works! So does setting it to the same value as the one for...

Thanks @imrehg. 1 I checked black again and it does the correct job. The original post was just a bad copy/paste job. 2 I opened the issue again, but changed...

Another finding @imrehg Consider this for creating a new environment and then trying to list the environments. ```python import os import uuid import faculty from faculty.clients import environment PROJECT_ID =...