Hi Team,
I am deploying to the Databricks workspace using GitHub and DAB. I have noticed that during deployment, the wheel file name is being converted to all lowercase letters (e.g., pyTestReportv2.whl becomes pytestreportv2.whl). This issue does not occur when using Jenkins for CI/CD.
Details:
- Databricks CLI: 0.252.0
- Terraform binary: 1.12.0
- Terraform provider version: 1.79.0
- Python version: 3.12
- Authentication: OAuth token
Deployment commands used:
- databricks bundle validate
- databricks bundle deploy -t dev -p DEFAULT
Please advise on why this file renaming occurs with GitHub/DAB deployments and not with Jenkins, and suggest any possible solutions.