Plug-in (Connected System)Paid

Macedon Connected System - Snowflake

by Macedon Consulting

Description

This connected system plug-in lets you connect to a Snowflake data warehouse by creating a Connected System with credentials and then make different queries broken out into different integration objects.

The connected system supports specifying a database, warehouse, schema, and role (all import customizable), as well as account and credentials.

Using integration objects, a designer is able to create integrations that can make Select, Insert, Update or Delete queries, as well as call a Function or Stored Procedure. Filters and Paging Configurations can be configured on the inputs of the Select operation. The results from the queries executed by the integration objects return in a dictionary format, allowing easy parsing the returned result sets.

All of the queries taking potentially unvalidated inputs are called using prepared statements, mitigating the risk of SQL injection.

Features

  • Perform 6 different types of SQL statements against a Snowflake instance: SELECT, INSERT, UPDATE, DELETE, CALL FUNCTION, and EXECUTE STORED PROCEDURE.
  • Results from a query are returned as a list of Appian Dictionary type, which can be used for simple translation to Appian CDTs.
  • For SELECT statements, a designer has the ability to pass in expressionable lists of a!queryColumn(), a!queryFilter(), sorting info and paging info in order to tweak the results from a query to what the designer would like to see returned from tables or views. This functionality was built to imitate the behavior of a!queryEntity(), which should make the integration easy to use and maintain for Appian designers.
  • Other operations (INSERT, UPDATE, DELETE) function similarly to Appian's built-in data store interaction implementation.
  • The CALL FUNCTION and EXECUTE STORED PROCEDURE operators support expressionable values for named parameters.

Release notes

Fixes an issue with the UPDATE integration where columns not explicitly passed in can be nulled-out rather than left unchanged.

Version history (6)

2.4.3

Fixed labeling on key-pair authentication fields. Added new version of the SELECT operation that supports supporting on multiple columns to facilitate paging through tables with natural multi-column keys.

2.3.5

Fixed labeling on key-pair authentication fields. Updated dependent Snowflake connector jar to version 3.26.1.

2.3.4

Updated the connected system to support RSA key based authentication. Updated dependent Snowflake connector jar to version 3.19.1.

2.2.10

Updated to support the version of Java used by Appian 24.3.

2.0.8

This minor version update resolves an issue where the AM/PM distinction could be lost in writes to timestamp fields.

2.0.7.0

Added two new operations, CALL FUNCTION and EXECUTE STORED PROCEDURE. The latter exists in two versions, one for read-only operations and one for operations that write data Redesigned the connected system configurations so that the Database and Schema are now in the connected system, rather than integration objects. This allows them to be export customizable, so that they become values in the properties file when migrating.