emil_nilsson
04/19/2022, 8:58 AMpat_nadolny
04/19/2022, 10:04 PMpat_nadolny
04/19/2022, 10:07 PMemil_nilsson
04/20/2022, 6:07 AMpat_nadolny
04/20/2022, 12:32 PMorchestrate/dags/ directory but if you have your own Airflow instance already running you just drop that dag generator into Airflows dag directory. Usually people write Airflow dags by hand but with meltano the dag generator asks meltano (via CLI subprocess commands) what schedules are set in your meltano project, then it builds tasks and registers a dag for each schedule. Note - the generator needs to have access to the meltano project and have meltano installed so it can run meltano cli commands to get the schedules, Ken describes how to solve this with k8s in the blog. Does that make sense?emil_nilsson
04/20/2022, 1:00 PMmartin_morset
06/22/2022, 2:28 PMmeltano on the scheduler, in fact the squared repo just parses the yaml-file directly https://github.com/meltano/squared/blob/9cf437c4ec811c850f37a1f9bb69911487e9e836/data/orchestrate/dags/generator.py#L42