anton_parfenyuk
08/13/2020, 3:38 PMdouwe_maan
08/13/2020, 3:42 PManton_parfenyuk
08/13/2020, 3:43 PManton_parfenyuk
08/13/2020, 3:46 PManton_parfenyuk
08/13/2020, 3:48 PMdouwe_maan
08/13/2020, 3:53 PMAlso, maybe you know, why tap-facebook not work in multithreads mode for load data from multiple ads accounts?Just because no one has implemented that yet 🙂 If you do so, I'm sure many users would be very grateful! Note that you can also just run multiple
meltano elt
pipelines with tap-facebook
in parallel, if you provide a different TAP_FACEBOOK_ACCOUNT_ID
each time (see https://meltano.com/docs/command-line-interface.html#pipeline-specific-configuration).
So i modify code for multithreading. It can break anything? Maybe facebook can block API access?You'd need to make sure you handle rate limiting correctly: https://developers.facebook.com/docs/marketing-apis/rate-limiting#adaccountlimit, but I wouldn't be surprised if that's already handled by the
facebook_business
package the tap uses (which we're in the progress of bumping to the latest version in https://gitlab.com/meltano/tap-facebook/-/merge_requests/5).
Also, do it possible make in meltano option for change log type from Details (current log) to easy log with info only about current progress?Right now,
meltano elt
prints all tap and target output, but we could definitely add an option to silence the tap or target or both! If that's something you'd like, would you mind creating an issue for it? 🙂anton_parfenyuk
08/13/2020, 3:57 PManton_parfenyuk
08/13/2020, 3:57 PManton_parfenyuk
08/13/2020, 3:58 PManton_parfenyuk
08/13/2020, 3:58 PMdouwe_maan
08/13/2020, 4:01 PManton_parfenyuk
08/13/2020, 4:20 PManton_parfenyuk
08/13/2020, 4:21 PManton_parfenyuk
08/13/2020, 4:23 PMdouwe_maan
08/13/2020, 4:27 PMverbosity
or log_level
setting to tap-facebook
, which you can configure just like any other setting. The tap itself would then adjust its logging behavior accordingly.anton_parfenyuk
08/13/2020, 4:28 PManton_parfenyuk
08/13/2020, 4:28 PMdouwe_maan
08/13/2020, 4:31 PM.meltano/run/elt/...
to something else, or a tap-facebook
setting, so that we can output simple logs, and store full logs?douwe_maan
08/13/2020, 4:32 PManton_parfenyuk
08/13/2020, 4:37 PManton_parfenyuk
08/13/2020, 4:38 PMdouwe_maan
08/13/2020, 4:41 PM