jroachgolf84 commented on issue #54642:
URL: https://github.com/apache/airflow/issues/54642#issuecomment-3200421470
@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"
}
}
```
--
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]