Hi,
In ArcGIS Pro's SDK we can access the datastore of layer's table. And then we can check the type of datastore. So basically I have to check whether the layer was created from sql database, file database or using plugin data source. In SDK we can access the data store and then check whether it is of type Geodatabase, FileSystemDatastore or PluginDatastore
Do we anything like this in arcpy? Or is there any other way to check this?