www.coginiti.co Open in urlscan Pro
52.4.73.14  Public Scan

Submitted URL: https://email.coginiti.co/e3t/Ctc/ZS+113/cChL-04/VWp3Z956NNmSW7rT0JC2xMxY1W9h8NV35383_PN1CRsYY5nR32W5BWr2F6lZ3kvW2jDXrL1DC...
Effective URL: https://www.coginiti.co/blog/coginiti-23-8-release-upgraded-interface-trino-integration-programmatic-data-testing/?utm_c...
Submission: On September 07 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

This website stores cookies on your computer. These cookies are used to collect
information about how you interact with our website and allow us to remember
you. We use this information in order to improve and customize your browsing
experience and for analytics and metrics about our visitors both on this website
and other media. To find out more about the cookies we use, see our Privacy
Policy

If you decline, your information won’t be tracked when you visit this website. A
single cookie will be used in your browser to remember your preference not to be
tracked.

Accept Decline

✓
Thanks for sharing!
AddToAny
More…

Skip to content

 * Product
   
   
   
    * Products
      
      * Coginiti Pro
        
         * Produce consistent high-quality insights faster. Save and reuse all
           of your work. 
      
      * Coginiti Premium
        
         * Collaborative software that empowers teams to work as one.
   
    * Capabilities
      
      * Powerful Query & Analysis
        
         * Explore, manage and analyze data
      
      * Collaborative Data Workspace
        
         * Build and share version controlled analytics
      
      * Deep Database & Object Store Support
        
         * One platform to access all your data
      
      * Coginiti AI
        
         * Your analytics advisor
   
    * All Your Favorite Data Platforms
    * Redshift
      Microsoft
      Snowflake
      IBM
      BigQuery
      Yellowbrick
      Databricks
      Trino
      Object Stores
      More...

 * Pricing
 * Company
   
    * About Us
      
       * We believe the future of intelligence is collaborative.
   
    * Partners
      
       * We’re proud of the relationships we’ve built.
   
    * Responsible AI
      
       * Coginiti's AI commitment
   
    * Careers
      
       * View the opportunities to join and grow with us.
   
    * Newsroom
      
       * Coginiti announcements and media.
   
    * Research White Paper
      
       * Collaborative Intelligence: The Essential Shift for Creating a
         Data-Driven Enterprise

 * Resources
   
   
   
    * Learn
      
      * Tutorials
        
         * Tactical guidance along the analyst journey
      
      * Resource Library
        
         * White papers, webinars, and case studies
      
      * Blog
        
         * The latest news and perspectives
   
    * Support
      
      * Product Updates
        
         * Explore the latest Coginiti capabilities
      
      * Product Documentation
        
         * What you need to get started and to contribute.
      
      * Submit a Support Request
        
         * We’re here to help you be successful.
   
    * Coginiti Celebrates Data Heroes
      
       * Join us in celebrating the Data Heroes who fearlessly navigate data
         complexities, leading the charge to deliver valuable insights and shape
         the future of business.

 * Support
 * Free Trial

 * Product
   
    * Products
      
      * Coginiti Pro
        
         * Produce consistent high-quality insights faster. Save and reuse all
           of your work. 
      
      * Coginiti Premium
        
         * Collaborative software that empowers teams to work as one.
   
    * Capabilities
      
      * Powerful Query & Analysis
        
         * Explore, manage and analyze data
      
      * Collaborative Data Workspace
        
         * Build and share version controlled analytics
      
      * Deep Database & Object Store Support
        
         * One platform to access all your data
      
      * Coginiti AI
        
         * Your analytics advisor
   
    * All Your Favorite Data Platforms
    * Redshift
      Microsoft
      Snowflake
      IBM
      BigQuery
      Yellowbrick
      Databricks
      Trino
      Object Stores
      More...

 * Pricing
 * Company
    * About Us
      
       * We believe the future of intelligence is collaborative.
   
    * Partners
      
       * We’re proud of the relationships we’ve built.
   
    * Responsible AI
      
       * Coginiti's AI commitment
   
    * Careers
      
       * View the opportunities to join and grow with us.
   
    * Newsroom
      
       * Coginiti announcements and media.
   
    * Research White Paper
      
       * Collaborative Intelligence: The Essential Shift for Creating a
         Data-Driven Enterprise

 * Resources
   
    * Learn
      
      * Tutorials
        
         * Tactical guidance along the analyst journey
      
      * Resource Library
        
         * White papers, webinars, and case studies
      
      * Blog
        
         * The latest news and perspectives
   
    * Support
      
      * Product Updates
        
         * Explore the latest Coginiti capabilities
      
      * Product Documentation
        
         * What you need to get started and to contribute.
      
      * Submit a Support Request
        
         * We’re here to help you be successful.
   
    * Coginiti Celebrates Data Heroes
      
       * Join us in celebrating the Data Heroes who fearlessly navigate data
         complexities, leading the charge to deliver valuable insights and shape
         the future of business.

 * Support
 * Free Trial


