<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Another random spark failure in fabric on custom pool - No module named 'azure.core.exceptions' in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Another-random-spark-failure-in-fabric-on-custom-pool-No-module/m-p/4392755#M6874</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been troubleshooting this issue today, as I experienced it whilst running my custom packages in my custom Fabric environment. I ended up creating a new environment and testing in a notebook to see if the issues persisted, miraculously this actually resolved the issue. All the built-in libraries were the same, and my custom packages also work in this new environment.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Feb 2025 15:58:06 GMT</pubDate>
    <dc:creator>jflo08</dc:creator>
    <dc:date>2025-02-03T15:58:06Z</dc:date>
    <item>
      <title>Another random spark failure in fabric on custom pool - No module named 'azure.core.exceptions'</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Another-random-spark-failure-in-fabric-on-custom-pool-No-module/m-p/4390234#M6772</link>
      <description>&lt;P&gt;I'm helping a coworker with his pyspark notebooks in Fabric.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This morning all his notebooks failed with an error:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;No module named 'azure.core.exceptions'&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Notebook execution failed at Notebook service with http status code - '200', please check the Run logs on Notebook, additional details - 'Error name - ModuleNotFoundError, Error value - No module named 'azure.core.exceptions'' :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;He was loading these libraries, and internally it was causing a failure when it tried to load a Microsoft-specific module:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;from darts.models import RandomForest, ExponentialSmoothing, StatsForecastAutoARIMA, TBATS&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the full stdout error from the driver ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Cell In[4], line 1
----&amp;gt; 1 import notebookutils
      3 # Personalize Session
      4 from notebookutils.common.initializer import initializeLHContext

File ~/cluster-env/clonedenv/lib/python3.11/site-packages/notebookutils/__init__.py:5
      1 __version__ = "1.1.8"
      3 __all__ = ["cognitiveService", "data", "fs", "lakehouse", "notebook", "session", "runtime", "help", "warehouse", "workspace", "fabricClient", "credentials", "PBIClient", "udf"]
----&amp;gt; 5 from . import cognitiveService, data, fs, lakehouse, notebook, session, warehouse, workspace, fabricClient, credentials, PBIClient, udf
      7 # TODO: this line should be removed after update runner ipynb code
      8 from notebookutils.visualization import displayHTML

File ~/cluster-env/clonedenv/lib/python3.11/site-packages/notebookutils/cognitiveService.py:1
----&amp;gt; 1 from .mssparkutils.handlers import CognitiveServcieHandler
      3 cs = CognitiveServcieHandler()
      5 def getEndpointAndKey(lsName):

File ~/cluster-env/clonedenv/lib/python3.11/site-packages/notebookutils/mssparkutils/__init__.py:5
      2 from os.path import dirname, basename, isfile, join
      3 import glob
----&amp;gt; 5 from .handlers import RuntimeHandler
      6 from ..common.logger import deprecated, print_deprecated_message
      8 modules = glob.glob(join(dirname(__file__), "*.py"))

File ~/cluster-env/clonedenv/lib/python3.11/site-packages/notebookutils/mssparkutils/handlers/__init__.py:1
----&amp;gt; 1 from .fsHandler import SynapseFSHandler
      2 from .notebookHandler import SynapseNotebookHandler
      3 from .runtimeHandler import RuntimeHandler

File ~/cluster-env/clonedenv/lib/python3.11/site-packages/notebookutils/mssparkutils/handlers/fsHandler.py:2
      1 from six import string_types
----&amp;gt; 2 from notebookutils.visualization import displayHTML, display_mount_points
      3 from notebookutils.common.logger import log4jLogger
      5 from .baseHandler import SynapseBaseHandler

File ~/cluster-env/clonedenv/lib/python3.11/site-packages/notebookutils/visualization/__init__.py:1
----&amp;gt; 1 from .display import display, display_mount_points
      2 from .displayHTML import displayHTML
      3 from .msInlinePlotlib import enable_msinline_backend as enableMatplotlib

