Skip to main content
New Participant
September 3, 2026
Question

How to Ingest data from appian to snowflake?? any plugins

  • September 3, 2026
  • 7 replies
  • 86 views

Hi team,

 

I have to load the appian tables to the snowflake, is there any integration already there to do it?

 

how we can extract data from appian and load into snowflake

    7 replies

    stefanhelzle0001
    Brainy
    September 3, 2026
    New Participant
    September 3, 2026

    I need to consume the data from Appian into snowflake. It says like Appian can connect to snowflake. I didn't find the relevant solution how we can Ingest the Appian database tables into snowflake.

    New Participant
    September 3, 2026

    ,

    pavithraa1452
    New Participant
    September 4, 2026

    You can create an Integration using Snowflake Connected system(Snowflake Connected System - Appian 26.8). Select Insert/Update as Operation method and provide the required Warehouse, Database, Schema and Table Details. Add required query in the Update parameter and specify corresponding clause in the Condition parameter.

    You can refer Snowflake | Appian AppMarket for Integration configurations. 

    mathieud0001
    Brainy
    September 4, 2026

    You could simple create a table in Snowflake and write to it via a Custom JDBC (see my comment below) plugin or Rest API.

    naresht804249
    Participating Frequently
    September 7, 2026

    Hi,

    You may not need a plug-in. You can create an Appian Web API to provide the table data, then use an ETL tool to load it into Snowflake.

    For small or real-time updates, you can also call the Snowflake API from Appian using an HTTP Connected System. For large amounts of data, an ETL process is the better option.

    Naresh