This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new d09b5aefd2e Fix incorrect class path in dag-bundles docs (#57652)
d09b5aefd2e is described below

commit d09b5aefd2e81d90890465c0b1357832fe244d2d
Author: Dheeraj Turaga <[email protected]>
AuthorDate: Sun Nov 2 18:42:54 2025 -0600

    Fix incorrect class path in dag-bundles docs (#57652)
---
 airflow-core/docs/administration-and-deployment/dag-bundles.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow-core/docs/administration-and-deployment/dag-bundles.rst 
b/airflow-core/docs/administration-and-deployment/dag-bundles.rst
index da71b20fdd3..a8a962eb8c9 100644
--- a/airflow-core/docs/administration-and-deployment/dag-bundles.rst
+++ b/airflow-core/docs/administration-and-deployment/dag-bundles.rst
@@ -95,7 +95,7 @@ For example, if you want to use a custom URL for the git Dag 
bundle:
     dag_bundle_config_list = [
         {
           "name": "my_git_repo",
-          "classpath": "airflow.dag_processing.bundles.git.GitDagBundle",
+          "classpath": "airflow.providers.git.bundles.git.GitDagBundle",
           "kwargs": {
             "tracking_ref": "main",
             "git_conn_id": "my_git_conn",

Reply via email to