File ~/cluster-env/clonedenv/lib/python3.11/site-packages/notebookutils/visualization/display.py:17
     14 from notebookutils.ipythoninterpreter import is_ipython_enabled
     15 from notebookutils.ipython import runtime
---&amp;gt; 17 from notebookutils.visualization.display_jupyter import display_without_spark
     18 from notebookutils.visualization.constants import SYNAPSE_DISPLAY_WIDGET_TYPE_KEY, MAX_ROW_COUNT
     19 from notebookutils.visualization.utils import sparkContextHelper

File ~/cluster-env/clonedenv/lib/python3.11/site-packages/notebookutils/visualization/display_jupyter.py:11
      8 from notebookutils.common.logger import log4jLogger
      9 from notebookutils.visualization.constants import SYNAPSE_DISPLAY_WIDGET_TYPE_KEY, \
     10     MAX_ROW_COUNT, MAX_CONTENT_LENGTH
---&amp;gt; 11 from notebookutils.visualization.dataWrangler import get_wrangler_display_entry_context, WRANGLER_ENTRY_CONTEXT_KEY
     13 # Map to the unified type set that will be consumed by client side
     14 # We use Spark data type .simpleString() as the unified type set
     15 # Some of the types are not common Pandas dtype, like boolean/uint64. But it may appear in some DataFrame generated
     16 # by 3rd party library like sempy.
     17 _pandas_type_mapping = {
     18     'datetime64[ns]': 'timestamp',
     19     'int8': 'tinyint',
   (...)
     31     'boolean': 'boolean'
     32 }

File ~/cluster-env/clonedenv/lib/python3.11/site-packages/notebookutils/visualization/dataWrangler.py:3
      1 from notebookutils.common.logger import log4jLogger
      2 import sys
----&amp;gt; 3 import pandas as pd
      4 import pyspark
      6 WRANGLER_ENTRY_CONTEXT_KEY = "wranglerEntryContext"

File ~/cluster-env/clonedenv/lib/python3.11/site-packages/pandas/__init__.py:236
    195 __doc__ = """
    196 pandas - a powerful data analysis and manipulation library for Python
    197 =====================================================================
   (...)
    232     conversion, moving window statistics, date shifting and lagging.
    233 """
    235 from fsspec.registry import register_implementation
--&amp;gt; 236 from fsspec_wrapper.trident.core import OnelakeFileSystem
    237 register_implementation('abfs', OnelakeFileSystem, clobber=True)
    238 register_implementation('abfss', OnelakeFileSystem, clobber=True)

File ~/cluster-env/clonedenv/lib/python3.11/site-packages/fsspec_wrapper/__init__.py:1
----&amp;gt; 1 from .core import AzureBlobFileSystem
      2 from .trident.core import OnelakeFileSystem
      3 from .version import VERSION as __version__  # noqa

File ~/cluster-env/clonedenv/lib/python3.11/site-packages/fsspec_wrapper/core.py:5
      2 import time
      3 from urllib.parse import urlsplit
----&amp;gt; 5 import adlfs
      6 from fsspec.utils import infer_storage_options
      8 from .utils import logger as synapseml_pandas_logger

File ~/cluster-env/clonedenv/lib/python3.11/site-packages/adlfs/__init__.py:2
      1 from .gen1 import AzureDatalakeFileSystem
----&amp;gt; 2 from .spec import AzureBlobFile, AzureBlobFileSystem
      4 __all__ = ["AzureBlobFileSystem", "AzureBlobFile", "AzureDatalakeFileSystem"]
      6 try:

File ~/cluster-env/clonedenv/lib/python3.11/site-packages/adlfs/spec.py:20
     17 from glob import has_magic
     18 from typing import Optional, Tuple
