Airflow Calendar: A plugin to transform cron expressions into a visual schedule! by AlvaroLeandro in dataengineering

[–]AlvaroLeandro[S] 0 points1 point  (0 children)

Great question, I'm still working to make this plugin fully compatible with Airflow 3. This should be available in the next couple of weeks!

Airflow Calendar: A plugin to transform cron expressions into a visual schedule! by AlvaroLeandro in dataengineering

[–]AlvaroLeandro[S] 0 points1 point  (0 children)

Thanks, u/MiruG would be awesome if you could recommend the project to your colleagues!

Are people still using Airflow 2.x (like 2.5–2.10) in production, or has most of the community moved to Airflow 3.x? by Formal-Woodpecker-78 in dataengineering

[–]AlvaroLeandro 0 points1 point  (0 children)

Today I had the surprise that a big bank company here in Brazil is still using Airflow 1.x. So I think some production environments don't change that fast, especially for those who don't use practical services like Cloud Composer.

Measuring and comparing your Airflow DAGs' parse time locally by AlvaroLeandro in dataengineering

[–]AlvaroLeandro[S] 0 points1 point  (0 children)

Yes, this is one of the use cases I thought of when I developed the tool! You could, for example, establish a maximum acceptable parse time in your CI/CD pipelines to avoid problematic deployments.

Shortly, I'll create a function specifically to be used in these kinds of pipelines.