Atlan Release Notes Product Updates logo
Back to Homepage Subscribe to Updates

Product Updates

See the latest new features, improvements, and product updates

Labels

  • All Posts
  • Assets
  • Glossary
  • Insights
  • Workflows
  • Governance
  • Admin & Integrations
  • Reporting Center
  • Developers
  • Fix
  • Improvement
  • New

Jump to Month

  • March 2026
  • February 2026
  • January 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • June 2022
  • May 2022
today

See how Snowflake UDFs power your data pipelines

As a data engineer or governance leader, you'll want visibility into Snowflake user-defined functions (UDFs) because it helps you trace how business logic flows through your pipelines.

You can now discover and govern UDFs as first-class assets in Atlan, with clear relationships to Process assets for lineage tracking. Previously, UDF logic was embedded inside queries and stored procedures with limited visibility in the catalog. Now, UDFs are represented as assets and connected to the Process nodes that execute them.

This means the logic behind your KPIs, masking rules, and reusable transformations is no longer hidden inside code, you can see where it’s used and how it contributes to downstream assets.



✨ Let’s dig deeper

Snowflake Stored Procedures and UDFs work together with Process assets to generate lineage in Atlan.

Here’s what that means in practice:

  • UDFs and Stored Procedures are surfaced as assets in your Snowflake connection
  • When they’re invoked inside a query, they’re linked to the corresponding Process asset
  • You can view which Process assets use a specific UDF or Stored Procedure
  • In lineage graphs, you can inspect the Process node to see contributing UDFs and Stored Procedures
  • Lineage captures direct calls, dynamic queries and nested calls are not yet supported

For example, if a query calls udtf_complex_dot_star the executed query appears as a Process asset. That Process node shows the relationship to the UDF, helping you understand how transformation logic contributes to downstream tables or dashboards.

This keeps lineage compact and execution-focused, while still exposing the procedural and functional logic behind your data flows.


👏 Give it a shot

To explore UDF and Stored Procedure relationships:

  1. Go to your Snowflake connection and open a UDF or Stored Procedure asset.
  2. Navigate to the Related Assets tab to see the Process assets where it’s used or open the lineage graph for any downstream asset.
  3. Click the Process node representing the executed query.
  4. In the sidebar, open the Relations tab to view contributing UDFs and Stored Procedures.

Make sure your Snowflake connector has the required metadata access and that lineage extraction is enabled.

📘 Refer to the Snowflake setup guide for required permissions and supported lineage scenarios.