Release Notes July 2023
Orchestrators
Feature Custom OAuth Integration in SOLE
SOLE (Snowflake Object Lifecycle Engine) now supports the oauth_client_type
and oauth_redirect_uri
parameters in OAuth Integration which lets you manage custom OAuth Integrations.
See OAuth Integration for more information about supported parameters and examples of usage.
Feature Defining the account name explicitly in the from_share
parameter of a Database object
SOLE (Snowflake Object Lifecycle Engine) now supports from_share
values in the format of account.share.database
, rather than just share.database
.
See Database for more information about supported parameters and examples of usage.
Bug Fix Bug fixes in SOLE
- Fixed an issue where
WITH GRANT OPTION
clause was being added on privilege grant to Share which is no longer supported by Snowflake.
DataOps Development Environment (DDE)
Important - The latest DDE changes are available in the 5-stable
tag of the DDE image. To ensure you have the latest updates:
- Run the
docker pull dataopslive/dataops-development-workspace:5-stable
command for DDE DevPod. - Ensure your image is
dataopslive/dataops-development-environment:5-stable
for DDE DevReady.
Feature Using DDE with different dbt versions
DDE has expanded its support for dbt versions, granting you the flexibility to choose different versions of dbt using a customizable variable.
Improvement A new preinstalled tool in DDE
A pre-commit tool is available for you in DDE to detect potential issues before you commit code changes to your project. This tool assists in maintaining the quality of your code and data at every stage of the development process. See Pre-commit for more details.
Improvement New names for environment variables
The names of the environment variables used by SOLE (Snowflake Object Lifecycle Engine) and MATE (Modelling and Transformation Engine) have been revised. While the old variable names are still compatible and functional, we recommend transitioning to the new variable names in your setup to stay current with the latest updates. See Setup for more details.