The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
858e6f9923604f08a6e271a79a28a9017c675fab / Jarek Potiuk <[email protected]>
Add Public Interface description to Airflow documentation

Airflow is a complex system and since it is a platform, it is supposed
to be extended by the users by writing custom code wherever they miss
functionality in Airflow's core or its providers.

This page is an attempt to have a single place where we can express
our intention of what is the Public Interface of Airflow that the
user can depend on when implementing such customizations.

This is never 100% possible, we know that some users workflows might
depend on stuff that is internal implementation details or behaviours,
however the user doing so should be aware of the risk they are taking
by relying on something that was not intentionally exposed.

This page is intended to serve as a guideline for the users who would
like to make a decision to rely on some of the Airflow behaviours, so
that they know whether the API they want to rely on were explicitly
intended by Airflow community to expose as Public, or not.

Co-authored-by: Bas Harenslak <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/3891977011

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to