def test_remote_datasource_interface(intake_server): catalog = open_catalog(intake_server) d = catalog['entry1'] verify_datasource_interface(d)
def test_remote_datasource_interface(intake_server): catalog = Catalog(intake_server) d = catalog['entry1'].get() verify_datasource_interface(d)