We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
databricks
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
2.8.1
ubuntu
Google Cloud Composer
No response
Update job permission failed due to extra slash
Update job permission should have updated job permissions
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" } ]
The text was updated successfully, but these errors were encountered:
fixed in #38918 @SubhamSinghal you can always open PR directly, no need to open issue first
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: