Airbyte ConfigurationΒΆ
Follow these steps to analyze Airbyte objects with Cartography.
On your Airbyte admin panel create a new
application
(note that the application will have the permissions of the user creating the application)Pass
Client ID
via the CLI parameter--airbyte-client-id
.Populate an environment variable with the
Client Secret
. You can pass the environment variable name via CLI with the--airbyte-client-secret-env-var
parameter.
If you are on a self-hosted instance you must provide the base URL with the
--airbyte-api-url
parameter