Anonymous
Not applicable

@Arnold Souza​ 

If the issue is related to the notebook '../Utils/accounts_bootstrap' failing to fetch API information, then there may be an issue with the credentials or permissions required to access the API.

Here are a few things you can try to resolve the issue:

  1. Check if the credentials for accessing the API are set up correctly. Make sure that the API key or other authentication tokens are valid and have the necessary permissions to access the data.
  2. Verify that the API endpoint is correct and that it is reachable from the Databricks environment. You may need to check if there are any firewall rules or network restrictions that are blocking the connection.
  3. Check if the data schema or format of the API response has changed. This could cause the data to be parsed incorrectly or not at all, resulting in an empty dataframe. You may need to review the API documentation or contact the API provider for guidance on this.
  4. Try running the notebook in debug mode to get more information about the error. This may help to identify the specific step where the error is occurring and provide more information about the root cause.