So, I've got my container to run locally and succe...
# troubleshooting
i
So, I've got my container to run locally and successfully load/transform my data in snowflake, but my pipelines are failing when I deploy to Azure container apps and try materializing my assets in the cloud. Specifically, it's failing when trying to load data into Snowflake (I get the successful OAuth attempt message for my tap) and I believe it's due to the network policies within Snowflake. Has anyone run into this issue? I tried whitelisting all my containers outbound ip addresses in my snowflake network policy but that still appears to be failing.
v
we need more information to help, if it's a network thing in Azure then I'd start there with debugging by getting in either with an interactive bash session or a test container curling out somewhere but 🤷