Roger Hunwicks
Roger Hunwicks
Ideally, I'd like to be able to specify auditing at the schema level, i.e. for all tables in the schema, rather than have to specify it for each table individually...
I'd like to use celery-once to manage the refresh of a PostgreSQL materialized view when the user updates the underlying tables. The user performs many updates in succession and refreshing...
Currently, gdrivefs doesn't support shared drives. I have a setup like: ```python root_folder: str = "gdrive://Discovery Folder/Worksheets" storage_options: dict = { "token": "service_account", "access": "read_only", "creds": json.loads(os.environ["GOOGLE_APPLICATION_CREDENTIALS"]), "root_file_id": "0123456789ABCDEFGH", }...