I am using Toad for Oracle 14.2 database it I have an sql script which checks duplicates and not nulls in various columns (and tables) and returns rows if nulls or duplicates exist. This data integrity test script is run every two weeks. The script is written in a way that the results of the query are spooled into a text file in a results folder.
I wish to automate it and schedule its run every two weeks. I know this can be done in a crontab using Linux.
But I would like to know how could it be achieved using POWER BI.
Thank you