Release Notes May 2024
Orchestrators
Feature Include statement
from an external file in the Function or Procedure objects
Snowflake Object Lifecycle Engine (SOLE) now extends the statement:
key for functions and stored procedures by allowing you to include the statement from an external file using the directive !dataops.include
. In particular, for very long statements, you can now benefit from proper syntax highlighting and other language support in our development environment, e.g., SQL, Python, or JavaScript.
See the updated documentation for more information:
- for procedures
- for functions
Feature dbt Cloud orchestrator
We've introduced a new dbt Cloud orchestrator to help you easily interact with dbt Cloud to trigger jobs from a DataOps pipeline.
See the new dbt Cloud orchestrator documentation for more information.
Feature data.world catalog orchestrator
The data.world catalog orchestrator is now available to help you interact with the data.world data catalog to publish metadata about the data transformed in a DataOps pipeline.
See the updated catalog orchestrator documentation for more information.