Is the "sql_server" optional dependency (for writing to MSSQL) available in Prefect 2.0? If not, what are alternatives, do I just stick with 1.0 until things like that get implemented into 2.0, or is there a new way to go about connecting to MSSQL?
k
Kevin Kho
07/06/2022, 7:21 PM
Not yet, the tasks are being ported over. You could wait for it, or you could also just copy the task code from the 1.0 task library. It shouldn’t be that long