LogoLogo
  • Welcome to Gretel!
  • Gretel Basics
    • Getting Started
      • Quickstart
      • Blueprints
      • Use Case Examples
      • Environment Setup
        • Console
        • SDK
      • Projects
      • Inputs and Outputs
      • Gretel Connectors
        • Object Storage
          • Amazon S3
          • Google Cloud Storage
          • Azure Blob
        • Database
          • MySQL
          • PostgreSQL
          • MS SQL Server
          • Oracle Database
        • Data Warehouse
          • Snowflake
          • BigQuery
          • Databricks
        • Gretel Project
    • Release Notes
      • Platform Release Notes
        • May 2025
        • April 2025
        • March 2025
        • February 2025
        • January 2025
        • December 2024
        • November 2024
        • October 2024
        • September 2024
        • August 2024
        • July 2024
        • June 2024
      • Console Release Notes
        • January 2025
        • December 2024
        • November 2024
        • October 2024
        • September 2024
        • August 2024
      • Python SDKs
  • Create Synthetic Data
    • Gretel Safe Synthetics
      • Transform
        • Reference
        • Examples
        • Supported Entities
      • Synthetics
        • Gretel Tabular Fine-Tuning
        • Gretel Text Fine-Tuning
        • Gretel Tabular GAN
        • Benchmark Report
        • Privacy Protection
      • Evaluate
        • Synthetic Quality & Privacy Report
        • Tips to Improve Synthetic Data Quality
        • Data Privacy 101
      • SDK
    • Gretel Data Designer
      • Getting Started with Data Designer
      • Define your Data Columns
        • Column Types
        • Add Constraints to Columns
        • Custom Model Configurations
        • Upload Files as Seeds
      • Building your Dataset
        • Seeding your Dataset
        • Generating Data
      • Generate Realistic Personal Details
      • Structured Outputs
      • Code Validation
      • Data Evaluation
      • Magic Assistance
      • Using Jinja Templates
  • Gretel Playground [Legacy]
    • Getting Started
    • Prompts Tips & Best Practices
    • FAQ
    • SDK Examples
    • Tutorials
    • Videos
    • Gretel Playground [Legacy] Inference API
    • Batch Job SDK
  • Reference
    • Gretel's Python Client
    • Gretel’s Open Source Synthetic Engine
    • Gretel’s REST API
    • Homepage
    • Model Suites
Powered by GitBook
On this page
  • 2024.6.9
  • 2024.6.8
  • 2024.6.7
  • 2024.6.6
  • 2024.6.5
  • 2024.6.4
  • 2024.6.3
  • 2024.6.02
  • 2024.6.1

Was this helpful?

Export as PDF
  1. Gretel Basics
  2. Release Notes
  3. Platform Release Notes

June 2024

Release notes for the Gretel Platform, June 2024

PreviousJuly 2024NextConsole Release Notes

Last updated 1 month ago

Was this helpful?

2024.6.9

  • Task: Add support for setting crawl limits when configuring Gretel Workflow object storage connectors. To set a limit, configure limit on object storage source connector.

2024.6.8

  • Task: Improve Workflow config validation. Workflow action names are now validated to ensure uniqueness within a Workflow config.

  • Task: Gretel BigQuery connections can now be created without specifying a dataset. You can instead configure the BigQuery dataset by passing bq_dataset when configuring a bigquery_source action.

  • Fix: Fix to database subsetting. When collecting batches of data, those batches previously needed to contain the same set of columns. This constraint would sometime break subsetting if columns were sparsely populated.

  • Task: Hybrid Model docker images have now been consolidated into a single Model image.

  • Task: Hybrid Workflow docker images have now been consolidated into a single Workflow image.

  • Task: Intermediate Workflow artifacts are now immediately cleaned up when a Workflow completes. When a Workflow is configured with a sink, any intermediate model artifacts produced by the Workflow are cleaned up and removed when the Workflow completes.

  • Task: GPT-x, update config validation to limit epsilon to be between 0.1 and 100.

  • Task: GPT-x, ensure sampling probability is never larger than 1.0.

  • Fix: When writing objects to Azure Blob Storage, block sizes were written in chunks that were too small, leading to errors when writing larger object. Objects are now written in larger 25mb blocks.

2024.6.7

  • Task: Standardize Tv2 column properties. The column object can be used to access specific properties of a column that is being evaluated in Tv2. See the for more details.

  • Task: Update Tv2 to maintain referential integrity. By default, the gretel_tabular action when using Tv2 will ensure that Pk/FK columns are not transformed. By setting run.encode_keys: true within the action, keys will be transformed to integers or UUIDs.

  • Fix: Fix in gretel_tabular where null foreign-keys can be included when using subsetting.

  • Fix: Fix for Synthetic Quality Score for field correlation stability when missing values are in the data.

  • Fix: Fix for enforcing Teams runtime limits (max objects crawled, max bytes processed) on Workflows. These limits were previously being loaded from specific users, this is now fixed so they limits are loaded by Team if the user is a member of one.

2024.6.6

    • This model is available via the models-navigator_ft container for Hybrid customers.

2024.6.5

  • Task: Improve error messages within Gretel Navigator.

2024.6.4

  • Task: Update model names within Gretel Navigator.

  • Fix: Fix for Gretel Navigator edit mode when adding numerical columns.

2024.6.3

  • Task: For GPT-x, the delta hyperparam will only be automatically updated if dp: true. Previously it was updated regardless of DP being enabled which was unnecessary.

  • Task: Improvements to the SQS Text Statistical Score for measuring quality of synthetic natural language data.

2024.6.02

  • Task: Improve prompt validation for Gretel Navigator.

  • Task: When using Tv2 with gretel_tabular columns will no longer be attempted to be ordered in their original order. This causes issues when Tv2 configs are adding or removing columns.

2024.6.1

  • Task: Tv2 NER will utilize GPUs when available.

  • Task: Databricks destination connector optimizations.

  • Task: Better handling for foreign key column with null values in gretel_tabular.

Feature: Hello ! Our newest multi-modal model is live!

Check out the for even more details!

Task: Add new partial_mask() .

🚀
Navigator Fine-Tuning
blog
filter to Tv2
Tv2 reference