See Authentication for the default behavior of the DataSourceClient.
from domino.data_sources import DataSourceClient
custom_api_key = "VALID_API_KEY"
client = DataSourceClient(api_key=custom_api_key)
db = client.get_datasource("my-db")
See Authentication for the default behavior of the DataSourceClient.
from domino.data_sources import DataSourceClient
custom_api_key = "VALID_API_KEY"
client = DataSourceClient(api_key=custom_api_key)
db = client.get_datasource("my-db")