Scheduler
Last updated
Last updated
Use this procedure to create a custom DataApp using job an an input. Note that these DataApps are model-independent, so no project model is required to create this type of custom DataApp.
Note: Ensure that at least one job has been created and run successfully, with datasets in a built state. Without a successful job run, the datasets will not be available for selection or for executing prompts.
Hover over the menu icon and select Projects
Select the project for which you want to create DataApps and click the DataApps icon from the project level navigation.
Click the plus icon and select Custom DataApp. This opens the Create DataApp page.
Specify this information on the Details tab.
Select the input type as Scheduler.
Add the description of the DataApp that explains about it.
By default, the environment selected during project creation is applied. However, you have the flexibility to choose a different environment for running your DataApps.
Provide the name of the DataApp on the breadcrumb.
Click to upload an image to display on the DataApp card that you see on the DataApps page.
Click Create. The DataApp card is created.
Click on the DataApp card to launch the AskAI DataApp. The AskAI chat window appears.
Click Select Dataset to Start in the prompt box drop-down and select the dataset you want. All the datasets you are viewing in the drop-down are the input and output datasets generated after the latest job run.
Once you select the dataset, this loads the data onto the chat window. Use the Schema option to view the data type of each column.
Enter your query in the query box and use a slash (/) to select the type of output you want the AI to generate, such as text, dataset, or chart.
Once the output is generated, you can:
Copy the answer using the Copy Answer option.
View the generated code by selecting the View Code option.
Get an explanation for each line of code by using the Explain option, which becomes visible only after clicking View Code.
You can also choose from prompt suggestions tailored to the selected dataset.
Note:
If you select prompt suggestions, AskAI will provide five relevant prompts. You can either copy a suggestion into the query box or run it directly using the Run button.
If you have an existing AskAI chat created to query input and output datasets or other job-generated outputs, the chat will continue to reference datasets from the previous job run. To query the latest scheduler inputs and outputs, you will need to create a new chat each time.
Click the Scheduler Charts tab to add charts generated after the schedule run in this tab.
Click Add Charts from Scheduler to add charts. You can choose the charts you want to add to the DataApp if there are multiple charts generated.
Click Add Chart To DataApp next to the chart you want to add. However, if you no longer want this chart in the Job Charts tab, you can use Remove From DataApp to remove it.
Note: Charts are displayed only if the data pipeline generates chart outputs. Furthermore, once a chart output is created after running a query, it cannot be edited like other DataApp input types—for example, modifying the title or changing colors.
Perform the following actions clicking the Actions drop-down:
Copy the dataapps URL to share with the other business users, using the Copy option.
Open the dataapps on a new tab, using the Open in New Tab option.
View logs of DataApps to debug issues, using the Logs option.
Delete the DataApp that is no longer required, using the Delete option.
Customize the branding appearance of your DataApp, using the Branding option. This opens the Branding modal. Enter your desired title in the DataApp Title field, then use the Upload from Computer option to upload your logo. Once you have added the title and logo, click Save to apply the changes. The customized title and logo will now appear on the AskAI page and will also be visible when the DataApp is opened in a new tab.
As a DataApp power user or admin, you can preview the consumer interface using the Consumer Preview option. This option is available only when the DataApp is running.
If you want to preview how the DataApp's consumer interface appears after adjusting these toggles, use the Consumer Preview option. You can find this option under the Actions drop-down on the DataApps page. This allows you to see the interface from a consumer’s perspective and ensure that the changes reflect as expected. See .
Modify the DataApp details, using the Edit option. For more details, see section.
Configure the shutdown time of the DataApp, using the Config option. See section for more details.