Hi, I have been trying to make a pipeline from pos...
# troubleshooting
p
Hi, I have been trying to make a pipeline from postgres to JSON on ubuntu, when I run the meltano UI and then open PGadmin on my local system, the meltano UI opens up in pgadmin and the Pgadmin dashboard is no longer accessible, any way to solve this ?
a
Hi, @prateek_gupta . Do you mean the target is JSON? The JSON target would not be compatible with transforms or analyze - since that is a file-based target which does not support SQL. (Our docs should probably be more clear about this.) In regards to the conflict between PGadmin and Meltano UI, I'm not sure I fully understand the issue but it sounds like the two may be trying to use the same local port. If so, the link to Meltano UI might direct you to PGAdmin web portal, or vice versa.