Is the meltano UI supposed to be able to show sche...
# troubleshooting
q
Is the meltano UI supposed to be able to show schedules defined using the jobs syntax? (e.g.
job: extract-1 load-1
VS the old
extractor: extract-1 … loader: load-1
) I’m currently trying to move us over to the new syntax and its a complete mess. (Some) pipelines seem to be running successfully but UI isn’t showing any schedules (“pipelines”)
t
Hey Quinn - no the UI is far behind the capabilities of the CLI and doesn’t work with jobs. We’ve deprioritized the UI for now and are focused on improving the CLI and API as we build towards cloud. https://docs.meltano.com/guide/troubleshooting#meltano-ui has a bit more info
q
Ok that clarifies that for me, thanks! I saw the docs but it wasn’t clear to me whether this specific thing was the case or not. This helps me narrow down the issue
What are people using for visibility into their runs?
I’ll post that in best practices. I guess everyones shipping their logs somewhere & using that
a
Hi @quinn_batten I think the most common way here is to setup your own scheduler / orchestrator. Then peer into the logs or get visibility from the orchestrator. As an alternative, and something pure melty, we created a tap-meltano that collects the meltano jobs https://hub.meltano.com/extractors/tap-meltano/.