I have successful `stripe-to-postgres` and `stripe...
# troubleshooting
j
I have successful
stripe-to-postgres
and
stripe-to-sqlite
pipelines running, but the Explore tab is still disabled. Any hints on what/how to enable this? (I read the caveats about the current lack of focus on the UI)
f
hrm yea, I haven’t spent any time with this part of meltano, but i also can’t seem to get this working with the test pipeline I setup. I’m not sure if thats because the docs are missing some info or something else. 😬 /cc @taylor this isn’t a deprecated feature or anything right ?
t
it’s not deprecated, but it’s probably that the specific model (m5o) files aren’t included in your project and/or don’t work with the tap/target combo and streams you’ve selected https://meltano.com/docs/architecture.html#meltano-model
j
The issue was I had no models installed, and hadn't gotten far enough in the docs to realize I had to install those. (the feedback from the UI was misleading.
so it's activated again, but next I have to work out the postgres issue
I did find the queries behind the dashboard and realized that the model names do not match the names generated by the tap. e.g.
balance_transactions.id
comes from the tap, but the queries from the model are looking for
stripe_balance_transactions.balance_transaction_id
and even when I update the schema locally in postgres so that the queries from the UI run successfully, I am still getting that error (in red above). Is there something I am missing? is the explore UI really dormant code at this time?
t
I’d have to have someone from the <!subteam^S02BCD9FFEF> dive in to really see what’s going on. If you want to open an issue on that it’d be good to log what you’re seeing. but yes, the Ui is very dormant right now. We’re hiring a frontend engineer though to get back to working on it though!
j
I will try a couple other things and then open an issue, thanks!