Custom Configurations
Custom Configuration Example
glcon = GLConnectors(api_base_url="http://localhost:8000", api_key="your_api_key")
user_token = "a_unique_user_token"
config = {
"url": "postgresql://postgres:postgres@localhost:5432/bosa",
"identifier": "PSQLBosa"
}
integration_result = glcon.initiate_plugin_configuration("sql", user_token, config)
print("Integration initiated:", integration_result)Last updated
Was this helpful?