İbrahim Ercan
İbrahim Ercan
### Bug description We recently upgraded Superset from version 2.1.1 to 3.1.1 and encountered errors with certain charts when attempting to access the drill-down detail window. ### How to reproduce...
This patch allow filter connections by given networks when getting dump. i.e. ``` ct = pynetfilter_conntrack.Conntrack() ft = pynetfilter_conntrack.Filter() ft.select_networks = [IPy.IP('127.0.0.1')] for item in ct.dump_table(filter=ft)[0]: item.destroy() ```
This PR introduces an environment variable that allows configuring remote access. It can be set using ALLOW_REMOTE_ACCESS=yes. I had to use Supervisor because the engine needs to start before sending...
Hi. After upgrading from 0.25.0 to 0.25.1, deleting a topic no longer works as expected. The data is removed, but the topic still appears in the UI. I see the...
### Bug description When dimensions of line chart spans multiple pages, selecting an item from another page redirects me to the first page, regardless of whether the orientation is top...
Hi. The screenshot below shows that the latest records are missing from the topic list, despite the topics continuously receiving records. We are using version 0.26 and there isn't any...