User Community Service Desk Downloads

Synchronize Firewalls in Snowflake with ONE

This page covers synchronization procedure for keeping Snowflake UDFs aligned with Ataccama ONE DQ Firewalls.

Synchronize firewalls in Snowflake with ONE

Update firewall UDFs

To synchronize changes made to DQ firewalls in ONE with their corresponding UDFs in Snowflake, run Run Jupyter Notebook (firewall_to_snowflake_udf.ipynb) and follow the instructions inside.

This process downloads the updated DQ firewalls from ONE and deploys the updates to Snowflake.

The synchronization process updates existing UDFs and creates new UDFs for newly added firewalls. It does not remove UDFs for firewalls that were deleted or disabled in ONE.

Delete firewall UDFs manually

If you need to remove a specific firewall UDF from Snowflake without affecting the corresponding firewall in ONE, use the DROP FUNCTION command:

DROP FUNCTION <udf_name>

Manual deletion only removes the UDF from Snowflake. The firewall remains active in ONE and will be redeployed the next time you run the synchronization process.

Was this page useful?