mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-03-04 08:52:27 -05:00
The ability to create a "Task" (DBeaver’s feature for automating scripts, queries, and actions). #1062
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#1062
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Romeo-mz on GitHub (Feb 24, 2026).
Is your feature request related to a problem? Please describe.
In DBeaver Desktop, users can create Tasks to automate database operations — for example, running scripts, exporting data, or performing scheduled actions.
This feature is missing in CloudBeaver.
Without it, users must manually repeat operations each time, which is inefficient and prone to human error.
Example: In DBeaver Desktop, I can create a Task to drop a schema in multiple databases, but in CloudBeaver I must run each command manually.
Describe the solution you'd like
Integrate the Task creation feature into CloudBeaver’s web interface, allowing users to:
This would bring CloudBeaver in line with DBeaver Desktop’s automation capabilities.
Describe alternatives you've considered
Additional context
@LonwoLonwo commented on GitHub (Feb 24, 2026):
Hello @Romeo-mz
Thanks for the feature request with the detailed explanation!