dineshmarimu2 opened a new issue, #56194:
URL: https://github.com/apache/airflow/issues/56194

   ### Apache Airflow version
   
   3.1.0
   
   ### If "Other Airflow 2 version" selected, which one?
   
   _No response_
   
   ### What happened?
   
   I migrated from Airflow 3.0.4 to 3.1 with Python 3.12. 
   
   I use a Helm 1.18.0 for deployment to AKS in Azure cloud.
   
   I use GitDagBundle for syncing my DAGs with our Git repository. This was 
working well in Airflow 3.x versions till 3.0.4 and I could verify that this 
works even in 3.0.6.
   After upgrading my Helm deployment to Airflow 3.1.0, my dags no longer sync 
with Git and the last sync had the timestamp before upgrading to 3.1.0.
   Reparsing DAG on the UI had no effect.
   Executing `airflow dags reserialize` in shell of dag-processor resulted in a 
error which stated that 'host url for the git_connection was missing'.
   I tried deleting and recreating the connection on the UI and the error 
stayed.
   Finally downgraded db to 3.0.6 and deployed 3.0.6 and everything worked well 
as before
   
   ### What you think should happen instead?
   
   Airflow 3.1.0's git sync with GitDagBundle should work normally without any 
changes to my dag_bundle_config_list setting in values.yaml
   
   ### How to reproduce
   
   Deploy Airflow with Helm 1.18.0 in AKS with the following config for 
GitDagBUndle in values.yaml
   
   ```
   config:
     dag_processor:
       dag_bundle_config_list: '[{"name": "skynet_dags","classpath": 
"airflow.providers.git.bundles.git.GitDagBundle","kwargs": { "git_conn_id": 
"git_dags_conn", "subdir": "dags", "tracking_ref": 
"development","refresh_interval": 30}}]'
   ```
   Create a git connection in the UI after deployment with the name 
git_dags_conn.
   Verify if changes to dags are synced in the UI's code tab
   
   ### Operating System
   
   Ubuntu linux
   
   ### Versions of Apache Airflow Providers
   
   This is my image
   ```
   FROM apache/airflow:3.1.04-python3.12
   RUN pip install --no-cache-dir 
apache-airflow-providers-cncf-kubernetes==10.5.0 \
       && pip install --no-cache-dir pandas==2.1.4 \
       && pip install --no-cache-dir openpyxl==3.1.5
   ```
   I use an older version of pandas as a particular feature I need is buggy in 
the newer versions
   
   ### Deployment
   
   Official Apache Airflow Helm Chart
   
   ### Deployment details
   
   I use the Airflow official Helm chart with suitable modifications for our 
deplyoment
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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]

Reply via email to