I was messing around with Dataplex, testing the automatic discovery features particularly in relation to creating external tables in BigQuery, and ended up deleting a table after a schema was created. Waited a few hours and then tried to recreate a table of the same name by dropping data under a specific path in GCS. The discovery process claims that a table was created. However, there is an error where the logs state that the schema was incompatible with the schema in the deleted table. I am also seeing cases where the table never gets created or recognized at all even though it was clearly deleted per the logs. I did see in this case that the number of data elements remain the same. Deletion was through DataPlex. Is this a bug?