Hi, another newbie question here ๐ Is there a way to automatically upsert metadata, detecting only the changed part? I'm trying to ingest bigquery metadata via datahub-rest. Since several people are using the same project, it is hard to know exactly which part of the dataset is modified and when. What I want is to only update the changed part eventhough i don't define anything (like, specific table... ) in the recipe. (using airflow or etc.)
Optimally, whenever change occurs in the data source, i want datahub to automatically upsert the change.
Is there a way i can do this ? ๐