Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code-to-generate-connect-pages/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def get_lc_tech_name(tn):
# Generate description about the tech
description_prompt = f"You are a big shot tech writer with over 50 years of tech writing experience under your belt. You know everything there is to know about technology and how to apply it.\
Write a paragraph describing the technology called {tech_name}.\
If {tech_name} is not a data technology you recognise, please reply with 'UNREGOGNIZED TECH ALERT'.\
If {tech_name} is not a data technology you recognise, please reply with 'UNRECOGNIZED TECH ALERT'.\
Under no circumstances should you use sentences like 'As a seasoned tech writer' or talk about your yourself in the first person.\
Do not say things like 'Users are encouraged to explore the platform, book demos, and engage with the community through resources like GitHub and Slack'."

Expand Down
Binary file added docs/blog/posts/images/diagram-iceberg-sink.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions docs/blog/posts/release-scratchpads.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
title: "Quix Release: Scratchpads"
date: 2024-10-28
authors: [steve-rosam]
slug: quix-release-scratchpads
description: >
Learn about the latest Quix release.
categories:
- releases
hide:
- navigation
---

New features, bug fixes and performance upgrades!

<!-- more -->

## New features

- **Scratchpads:** Enables shared topics between environments, setting resources only in focused steps of the pipeline and allowing code modifications to be easily merged back into Production.
- **Data tiers:** this feature allows users to assign a **`Bronze, Silver, or Gold`** classification to their data - or define their own tiers for each topic, reflecting its data quality and level of pre-processing.
- **Quix CLI** 1.1.0 adds support for global YAML variables on local development. [More info in docs](https://quix.io/docs/quix-cli/local-development/local-yaml-variables.html).

## Enhancements

- We have enabled replicas configuration for Jobs. Users can now set the replica count for deployments of type `Job`, enhancing job concurrency control.
- Added Support for separate private and public Library repositories. This feature allows dedicated clusters to configure separate repositories for private and public template items in the Library.
- Improved error descriptions when dealing with YAML and missing secret keys.
- Improved network configuration validation.
- Enhanced the readability of error messages in historical logs to make them more user-friendly.
- Optimized the 'Live Logs' download for improved performance.

## Bug Fixes

- Fixed a bug that prevented applications being run in the online IDE from stopping in some conditions.
- Fixed a bug that caused deployment statuses to refresh incorrectly after a runtime error occurred.
- Vulnerability fixes and patches.

## Find Out More
If you want to find out more or have any questions at all please get in touch.

<div class="" markdown>
<span>You can join our Slack community <a href="https://quix.io/slack-invite?_ga=join-from-docs-release-blog">here</a> or <a href="mailto:support@quix.io">send us an email</a>.</span>
</div>
Loading