Thanks, <@U016C4E5CP8> for your help yesterday. I’...
# ask-community
d
Thanks, @daniel for your help yesterday. I’m trying to integrate the openlineage-dagster plugin into my local dagster, which @daniel helped me achieve. All seems good on the dagster side, but when I run a job, I see the following in the daemon’s shell:
Sensor openlineage_sensor skipped: Last cursor: {"last_storage_id": 9, "running_pipelines": {"97e2efdf-9499-4ffd-8528-d7fea5b9362c": {"running_steps": {}, "repository_name": "hello_cereal_repository"}}}
and no OpenLineage event is generated. I’m not sure if this is dagster itself or the plugin. I’ve attached my repos.py, hello_cereal.py, serial_job.py and workspace.yaml files. Any thoughts??
j
Looking at the
openlineage_sensor
, it looks like that’s the intended success log. Might an issue for their repo. https://github.com/OpenLineage/OpenLineage/blob/ef7bdc51d9b379410a9512dde45047046b5ec0e9/integration/dagster/openlineage/dagster/sensor.py#L114
d
Thanks for the research. I will chase down the openlineage folks.