Skip to content

Docs: Replace airflow.sdk.definitions to airflow.sdk for public facing docs #43010

Description

@kaxil

Currently the code lives in the following, which is right

from airflow.sdk.definitions.dag import DAG as DAG

but we want users to just see from airflow.sdk import DAG

So we might have to write a Sphinx extension to not show first one and just second one (intended for public usage)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions