Howard Yoo

Results 31 comments of Howard Yoo

It would also be nice if Marquez UI would have a little button at the bottom that, when pressed, will reveal a console panel that outputs all the raw OL...

@rossturk , BTW, there is a workaround to this issue now, of using OL proxy between the client side and marquez to evesdrop the raw events that gets received. The...

> > Does an API exist that could support this? If not, one could possibly serve both a) data export and b) debugging use cases. > > @wslulciuc @howardyoo @rossturk...

We should definitely implement this, ![image](https://user-images.githubusercontent.com/32691630/182234414-4f9b3f40-85a1-4161-a640-8b30c4776f8e.png) It would be natural for customers to try search for jobs and runs under a specific 'namespace' that the lineage data is coming from.

Do we currently have this similar feature for dataset also? Just checking...

I guess https://marquezproject.ai is our go-to site for all thing Marquez related - so once we setup the official sunset date for https://marquezproject.github.io/marquez, I guess we should be generating deploying...

Yes, thanks for the feedback. I believe in general, metrics side of OpenTelemetry has gotten much better (I mean metrics are kind of simple by nature) - so still think...

> I think this is reasonable, although we should not use `;` – the flag libray can handle [repeatable flags](https://github.com/alecthomas/kingpin#repeatable-flags). With this we can accumulate the provided names into an...

> There are two open issues within the opentelemetry-python repository that are affected by this pr. > > * [1](https://github.com/open-telemetry/opentelemetry-python/issues/3473) > * [2](https://github.com/open-telemetry/opentelemetry-python/issues/2346) > > What can we do helping...

On further investigation, the LOG CORRELATION does seem to work, but OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED=true is not picking up the trace_id and span_id correctly, and seems to set the value to 0x00.. when...