David Smith
David Smith
I understand that Rmd files are [no longer rendered on Github](https://yihui.org/en/2018/10/rmd-github/) at @yihui's request. The way I handle this is to add a [`gh-pages` branch](https://help.github.com/en/github/working-with-github-pages/about-github-pages#publishing-sources-for-github-pages-sites) to the repository and then...
That resolved the immediate issue on Ubuntu WSL (after installing python3-venv). Thank you.
It would be useful to be able to create pipeline steps, pipelines, and pipeline endpoints from the R SDK as well.
Commenting in the hope the rogue bot will allow this to stay open.
Installing the latest version of reticulate from github may resolve this issue for you.
This is with the default "SQL Server" driver installed on Windows 10. I'm also testing with some other drivers (OBDC Driver 13 and Driver 17 for SQL Server) and will...
Using [ODBC Driver 13 for SQL Server](https://docs.microsoft.com/en-us/sql/connect/odbc/download-odbc-driver-for-sql-server?view=sql-server-2017#microsoft-odbc-driver-131-for-sql-server) generates the same error when the database is paused. ```R > constr=" + Driver={ODBC Driver 13 for SQL Server};Server=tcp:REDACTED.database.windows.net,1433;Database=retail;Uid=REDACTED@REDACTED;Pwd=REDACTED;Encrypt=yes;TrustServerCertificate=no;ConnectionTimeout=30; + " > con
Same issue with ODBC Driver 17 for SQL Server.
I tried various things to extend the timeout when setting up the connection -- if you can suggest the best way to do that I can give it a go.
I'd be happy to participate