I have a question for MySQL ingestion. If I set up...
# ingestion
a
I have a question for MySQL ingestion. If I set up two ingestions from two different MySQL instances, is there any way for me to tell which MySQL instance some dataset is ingested from? Also if the two MySQL instances have some identical table names under identical database names, will they overwrite each other when both are ingested?
g
Yes! There is a solution to this. It’s in the
platform_instance
field
This allows you to specify a unique ID for the mysql instance in the recipe.
a
Nice! Thank you @green-football-43791
FYI, @gray-airplane-39227