mysterious-butcher-86719
02/23/2022, 2:51 PM.. 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>."orange-night-91387
02/23/2022, 8:37 PMorange-night-91387
02/23/2022, 8:38 PM