- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 12:30 PM
I have this behavior that I'm not understanding. I have a notebook that defines a DLT from a Kinesis stream and a view from that DLT. This works when I run it from within workflow, configured using the DLT pipeline. If, however, I create a workflow and point it to the same notebook used in the DLT pipeline, the workflow job runs successfully but does not produce any results. Can notebooks with DLT tables not run within a workflow that points to the notebook or is there something else I need to do in order to get this to work?
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2025 01:11 PM
Hi @aliacovella ,
DLT notebooks/codes only works with DLT pipelines.
And regular Spark or SQL notebooks work with workflows.
Regards,
Hari Prasad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2025 01:11 PM
Hi @aliacovella ,
DLT notebooks/codes only works with DLT pipelines.
And regular Spark or SQL notebooks work with workflows.
Regards,
Hari Prasad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2025 01:28 PM
Thanks, I have it working now.

