just an idea: With "git bundles", maybe example DAGs from standard provider can be dynamically imported?
But from your options: (1) seems reasonable On Wed, 30 Apr 2025 at 15:07, Jarek Potiuk <ja...@potiuk.com> wrote: > Hello here. > > While fixing a bug in the doc generation to bring "source" link to example > dags https://github.com/apache/airflow/pull/49978 I realized that we have > not moved a number of python/bash etc. example dags to standard provider - > where they now belong. I do it as part of my PR - but as result the number > of "example_dags" shown in the UI when "load example dags" is true is going > to decrease (and also they are not necessarily the dags you would really > want to see). > > I thought maybe about a follow up PR where we will do a few things: > > 1) allow to show example dags also from providers (or maybe just standard > provider) > 2) limit a number of dags shown in airflow when "load example dags" config > is set - for example by tags - to only see those that are really useful (I > found the bash/python/comlex and few others really useful for quick > demo/testing - maybe there are others). > 3) We could optionally have "show all examples" setting for the "really > power user case" and make it easy to test things in airfow UI > out-of-the-box - or even limit it per provider. > > WDYT ? > > J >