import osfrom scale_gp import SGPClientclient = SGPClient( api_key=os.environ.get("SGP_API_KEY"), # This is the default and can be omitted)response = client.knowledge_base_data_sources.verify( "knowledge_base_data_source_id",)print(response)
import osfrom scale_gp import SGPClientclient = SGPClient( api_key=os.environ.get("SGP_API_KEY"), # This is the default and can be omitted)response = client.knowledge_base_data_sources.verify( "knowledge_base_data_source_id",)print(response)