Sentry Issue: https://sentry.io/organizations/project-koku/issues/3029130069/?project=1822753&referrer=slack
masu/external/accounts/db/cur_accounts_db.py in get_account_information at line 22 @staticmethod def get_account_information(provider): """Return account information in dictionary.""" return { "customer_name": provider.customer.schema_name, "credentials": provider.authentication.credentials, "data_source": provider.billing_source.data_source, "provider_type": provider.type, "schema_name": provider.customer.schema_name, "provider_uuid": provider.uuid, } provider <Provider: Provider object (d7698be0-1e89-4366-924c-fed1626aa3fd)>