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
  • Beta

Jump to Month

  • 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
GovernanceNew
5 days ago

Use hierarchical filters in playbooks

🎉 What's new

Playbooks in Atlan now support hierarchical filtering for your assets! You can easily select a connection and then narrow down your asset selection to specific databases and schemas. This means you can create one playbook and update all assets within a given schema, database, or BI workspace at scale!

DevelopersNew
a week ago

Get started with the Python SDK v1.0

🎉 What's new

This one's for our Python developers — announcing the initial release of our Python SDK! The Python SDK allows you to integrate with and automate actions in Atlan using all the features you know and love in your favorite IDE — type-ahead coding support, debugging, dependency management, version control, and so on.

✨ Let's dig deeper

Our SDKs abstract the need for you to understand all the underlying details of our REST APIs — their payload formats, endpoints, the universe of possible fields, and so on.

Here are some cool things you can do:

  • Write your metadata ingestion — for example, integrate a custom set of data quality metrics from a homegrown solution right into your metadata assets in Atlan.
  • Code up a custom report combining complex search criteria and lineage navigation and filtering in just a few lines of code and a matter of minutes.
  • Deploy an event-based integration that calculates new metrics or enforces the validity of a change any time metadata is changed in Atlan — whether by a user in the UI or through an out-of-the-box crawler or some other programmatic automation.

👏 Give it a shot

Get started with integrating and automating actions in Atlan with Python, available to include in your project today directly from PyPI!

Learn more here:

  • Get started with the Python SDK
  • Star the public GitHub repository
  • Review useful code that already uses the Python SDK
WorkflowsNew
a week ago

Matillion — new connector alert!

🎉 What's new

We are excited to announce native support for Matillion! This empowers our users to catalog their Matillion assets in Atlan, including groups, projects, jobs, and components.

✨ Let's dig deeper

You can set up the Matillion connector to:

  • Seamlessly discover and document your Matillion assets — groups, projects, jobs, and components.
  • Streamline your workflows with Matillion-specific filters like job type, job path, version, and job schedule for quick asset discovery.
  • View Matillion processes in the lineage graph for root cause and impact analyses.

Learn more about the known limitations of the Matillion connector.

👏 Give it a shot

Try out the new Matillion connector and let us know what you think! We are also actively working to enhance our Matillion integration, so stay tuned for more updates.

WorkflowsNew
2 weeks ago

Explore usage and popularity for Power BI

🎉 What's new

Drumroll, please! Atlan is expanding usage and popularity metrics to the BI universe — starting with Microsoft Power BI! With source popularity metrics now available in Atlan, Power BI users will be able to access their most and least frequently used BI assets with just a few clicks.

You can set up the Power BI miner to:

  • Generate usage and popularity metrics — currently only available for Power BI reports and dashboards.
  • Available metrics include the following:
    • Usage — number of views for an asset and number of users who viewed that asset
    • Recent users

Set up the Power BI miner today to supercharge your discovery of Power BI assets with usage and popularity metrics!

Admin & IntegrationsNew
2 weeks ago

Get workflow alerts in Teams!

🎉 What's new

Teams users, this one's for you — Atlan now supports workflow alerts for Microsoft Teams! Monitor your workflows in Atlan directly from a Teams channel of your choice.

Here's what you can do:

  • Configure your Microsoft Teams integration settings to receive workflow alerts from Atlan.
  • Receive workflow alerts — directly delivered to your Teams channel!

InsightsNew
3 weeks ago

Share your queries from Insights!

🎉 What's new

Introducing the option to share your queries while saving them in Insights!

Did you just write the most insightful query in Atlan? Well, save it and let your team know! While you're saving the query, here are all the cool new things you can do now:

  • Share your queries directly while saving them.
  • Copy the link to your saved query or share directly on Slack or Microsoft Teams.
  • Add or edit users from your query collection as you save your queries.

Share your saved queries with ease, and stay tuned for more upcoming enhancements!

WorkflowsNew
a month ago

Soda — new connector alert!

🎉 What's new

Atlan now supports native integration with Soda — the data quality platform! This new feature brings together the best of Soda data quality monitoring for Atlan users who use Soda Cloud. You can now catalog your Soda checks, their relationships to datasets, and results in Atlan for maximum visibility.

✨ Let's dig deeper

