Skip to content

Create New Job

How To??

Create a New Job by clicking on Jobs from the navbar and then click on New Task to enter the below details

  • Name: Enter the job name.
  • Description: Enter a detailed description about the job.
  • Run Time Environment: Choose from the below options, on which should be your run time environment. And then the branch will get fetched automatically.
  • Tasks: Add commands:
    • Add dbt™ commands: dbt seed, dbt run, etc..
    • You can also drag and drop the commands for sequence selection
  • Scheduler: (Select any one)
    • No Schedule: Needs no schedule, can run the job manually.
    • Interval schedule:
      • Click on the + symbol. A popup window appears.
      • Choose Number of periods, that is no. of periods the task should wait before running next task.
      • Interval period: days, months, minutes, hours etc..
    • Crontab Schedule: Enter the below fields
      • Minutes
      • Days of the month
      • Hours
      • Days of the week
      • Months of the year
      • Cron Timezone
    • Start datetime:
      • Select the Date and time
    • One-off Task: Enable this toggle button(if required)
    • Enabled: Enable this toggle button(if required)
  • Notifications: Select which kind of notifications you want to receive.
    • Mail Notifications: Uses the mail of the user and sends mail from the app
    • Slack Notifications: Give the slack api url, you'll receive the notifications in the respective slack channel.


YAML import YAML export dbt™ Cloud import


Clone Job

Clone job makes the copy of the current job and creates a new job with the same details and the name provided by the user.

Note

Schedule the Time Interval by choosing either one of the above schedules by clicking on the + symbol next to the Schedule Text box. A pop up window appears in which the time interval can be chosen. Refer next page for detailed video.

Upcoming

notifications are available only through mail and slack as of now, jira tickets will be comming soon!