COGINITI 23.8 RELEASE: UPGRADED INTERFACE, TRINO INTEGRATION, PROGRAMMATIC DATA
TESTING

Chris Crompton

September 6, 2023

We’re thrilled to announce the release of Coginiti 23.8 which includes several
new capabilities, such as support for Trino’s distributed SQL query engine, but
the most obvious upgrade is to the Coginiti interface itself. We’ve optimized
colors, contrast, iconography, and layout to create a much more intuitive
experience for your data work.








COGINITI INTERFACE UPGRADE — WITH DARK MODE!

Here’s a quick rundown of the most notable interface updates as seen in the
video above:

 * The left sidebar got a facelift with new icons to expand and collapse panels
   for the Database Explorer, Coginiti Catalog, Files Explorer, and AI
   Assistant.
 * The search and notification sidebar panel toggles have been moved to the top
   menu bar. The magnifying glass opens the search panel with filtering options.
   The bell icon opens and closes your notifications panel.
 * Your user settings and keybinding preferences can now be found within the new
   user menu in the upper right corner.
 * The user menu has a new menu option to select your application theme. This is
   also where you’ll be able to activate one of our most anticipated UI
   enhancements: Dark Mode!


CONNECT TO TRINO

Coginiti now integrates directly with Trino, a highly parallel and distributed
query engine renowned for its efficiency and low latency analytics. Coginiti’s
integration with Trino provides a seamless experience to query data across
multiple data sources, including relational databases, NoSQL databases, and
cloud storage platforms, all with the same SQL syntax.



COGINITISCRIPT PROGRAMMATIC TESTING CAPABILITIES

CoginitiScript’s built-in testing framework now empowers analytic developers to
programmatically execute assertion tests to ensure the accuracy and reliability
of their data.  Import the “std/test” package to access the new test.Run block,
which can be executed manually or within a scheduled job (in Coginiti
Premium/Enterprise).

#+import "std/test"

#+test sql MyTest()
#+begin
-- Your SQL test code here
#+end

{{ test.Run(tests=[MyTest]) }}


Refer to our CoginitiScript Tests documentation for technical documentation.

We invite you to upgrade and explore the new interface and capabilities. And do
let us know you think! If you aren’t yet a Coginiti user, download your Coginiti
trial to experience Coginiti for yourself!

LinkedInEmailTwitterFacebook

Coginiti Logo

Analytics Suite

Get Applications

 * Platform
   
   * Products
     
     * Coginiti Pro
     * Coginiti Premium
     * Database Supported
   
   * Capabilities
     
     * Powerful Query & Analysis
     * Collaborative Analytics Catalog
     * Deep Database Support

 * Company
   
   * About Us
   * Partners
   * Careers
   * Newsroom
 * Pricing

 * Learn
   
   * Resource Library
   * Blog

 * Support
   * Documentation
   * Submit a Request
   * Coginiti Pro EULA
   * Coginiti Premium EULA

 * Contact
   
   * P: 669-228-0280
   * E: info@coginiti.co

Connect with us
 * Facebook
 * Linkedin
 * Twitter

Copyright © 2023, Coginiti Corp

Privacy Policy