Log In
Loading…
DataKitchen Documentation Library
Publications
DataKitchen Help
DataOps Concepts
DKCloudCommand Training
Web App Training
Workshop Series
References
•
DataKitchen Blog
•
The DataOps Cookbook
•
DataOps Manifesto
•
Product Release Notes
•
DataKitchen Support
View DataKitchen Help
open_in_new
FAQ
Frequently Asked Questions
How can I troubleshoot order run errors?
Error messages displayed before order execution or in the logs for an order run can provide helpful guidance for fixing issues. See
Troubleshoot Order Problems
for more information.
How does the platform apply different types of variables?
The DataKitchen platform supports a number of variable classes, which it applies in a set priority but at different times during order run execution. See
Variable Classes
for more information.
What tool connections does DataKitchen support?
You can connect supported input/output components as
Data Sources and Data Sinks
. See
Supported Connectors
for the official list. All other tool connections may be accomplished using
Container Nodes
and storing tool credentials as
Secrets
.
How can I run a recipe on a recurring schedule?
You can
schedule orders
to run at regular intervals using a form in the DataKitchen web app or via command line. It is helpful to understand
cron expressions
for more advanced scheduling.