-
Notifications
You must be signed in to change notification settings - Fork 7
Data Export from dbvr #109
Copy link
Copy link
Open
Labels
p:DBeaverTickets for the DBeaver TeamTickets for the DBeaver Teamv:dbvrv:dbvr CEFor dbvr Community ticketsFor dbvr Community ticketsxf:datatransfer
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
p:DBeaverTickets for the DBeaver TeamTickets for the DBeaver Teamv:dbvrv:dbvr CEFor dbvr Community ticketsFor dbvr Community ticketsxf:datatransfer
We want to use the data transfer model - it has many features that we can use in the feature.
And add the ability to export data directly from the table without manually querying it with SELECT.
We want to use the FQN as a path to a table (or the short name in case we are in the current schema/catalog)
We want to add support for all data formats (xlsx for PRO?) we support in DBever
Examples:
dbvr export --last-execution --format=csv --output=./results/report.csvNeed to think about export settings. Maybe separate ticket(s)
Data import - is the next step (separate ticket)