Closed nicholasphair closed 4 months ago
The python driver documentation references an enum that is not defined.
Link of Content
class Edition(Enum): Cloud = 1 Core = 2 DB_NAME = "sample_app_db" SERVER_ADDR = "127.0.0.1:1729" TYPEDB_EDITION = Edition.Core CLOUD_USERNAME = "admin" CLOUD_PASSWORD = "password"
DB_NAME = "sample_app_db" SERVER_ADDR = "127.0.0.1:1729" TYPEDB_EDITION = Edition.Core CLOUD_USERNAME = "admin" CLOUD_PASSWORD = "password"
You can see the issue in the public docs.
@nicholasphair thanks for pointing this out!
fixed
Description
The python driver documentation references an enum that is not defined.
Location of Content
Link of Content
Expected Content
Actual Content
Additional information
You can see the issue in the public docs.