The Soda integration allows you to cover a variety of data quality use cases across your data estate. For example, you can now view multiple Soda check details while exploring a Snowflake table asset profile. Additionally, Soda check results can now be easily displayed in the lineage graph for datasets with downstream dashboards or analytics.

To get a better idea of what this looks like in action:

View Soda check results on the lineage graph for a sample Snowflake table with downstream dashboards.

View multiple Soda check details while exploring a sample Snowflake table asset profile.

Explore a Soda check asset profile in Atlan.

Filter by and discover Soda checks for your assets in Atlan.

Learn more about how to integrate Soda with Atlan:

  • How to set up Soda
  • How to crawl Soda
  • What does Atlan crawl from Soda?

👏 Give it a shot

Atlan's new native connection to Soda is a game changer for data quality monitoring. Ready to bring Soda and Atlan together? Get started in 30 seconds by adding an Atlan workflow to your Soda instance! Stay tuned for upcoming enhancements and capabilities.

Please note that this feature will be a paid addition. Reach out to your customer success manager for more information.

DevelopersNew
a month ago

Get started with the Java SDK v1.0

🎉 What's new

This one's for our Java developers — announcing the initial release of our Java SDK! The Java SDK allows you to integrate with and automate actions in Atlan using all the features you know and love in your favorite IDE — type-ahead coding support, debugging, dependency management, version control, and so on.

✨ Let's dig deeper

Our SDKs abstract the need for you to understand all the underlying details of our REST APIs — their payload formats, endpoints, the universe of possible fields, and so on.

Here are some cool things you can do:

  • Write your own metadata ingestion — for example, reading an OpenAPI spec and creating the relevant API objects in Atlan.
  • Code up a duplicate detection algorithm to identify tables that appear to be duplicates of each other, even when the names of those tables and the ordering of their columns might differ.
  • Deploy an event-based integration that calculates new metrics or enforces the validity of a change any time metadata is changed in Atlan — whether by a user in the UI or through an out-of-the-box crawler or some other programmatic automation.

👏 Give it a shot

Get started integrating and automating actions in Atlan through Java, available to include in your project today directly from Maven Central!

Learn more here:

  • Get started with the Java SDK
  • Star the public GitHub repository
  • Review useful code that already uses the Java SDK
GovernanceNew
a month ago

Manage dbt tags in Atlan

🎉 What's new

Lead the charge on data governance with dbt tag management in Atlan! Atlan allows you to import your dbt tags and update your dbt assets with the imported tags.

✨ Let's dig deeper

If you have already set up dbt, you do not need to make any modifications to your dbt Cloud or dbt Core setup. You only need to configure the dbt crawler to import dbt tags. Atlan will then import your existing dbt tags automatically for you!

Tag sync is currently one way — dbt ➡️ Atlan:

Tags created natively or sourced from dbt can be imported to and managed within Atlan.

Update your dbt assets in Atlan with imported dbt tags and manage your tagged assets more effectively. 

👏 Give it a shot

Learn more about dbt tag management here:

  • How to manage dbt tags
  • How to attach a dbt tag

Supercharge your active data governance efforts with dbt tag management in Atlan. Reach out to your customer success manager for more information.

GovernanceNew
a month ago

Manage Snowflake tags in Atlan

🎉 What's new

Supercharge your active data governance efforts with Snowflake tag management in Atlan! You can now import your Snowflake tags to Atlan, update your Snowflake assets with the imported tags, and push the tag updates back to Snowflake. You can also update the tag metadata or refine the classification scheme both in Snowflake and Atlan without leaving Atlan.

✨ Let's dig deeper

Tags can be synced both ways — Snowflake 🔁 Atlan:

Tags created natively or sourced from Snowflake can be imported to and managed within Atlan.

Assets enriched within Snowflake tags in Atlan can be synced back to Snowflake.

This provides an easy-to-use structured and consistent mechanism to manage assets based on tags. These tags can be used alongside access control policies both in Atlan and Snowflake to boost your data governance initiatives.

👏 Give it a shot

Learn more about Snowflake tag management here:

  • How to manage Snowflake tags
  • How to attach a Snowflake tag
  • Troubleshooting Snowflake tag management

Lead the charge on data governance with Snowflake tag management in Atlan. Please note that this feature will be a paid addition. Reach out to your customer success manager for more information.