Error List

You may encounter a variety of errors when you interact with the Paradime platform. This section focuses on errors that can happen when you interact with the Paradime app.

PARA-1000: Missing production warehouse connection

This error happens you try to run a production dbt job in Bolt but don't have a production warehouse connection setup in Account Settings > Connections.

If you are referencing a target in your production runs that does not exist, then you will also get this error.

PARA-1001: Tableau Sign-in Error

The personal access token you used to connect to Tableau is no longer valid or has expired. This means that Tableau data assets will no longer be updated in the Lineage and Catalog. You will still have the data we have extracted when the integration was last seen working.

This can happen in a couple of scenarios:

  • The person who connected the Tableau integration - their account is no longer active.

  • The token itself had a defined validity and is now expired

PARA-1003: Could not read from remote repository on Github

We could not fetch your dbt repo from Github and as a result the dbt run failed. This happens when the Github API is down or overloaded or is unresponsive.

Most times this goes away in the next run and is an intermittent issue with the Github API. However, we recommend you check https://www.githubstatus.com/ if there are any ongoing incidents with the Github API.

PARA-1004: Lightdash CLI unavailable

Your current tier does not support running third-party CLI like Lightdash in the terminal or in your dbt™ production runs. Upgrade to the Growing or Scaling tier to get access to the Lightdash CLI.

You can easily upgrade from the Account Settings > Plans page.

PARA-1005: Elementary Data CLI unavailable

Your current tier does not support running third-party CLI like Elementary Data (edr) in the terminal or in your dbt™ production runs. Upgrade to the Growing or Scaling tier to get access to the Elementary Data CLI.

You can easily upgrade from the Account Settings > Plans page.

PARA-1006: "dbt docs generate" unavailable

In Paradime, you always have access to dbt™ model docs in the Data Catalog that is continously updated as you merge new code into your default branch. As a result, we don't support the "dbt docs generate" command.

PARA-1007: Couldn't fetch info-schema from Snowflake for production catalog

We could not fetch the information schema for your production data catalog. This could be for a few reasons as follows:

PARA-1007: Couldn't fetch info-schema from Snowflake for dev catalog

We could not fetch the information schema for your development data catalog. This could be for a few reasons as follows:

PARA-1008: Couldn't connect to git repository

We could not connect to the dbt™ git repository connected to your workspace. This can happen for a variety of reasons:

  • The repository no longer exists

  • The SSH key, used to connect between Paradime and the git provider, has been deleted in your repo

  • The user account used to add the SSH key in the git provider, does not exist anymore

PARA-1009: Couldn't connect to Hightouch

We could not connect to the Hightouch API. This can happen for a few reasons:

  • The Hightouch API is down and our retries failed

  • The credentials used for the Hightouch API are not valid

PARA-1010: Couldn't connect to Looker API or LookML repo

We could not connect to the Looker API. This can happen for a few reasons:

  • The Looker API is down and our retries failed

  • The credentials used for the Looker API connection are no longer valid

  • The SSH connection between the LookML repo and your git provider is broken

PARA-1011: Couldn't connect to Fivetran

We could not connect to the Fivetran API. This can happen for a few reasons:

  • The Fivetran API is down and our retries failed

  • The credentials used for the Fivetran API are no longer valid. Fivetran allows only one API key and secret, so if someone changes that in Fivetran, the Paradime integration with Fivetran will start failing.

PARA-1012: Couldn't fetch Tableau data

We could not fetch data from the Tableau API. This can happen for a few reasons:

  • Tableau periodically runs backfill of its own metadata store from where we fetch the results over API. When the backfill is running, we don't get any response from the API. Depending on the size of your Tableau resource, this backfill could run for 1-2 days. During this time the data extraction can fail.

  • The credentials used for the Tableau API are no longer valid

PARA-1013: Couldn't generate Lineage Diff report

We could not generate a the Lineage Diff report when opening a Pull Request. This can happen when Bolt is not yet configured. We require at least one active Bolt schedule in Paradime.

PARA-1014: Could't list Databases when running paradime sources generate

We could not list databases to generate dbt™️ sources.yml. This can happen when your development connection access level do not allow paradime to query information schema for your data warehouse.

PARA-1015: Clear Paradime local storage

We sometimes encounter issues where the Paradime cache in the local storage needs to be cleaned. The following steps explain how you can do that in Chrome:

  • Select the 🔒 icon next to the browser url and click on Cookies and site data

    Choose cookies and site data

  • Click on Manage on-device site data

    Manage the on-device site data

  • In the section, Data from the site that you're visiting, click on the 🗑️icon against the following domains:

    • api.paradime.io

    • app.paradime.io

    • paradime.io

    Clean the local storage

That's it, the browser local storage for Paradime will be empty now.

Last updated

Was this helpful?

#350: Bolt - Template fixes pt 1

Change request updated