Skip to content

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

@kaxil

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)

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions