Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2025 07:36 AM - edited 08-06-2025 07:39 AM
Hi all, I am looking for help on a very specific subject.
I am trying to access the event_log property (EventLogSpec) of an object from PipelineSpec that I get by running a query on the Workspace Client, which is part of the Databricks Python sdk:
w.pipelines.get(pipeline_id=created.pipeline_id).specWhen I run this inside a DLT pipeline notebook, however, I cannot find the event_log property, even though I have defined the following in the Asset Bundle pipeline definition
event_log:
catalog: catalog_name
schema: schema_name
name: event_log_nameIs this a known issue, or am I potentially doing something wrong? I do see that the event log is created at the specified location.Thanks in advance!
Rik