---&amp;gt; 20 from azure.core.exceptions import (
     21     HttpResponseError,
     22     ResourceExistsError,
     23     ResourceNotFoundError,
     24 )
     25 from azure.storage.blob import (
     26     BlobBlock,
     27     BlobProperties,
   (...)
     30     generate_blob_sas,
     31 )
     32 from azure.storage.blob.aio import BlobPrefix

ModuleNotFoundError: No module named 'azure.core.exceptions'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have too many cases open with the Fabric Spark team already, and hoping to avoid another.&amp;nbsp; Has anyone seen this before?&amp;nbsp; Is it related to using custom pools?&amp;nbsp; Is it specific to our azure region (north central)?&amp;nbsp; Why would this happen today without any warning?&amp;nbsp; What are other customers doing when they encounter these issues?&amp;nbsp; Does everyone just repeat their workloads 2 or 3 times a day to accommodate these reliability problems in Fabric?&amp;nbsp; Is there any way for a customer to investigate the logs on the cluster nodes themselves?&amp;nbsp; I'm guessing there is something wrong on the VM itself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 16:00:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Another-random-spark-failure-in-fabric-on-custom-pool-No-module/m-p/4390234#M6772</guid>
      <dc:creator>dbeavon3</dc:creator>
      <dc:date>2025-01-31T16:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Another random spark failure in fabric on custom pool - No module named 'azure.core.exceptions'</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Another-random-spark-failure-in-fabric-on-custom-pool-No-module/m-p/4390358#M6779</link>
      <description>&lt;P&gt;Sounds like the fix is to&amp;nbsp;&lt;SPAN&gt;update the version of azure-core library in Fabric.&amp;nbsp; Odd that customers would be doing this independently of Microsoft's direction.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I hope it is still a supported configuration.&amp;nbsp; We don't want to risk even more problems, and get even less support for our customized environment.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 17:30:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Another-random-spark-failure-in-fabric-on-custom-pool-No-module/m-p/4390358#M6779</guid>
      <dc:creator>dbeavon3</dc:creator>
      <dc:date>2025-01-31T17:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Another random spark failure in fabric on custom pool - No module named 'azure.core.exceptions'</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Another-random-spark-failure-in-fabric-on-custom-pool-No-module/m-p/4392237#M6856</link>
      <description>&lt;P&gt;Did you find a solution to this? I have just had the exact same error, regarding the same package "notebookutils". Something must be happening with updates since we are both getting the same error within the same week.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 10:11:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Another-random-spark-failure-in-fabric-on-custom-pool-No-module/m-p/4392237#M6856</guid>
      <dc:creator>jflo08</dc:creator>
      <dc:date>2025-02-03T10:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Another random spark failure in fabric on custom pool - No module named 'azure.core.exceptions'</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Another-random-spark-failure-in-fabric-on-custom-pool-No-module/m-p/4392468#M6863</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/120263"&gt;@dbeavon3&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the Microsoft Forum Community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;We greatly appreciate your efforts and are glad to hear that your issue has been resolved while updating the version of the azure-core library in Fabric.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335551550&amp;quot;:0,&amp;quot;335551620&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:120}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Please accept your response as a solution, as this will help other community members can resolve similar issues more efficiently.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335551550&amp;quot;:0,&amp;quot;335551620&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:120}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 12:40:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Another-random-spark-failure-in-fabric-on-custom-pool-No-module/m-p/4392468#M6863</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2025-02-03T12:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Another random spark failure in fabric on custom pool - No module named 'azure.core.exceptions'</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Another-random-spark-failure-in-fabric-on-custom-pool-No-module/m-p/4392607#M6866</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/883010"&gt;@v-saisrao-msft&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Are you a python guy?&amp;nbsp; I think you would agree that customers shouldn't be tinkering with the default version of azure-core in the Fabric runtime.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Do you know where we can find out about sudden breaking changes like this one, that would impact the reliability of our scripts?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 14:18:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Another-random-spark-failure-in-fabric-on-custom-pool-No-module/m-p/4392607#M6866</guid>
      <dc:creator>dbeavon3</dc:creator>
      <dc:date>2025-02-03T14:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Another random spark failure in fabric on custom pool - No module named 'azure.core.exceptions'</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Another-random-spark-failure-in-fabric-on-custom-pool-No-module/m-p/4392755#M6874</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been troubleshooting this issue today, as I experienced it whilst running my custom packages in my custom Fabric environment. I ended up creating a new environment and testing in a notebook to see if the issues persisted, miraculously this actually resolved the issue. All the built-in libraries were the same, and my custom packages also work in this new environment.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 15:58:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Another-random-spark-failure-in-fabric-on-custom-pool-No-module/m-p/4392755#M6874</guid>
      <dc:creator>jflo08</dc:creator>
      <dc:date>2025-02-03T15:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Another random spark failure in fabric on custom pool - No module named 'azure.core.exceptions'</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Another-random-spark-failure-in-fabric-on-custom-pool-No-module/m-p/4399845#M7035</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/120263"&gt;@dbeavon3&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As a member of the Microsoft Fabric Community Support team, I can refer you to the following links that will help address your query regarding sudden breaking changes that could affect the reliability of the scripts.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/azure-functions/recover-python-functions?tabs=vscode%2Cbash&amp;amp;pivots=python-mode-decorators" target="_blank"&gt;&lt;SPAN data-contrast="none"&gt;Troubleshoot Python function apps in Azure Functions | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335551550&amp;quot;:0,&amp;quot;335551620&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:240}"&gt;&lt;A href="https://github.com/Azure/azure-functions-python-worker/issues" target="_blank"&gt;Issues · Azure/azure-functions-python-worker&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Additionally, please review the Idea Forum where you can contribute your own ideas and suggestions on any topic. These will be reviewed by Microsoft and may be implemented in future updates.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://ideas.fabric.microsoft.com/" target="_blank"&gt;&lt;SPAN data-contrast="none"&gt;Home&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335551550&amp;quot;:0,&amp;quot;335551620&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335551550&amp;quot;:0,&amp;quot;335551620&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:240}"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 10:31:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Another-random-spark-failure-in-fabric-on-custom-pool-No-module/m-p/4399845#M7035</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2025-02-07T10:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Another random spark failure in fabric on custom pool - No module named 'azure.core.exceptions'</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Another-random-spark-failure-in-fabric-on-custom-pool-No-module/m-p/4408906#M7188</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/120263"&gt;@dbeavon3&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 10:48:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Another-random-spark-failure-in-fabric-on-custom-pool-No-module/m-p/4408906#M7188</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2025-02-13T10:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Another random spark failure in fabric on custom pool - No module named 'azure.core.exceptions'</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Another-random-spark-failure-in-fabric-on-custom-pool-No-module/m-p/4415085#M7300</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/120263"&gt;@dbeavon3&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I would like to confirm if the issue has been resolved on your end. If so, kindly mark the helpful reply and accept it as the solution. This will assist other community members in resolving similar issues more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 06:28:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Another-random-spark-failure-in-fabric-on-custom-pool-No-module/m-p/4415085#M7300</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2025-02-18T06:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Another random spark failure in fabric on custom pool - No module named 'azure.core.exceptions'</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Another-random-spark-failure-in-fabric-on-custom-pool-No-module/m-p/4423117#M7453</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/120263"&gt;@dbeavon3&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to confirm if the issue has been resolved on your end. If so, kindly mark the helpful reply and accept it as the solution. This will assist other community members in resolving similar issues more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 22 Feb 2025 16:07:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Another-random-spark-failure-in-fabric-on-custom-pool-No-module/m-p/4423117#M7453</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2025-02-22T16:07:17Z</dc:date>
    </item>
  </channel>
</rss>

