Error: “Result: Failure Exception: ModuleNotFoundError: No module named ‘snowflake’. Cannot find module.” In Azure Function App
I am trying to deploy my script to Azure Function App. Whenever I try to trigger a function I get the error instead:
How to process Snowflake data using Azure functions
I am new to Snowflake and Azure functions.
We are going to be provided a view by our Snowflake team (which will be updated daily) that consists of about 30K records.
We need to process these records and send emails to required party using Azure functions.
My questions: