Create your scheduled jobs in an easy way!
Just provide the information requested below, the query and that's it
BASIC INFO
Job Name
The name of the job to be created.
Error Email
Who is going to receive the email if the job fails (separate multiple users with semicolon).
Output Folder
Write the directory where to put the folder with the script.
PERIODICITY
Day of the Month
all
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Weekdays
all
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Sunday
Months
all
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
REPORT
Destination Email
Who is going to receive the email with the report (separate multiple users with semicolon).
Email Subject
The Subject of the email to be sent.
Output Format
=select option=
csv
Excel
The format of the file that the user will receive.
Email Body
Dear Account Manager, Please find your cool report attached. Best Regards Cool AX
QUERY
Kind of Query
=select option=
Vertica
Hive
Query Body
SELECT * FROM bi_core.dim_client WHERE client_name = 'cool client' ORDER BY coolness
Create Script