Hi <@U06E82QHSQG> <@U06MHD8K8D9> <@U06H2MDHK7H> - ...
# squads
n
Hi @José Morales @Olivier Sprangers @Marco - I am updating the SDK and want to run some tests. I see the following is failing for me due to missing env variables. What values need to be set for these env variables? Thanks!
Copy code
#| hide
# custom client
custom_client = NixtlaClient(
    base_url=os.environ['NIXTLA_BASE_URL_CUSTOM'],
    api_key=os.environ['NIXTLA_API_KEY_CUSTOM'],
)
assert custom_client.validate_api_key()
Can I use the dev URL and any dev key? Not sure what CUSTOM refers to here.
nvm, I just added the dev links and key and it worked.
🙌 1