https://meltano.com/ logo
#announcements
Title
# announcements
a

ancient-greece-23246

02/13/2021, 11:02 AM
Hi all, finally getting back to my Meltano project after a few months away from it. I just upgraded from 1.58.0 to 1.68.0 and noticed that when I look at a report in the Explore section for one of my custom extractors, I see the following error message:
A pipeline for data source 'tap_oura' has not run yet. Please set up your connection.
This was working before so I'm wondering if I need to update my config. The pipeline for this tap has been running without issues and I just re-ran it to double check. In
meltano.yml
, the tap name is
tap-oura
and the namespace is
tap_oura
. The schedule config is:
Copy code
- name: oura-to-postgres
  extractor: tap-oura
  loader: target-postgres
  transform: run
  interval: 0 23 * * *
  start_date: 2020-08-05 00:00:00
Also, these are the first few lines of my
topic.m5o
file:
Copy code
{
  version = 1
  name = sleeps
  plugin_namespace = tap_oura
  connection = postgres_db
r

ripe-musician-59933

02/15/2021, 4:09 PM
@ancient-greece-23246 That sounds like a bug, caused by the fact that
tap-oura
is a custom plugin instead of a discoverable one, so it won't be found here: https://gitlab.com/meltano/meltano/blob/master/src/meltano/core/schedule_service.py#L134 Can you please file an issue?
👍 1
a

ancient-greece-23246

02/16/2021, 5:33 AM
@ripe-musician-59933 done! Issue is here: https://gitlab.com/meltano/meltano/-/issues/2585
👍 1