Release Notes February 2024
Data product platform
Feature Enabling pipeline filtering by name
You can now filter pipelines by name both on the Dataops.live platform and with the API.
The pipeline's name is the same as the pipeline's filename defaulting to full-ci.yml
, but you can customize the name according to your needs.
You can only filter pipelines that ran after February 24, 2024.
For more information, see the Monitoring Pipeline Execution documentation.
Improvement DevReady moving to develop.dataops.live
On Tuesday 20th February, the DevReady environment will be moved from code.dev.dataops.live
to develop.dataops.live
.
This move aims to facilitate improvements and new features within the DevReady environment.
What does this mean for you?
Starting Tuesday, February 20th, when you open a project with DevReady, the corresponding workspace will open in develop.dataops.live
.
You must authorize the develop.dataops.live
workspace environment with app.dataops.live
the first time you open a project.
Remember to commit any changes you've made in your old workspaces before transitioning to the new environment. This ensures you won't lose any of your work during the switch.
The previous workspace environment code.dev.dataops.live
will remain available until Friday, 8th March, allowing for a smooth transition.
Migrating variables
Take care when moving your variables. Some may contain sensitive information, such as Snowflake account passwords.
To migrate the variables for a project, use the following command in a code.dev.dataops.live
DevReady workspace:
gp env | awk -F'=' '{printf "gp env %s=\"%s\";\n", $1, $2}' | code -r -
The command will create a temporary file with the necessary commands to set the same variables in the new environment.
Then, simply open the project in develop.dataops.live
and run the commands in the terminal. Remember, the moved variables will only apply to the project. You may have to restart the workspace for the variables to take effect.
Please note that:
- If you have any group or global-scoped variables, i.e., variables whose scope contains an asterisk
*
, you must manually set these for the new environment. - The required regex within
develop.dataops.live
is*/**
for global-scoped variables.
Static IP addresses
To connect to DevReady, you must ensure that any firewall allows outbound HTTPS connections to the following IPv4:
18.135.200.239
18.169.227.255
52.56.96.175