Zachary Loertscher
12/07/2022, 9:17 PMsql_server
extra and pyodbc
package). We are running Prefect 1.2.0.
Deployment is successful, and the flow is successfully registered (the imports in my .py
script run successfully), but Prefect Cloud can't find the package:
Failed to load and execute flow run: ImportError('Using prefect.tasks.sql_server requires Prefect to be installed with the "sql_server" extra.')
Is there a way to re-sync prefect-cloud with my docker container? Just seems like Prefect cloud isn't finding the packages I have installed on my containerPeyton Runyan
12/08/2022, 11:13 AM