astronomer / dag-factory

Dynamically generate Apache Airflow DAGs from YAML configuration files
Apache License 2.0
1.18k stars 179 forks source link

PoC evaluate alternatives of identifying, in Airflow, a DAG was created with DAG Factory #210

Open tatiana opened 2 months ago

tatiana commented 2 months ago

Context

At the moment users don't have visibility of which DAGs were created using Python directly, and which DAGs were created using DAG Factory. The goal of this ticket is

Some options we brainstormed:

This starts as a PoC, the idea is to identify strategies and have a way, that would require the least change and configuration to end-users, so we could collect (at least in Astro) information about which DAGs were created with DAG Factory.

Acceptance criteria

tatiana commented 2 months ago

@cmarteepants to write a detailed issue for us to use Scarf

cmarteepants commented 2 months ago

Created #214 for Scarf integration.