Hi everyone. I have an issue with dagster . I am p...
# ask-community
j
Hi everyone. I have an issue with dagster . I am pushing files from some web adresses to Dagster. Every time I reload definitions and materialize I get a specific error. I am new to dagster so I do admit I need some help. The error message is in the comments section of this post
Copy code
dagster._core.errors.DagsterExecutionStepExecutionError: Error occurred while executing op "load_data_from_apis":
The above exception was caused by the following exception:
urllib.error.URLError: <urlopen error [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>
t
Your error doesn't seem to be from Dagster, but from your python code in load_data_from_apis
j
Thank you @Tim Castillo I was able to resolve this