Summary

  • Added a new pattern property to the ConnectionAuthTypeParameter schema, which specifies a regex pattern for the parameter.
  • Introduced a new enum value SNOWFLAKE_MARKETPLACE to the paymentMethod property of the Organization schema.

Added

  • ConnectionAuthTypeParameter Schema
    • pattern: A new property with a description “A regex pattern for the parameter” and type string.
  • Organization Schema
    • paymentMethod Enum
      • SNOWFLAKE_MARKETPLACE: Added as a new payment method option.

Changed

  • No changes were made to existing objects, schemas, fields, endpoints, or enum values.