Apache Airflow Provider(s)
databricks
Versions of Apache Airflow Providers
apache-airflow-providers-common-io==1.2.0
apache-airflow-providers-common-sql==1.10.0
apache-airflow-providers-databricks==6.1.0
apache-airflow-providers-ftp==3.7.0
apache-airflow-providers-http==4.8.0
apache-airflow-providers-imap==3.5.0
apache-airflow-providers-sqlite==3.7.0
Apache Airflow version
2.8.1
Operating System
ubuntu
Deployment
Google Cloud Composer
Deployment details
No response
What happened
Update job permission failed due to extra slash
What you think should happen instead
Update job permission should have updated job permissions
How to reproduce
Create a job config with access control list.
access_control = [{
"group_name": "abc",
"permission_level": "CAN_MANAGE_RUN"
}]
In the first run CreateJobOperator updates ACL properly. Now update ACL list and run CreateJobOperator again.
access_control = [{
"group_name": "abc",
"permission_level": "CAN_MANAGE_RUN"
},
{
"group_name": "def",
"permission_level": "CAN_MANAGE_RUN"
}
]
Anything else
No response
Are you willing to submit PR?
Code of Conduct
Apache Airflow Provider(s)
databricks
Versions of Apache Airflow Providers
apache-airflow-providers-common-io==1.2.0
apache-airflow-providers-common-sql==1.10.0
apache-airflow-providers-databricks==6.1.0
apache-airflow-providers-ftp==3.7.0
apache-airflow-providers-http==4.8.0
apache-airflow-providers-imap==3.5.0
apache-airflow-providers-sqlite==3.7.0
Apache Airflow version
2.8.1
Operating System
ubuntu
Deployment
Google Cloud Composer
Deployment details
No response
What happened
Update job permission failed due to extra slash
What you think should happen instead
Update job permission should have updated job permissions
How to reproduce
Create a job config with access control list.
In the first run CreateJobOperator updates ACL properly. Now update ACL list and run CreateJobOperator again.
Anything else
No response
Are you willing to submit PR?
Code of Conduct