Jankiel Dias Goldman
Jankiel Dias Goldman
@sxa thanks for your commando I could connect using this `java -cp ~/Bastillion-jetty/jetty/bastillion/WEB-INF/lib/h2-1.4.200.jar org.h2.tools.Shell -driver org.h2.Driver -url 'jdbc:h2:/home/XXXXX/Bastillion-jetty/jetty/bastillion/WEB-INF/classes/keydb/bastillion;CIPHER=AES;' -user bastillion -password "filepwd xxxxx"` And sucessfully insert with this: ``` sql>...
Trying to implemente a SNMP system thats needs UDP through NAT. Any suggestions ?
> @giacomochiarella, the issue might be due to [Enable CSP by default](https://github.com/apache/superset/pull/24262). I was facing the same issue but after I set `TALISMAN_ENABLED = False ` in superset_config.py I was...
So, maybe I am wrong, but seems something related to ProcessBuilder. You can see clearly `--exclude-table-data='*_aud'` passed Good read https://blog.krecan.net/2008/02/09/processbuilder-and-quotes/ ps: amazing project guys, I could easily run and debug...