Flows

New Features

  • Introduced the following endpoints:
    • Redshift as both source and target endpoint to connect to your Redshift account and fetch data from the database and also insert, update or delete data into a database.
    • Snowflake as both source and target endpoint to connect to your Snowflake account and fetch data from the database and also insert, update or delete data into a database.
    • Google BigQuery as target endpoint to load data into the BigQuery data platform.
    • MongoDB as both source and target endpoint to execute the find command on your MongoDB database and also execute the insert, update or delete command on the database.
    • PostgreSQL as both source and target endpoint to fetch data from a particular table of the database and also execute SQL statements to delete, update, or insert data within a specified table.
    • SQL Server as both source and target endpoint to fetch data from a particular table in a database and also delete, update, or insert data within a specified table.

Enhancements

  • Added the source endpoint for MySQL, which you can now use to fetch data from a specific table of the MySQL database.