Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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")
library(DominoDataR) client <- DominoDataR::datasource_client(api_key = custom_api_key)
from domino.data_sources import DataSourceClient custom_token_file = "/valid/token/file/location" client = DataSourceClient(token_file=custom_token_file) db = client.get_datasource("my-db")
library(DominoDataR) client <- DominoDataR::datasource_client(token_file = "/valid/token/file/location")
Was this page helpful?
Contact support