G

Tuesday, November 3rd, 2020 10:30 AM

Metadata Ingestion from redshift

Hi Team,
We are ingesting metadata from redshift to collibra through jobserver.
Redshift–>Jobserver–>Collibra.
I have two questions here.

  1. First time when ingested metadata all the tables and columns are loaded, if I delete a table in database and refresh the schema in Collibra, will I face the fresh error conflict? If yes what is the solution. (I have faced this, I had to delete the tables manually and refresh it).

  2. If a job(metadata ingestion from database to collibra) is running for long time, how can I kill the job?

Thanks & Regards,
Guna

36 Messages

4 years ago

Hi Guna,

Yes, you will face refresh conflict on deleted table and you have to manually delete table in Collibra to resolve that conflict.

Here is user guide link on how to resolve refresh conflicts :
https://productresources.collibra.com/docs/cloud-user/2020.10/#Catalog/RegisterDataSource/RefreshDataSource/ta_resolve-deleted-and-added-table-refresh-conflict.htm

When you submit ingestion job, you can cancel it from ‘Activities’ which is located on top left corner (circle shape). It takes some time (couple of mins) to cancel that job.

Thanks!

4 years ago

Thank you @arvind.singh , It helped me :slight_smile:

Loading...