guidoOriginal post
Rank 1: Thread
databases = Databases(client)
Im receiving an error for this saying that databases is not defined. this code was taken from the SDK for python.
Summary
Developers are encountering a 'databases is not defined' error when using the code provided in the SDK. The issue is due to missing import statements for 'Databases'. To fix this, ensure you import Databases from appwrite.client.