Also, As per Metadata model for Dataset, the name ...
# troubleshoot
m
Also, As per Metadata model for Dataset, the name formed based on the type of the platform. Is there a list of platforms and the way the name is formed? The document says "Usually, names are composed by combining the structural elements of the name and separating them by 
.
. e.g. relational datasets are usually named as 
<db>.<schema>.<table>
, except for platforms like MySQL which do not have the concept of a `schema`; as a result MySQL datasets are named 
<db>.<table>
. In cases where the specific platform can have multiple instances (e.g. there are multiple different instances of MySQL databases that have different data assets in them), names can also include instance ids, making the general pattern for a name 
<platform_instance>.<db>.<schema>.<table>
."
o
Linked specifically to the MySQL source since you mentioned it, but it is supported in some other sources as well located in the other Sources doc pages