adrian-edbert commented on issue #54642: URL: https://github.com/apache/airflow/issues/54642#issuecomment-3201165461
> [@adrian-edbert](https://github.com/adrian-edbert) - my connection and config look a little bit like this. Previously, I had also been hit with that same exception you saw. Removing `repo_url` is what worked for me. I know that you've created a PR for this, but I'd be curious to see if something like this works before you do. That repo that I have configured there is private. > > ### Connection > ``` > { > "conn_type": "git", > "host": "github.com/jroachgolf84/astronomer-carmichael-industries-demo.git", > "schema": "https", > "login": "jroachgolf84", > "password": "XXXX" > } > ``` > > ### DAG Bundle Config > ``` > { > "name": "astronomer-carmichael-industries-demo", > "classpath": "airflow.providers.git.bundles.git.GitDagBundle", > "kwargs": { > "tracking_ref": "configure-re", > "subdir": "data-platform-aws-remote-execution/dags", > "git_conn_id": "git-bundle-backend" > } > } > ``` oh yes, we are aware that using the host like that will work as well but our use case is more about using one connection and one password that have access to multiple repo, and multiple git dag bundle using the same connection even though using multiple connection is a possible workaround, we wanted to reuse connection to make it cleaner -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
