Co-authored-by: Ben Church <ben@airbyte.io> Co-authored-by: bnchrch <bnchrch@users.noreply.github.com> Co-authored-by: alafanechere <augustin.lafanechere@gmail.com> Co-authored-by: Augustin <augustin@airbyte.io> Co-authored-by: Marius Posta <marius@airbyte.io> Co-authored-by: alafanechere <alafanechere@users.noreply.github.com>
6 lines
125 B
Python
6 lines
125 B
Python
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
|
|
|
|
import os
|
|
|
|
os.environ["REQUEST_CACHE_PATH"] = "REQUEST_CACHE_PATH"
|