0

I am using IntelliJ and its database plugin to export data from a table on one database to a table on another database.

enter image description here

The tool works brilliantly, but I need to perform this task repeatedly.

Is there a way I can automate this so that it runs according some some schedule, of say, once a day?

I'm happy to code this up in Python, but I don't want to have to re-invent the tool.

Amit
  • 30,756
  • 6
  • 57
  • 88
pookie
  • 3,796
  • 6
  • 49
  • 105

1 Answers1

0

There is no such functionality as database jobs which could be run by the schedule in DataGrip itself. But there is a Macros functionality which you can try: when you record repetitive procedures you do frequently to automate it and then execute them easily (from the Menu or via the shortcut).

Andrey
  • 15,144
  • 25
  • 91
  • 187