Facebook Connections How can you setup multiple FB...
# announcements
d
Facebook Connections How can you setup multiple FB connections with accounts Ie I have a business manager account with 20 accounts and I want to setup the connection at a manager level not just an account level, or be able to configure multiple connections to multiple accounts
trying to understand the difference between extractors and pipelines, what are the circumstances where you would have multiple pipelines on the 1 extractor?
I have a DO managed postgre database, can you change the destination of the pipeline from the UI?
FB tap error on default config
Copy code
psycopg2.OperationalError: could not connect to server: Connection refused
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5502?
d
How can you setup multiple FB connections with accounts
@dwayne To use different settings for different pipelines of the same tap, see https://meltano.slack.com/archives/CFG3C3C66/p1594667270109000?thread_ts=1594434709.063300&cid=CFG3C3C66. This is not currently possible in the UI though, so I'd suggest moving away from the DO marketplace installation method and starting to learn about Meltano using the code samples on https://meltano.com/ 🙂
trying to understand the difference between extractors and pipelines, what are the circumstances where you would have multiple pipelines on the 1 extractor?
Exactly in the scenario you're describing! 🙂 Where you want to connect with a data source using different settings (credentials etc) to pull data out of different accounts.
I have a DO managed postgre database, can you change the destination of the pipeline from the UI?
No, this is not currently possible in the UI. We're tracking this in https://gitlab.com/meltano/meltano/-/issues/2071 which will hopefully get done in the next few weeks, but for the moment the UI experience will be significantly limited compared to the CLI experience.