Skip to main content
Question

Auto Update SQL Catalog Item

  • February 9, 2026
  • 5 replies
  • 30 views

Forum|alt.badge.img

Hi

We created SQL Catalog Item but it is not getting auto updated when the metadata changes in parent table. How to make it auto update?

5 replies

Forum|alt.badge.img+2
  • Star Blazer L1
  • February 19, 2026

Ataccama treats SQL Catalog items as its own separate artifact. If metadata upstream is refreshed, I believe you will have to manually update the downstream catalog item.

I am assuming when you say that the metadata upstream changes, rules / business terms are being updated. The best way to catch those downstream is to create detection rules that will find downstream columns to apply those changes 


Forum|alt.badge.img
  • Author
  • Data Pioneer
  • February 20, 2026

yes everytime we need to publish to get all the source columns for SQL CI


Forum|alt.badge.img+2
  • Star Blazer L1
  • February 23, 2026

How is your current query structured for the SQL CI?


Forum|alt.badge.img
  • Author
  • Data Pioneer
  • February 23, 2026

select col1, col2 where object = “abc” if in source col2 is deleted, then SQL CI should be auto updated, but it is not.


Forum|alt.badge.img+2
  • Star Blazer L1
  • February 25, 2026

Just clarifying - If within the parent table, the source column, “col2” is deleted. The SQL CI will not reflect this, because it is its own artifact that has no real dependency on the upstream parent table. You will have to manually edit the SQL CI in order to reflect those changes. Ataccama on the backend treats them as their own independent artifacts if that makes sense. The only way it would detect that, would be if it was a normal catalog item where it is just selecting all from that table. When it is a normal catalog item, ataccama recognizes that a column is gone, and will remove it from the catalog. But, SQL CI do not behave this way unfortunately