PipelineSpec object does not seem to show event_log when defining a pipeline with DAB

RikL
Databricks Partner

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).spec

When 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_name

Is 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!


https://databricks-sdk-py.readthedocs.io/en/latest/dbdataclasses/pipelines.html#databricks.sdk.servi...


Rik