Théo LEBRUN
Results
4
issues of
Théo LEBRUN
Hello, I'm trying to install on my windows 8.1 but I have an error when I'm running `pip install --use-wheel python-librtmp` Here's my pip.log : https://gist.github.com/Falydoor/1d42ed59453d6c80a690. There is some errors...
Hello, When running the example from the doc: ```python from databricks import sql connection = sql.connect( server_hostname=HOSTNAME, http_path=HTTP_PATH, access_token=TOKEN) cursor = connection.cursor() cursor.execute('SELECT :param `p`, * FROM RANGE(10)', {"param": "foo"})...