-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
SOAR无执行权限 #6
Comments
在体验地址可以重现该问题吗,或者尝试不使用archery,直接命令行查看输出什么结果。 |
可以了,应该是写的SQL问题, 现在又另一个问题,我新建一个用户,分配他部分权限,SQLAdvisor和SQLTunning都可以,但是SOAR无执行权限。我看权限明细里没有执行SOAR这一权限. |
这块在model文件遗漏了,仅写在release版本说明里面,自己手动增加一下也可以。
|
ok,谢了 |
feiazifeiazi
pushed a commit
to feiazifeiazi/Archery_Genuine2
that referenced
this issue
Dec 20, 2024
# This is the 1st commit message: Initial commit # This is the commit message hhyo#2: django framework. # This is the commit message hhyo#3: django. # This is the commit message hhyo#4: django 1 # This is the commit message hhyo#5: base.html # This is the commit message hhyo#6: user login, main menu. # This is the commit message hhyo#7: django admin, middleware. # This is the commit message hhyo#8: submitsql # This is the commit message hhyo#9: delete sth. # This is the commit message hhyo#10: 自动审核,人工审核,回滚功能 # This is the commit message hhyo#11: 所有历史工单展示 # This is the commit message hhyo#12: pymysql. # This is the commit message hhyo#13: static_root # This is the commit message hhyo#14: fix bug. # This is the commit message hhyo#15: fix bug # This is the commit message hhyo#16: readme updated. # This is the commit message hhyo#17: readme updated
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我是用docker1.3.5 运行的, 用sqladvisr优化建议报错如下
ERROR:default:Traceback (most recent call last):
File "/opt/archery/sql/sql_advisor.py", line 56, in sqladvisor
stdout, stderr = p.communicate()
File "/usr/local/python3/lib/python3.6/subprocess.py", line 843, in communicate
stdout, stderr = self._communicate(input, endtime, timeout)
File "/usr/local/python3/lib/python3.6/subprocess.py", line 1554, in _communicate
self.stdout.errors)
File "/usr/local/python3/lib/python3.6/subprocess.py", line 740, in _translate_newlines
data = data.decode(encoding, errors)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb1 in position 453: invalid start byte
The text was updated successfully, but these errors were encountered: