Another question: We will have 40+ databases to re...
# best-practices
l
Another question: We will have 40+ databases to replicate, most likely will need multiple Meltano instances, is it possible to dynamically schedule jobs across multiples instances? Is Airflow scheduler managed within each instance separately or can be managed as a cluster with multiple instances? Thanks.
a
Airflow has advanced deployment setup with multiple workers. Keyword: celery :)
l
Thank you.