is it normal to get an error when calling `meltano...
# troubleshooting
m
is it normal to get an error when calling
meltano schedule list
after removing airflow utility.
Copy code
'NoneType' object has no attribute 'get'
w
That is not normal. @mert_bakir Could you please re-run the command with
meltano --log-level=debug
, and file a bug report at https://github.com/meltano/meltano/ with as many relevant details as you can provide?
m
weird but I reinstalled and then uninstalled the airflow utility but there is no error now. anyway, I'll use
--log-level=debug
next time if something similar happens
One more question: without airflow or some other orchestrator, these schedules won't get executed by meltano, right?
w
@mert_bakir That is correct. Meltano itself is not an orchestrator. An orchestrator like Airflow, cron, Meltano Cloud, or other needs to be used to have scheduled pipelines actually run