โ08-19-2023 03:39 AM - edited โ08-19-2023 03:42 AM
โ08-21-2023 11:26 PM - edited โ08-21-2023 11:27 PM
โ08-20-2023 04:17 AM
Hello,
It seems there is an exception within the pipeline code.
Can you provide the partial source code of the pipeline?
โ08-20-2023 09:54 PM
Hi @Amine ,
I think there is no issue with the code but still am attaching the snapshot of the code below-
โ08-21-2023 04:23 AM
Hi @Ajay-Pandey, The "__tmp_path_dir" number format error you're encountering might be due to a stale disk cache or missing underlying files. You can try to resolve this issue by performing the following steps:
1. Invalidate Disk Cache: You can invalidate the disk cache manually by restarting the cluster. This will refresh the stale disk cache and might solve your issue.
2. Check for Missing Files: The error might be due to missing files in the streaming source checkpoint directory. This directory contains important default options for the stream; if files are missing, the stream might not restart. Verify if all necessary files are present.
3. Check for Schema Changes: If the schema of your source data has changed, you might need to enable schema inference with Auto Loader. This will automatically restart your stream when the schema of your source data changes.
โ08-21-2023 04:32 AM
Hi @Kaniz_Fatma ,
I am using DLT to fetch data from PUBSUB streaming, issue is not related to the checkpoint as DLT automatically maintains all the checkpoints or invalid disk cache as I restart the DLT pipeline that creates a new cluster every time. Also, I have checked and found no schema changes in my data.
I am running the same code on normal cluster with PUBSUB streaming and it's working fine there the issue is only when I am running it through DLT.
โ08-21-2023 11:26 PM - edited โ08-21-2023 11:27 PM
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโt want to miss the chance to attend and share knowledge.
If there isnโt a group near you, start one and help create a community that brings people together.
Request a New Group