aperture-data / aperturedb-python

ApertureDB Python Client
Other
5 stars 3 forks source link

Support named config in create_connector #460

Closed bovlb closed 2 months ago

bovlb commented 2 months ago

The adb config does not easily support having multiple connectors with different configurations in the same application (except by messing around with the environment variables). This change allows the user to specify an explicit configuration name. I have also tidied up the code, guarded against missing data, and made the documentation clearer.