For the complete documentation index, see llms.txt. This page is also available as Markdown.

Airflow (Astronomer)

Seemore natively supports Airflow, which allows you to integrate your Airflow with your Seemore workspace seamlessly.

Required role to configure: Admin or higher.

Users with lower roles can view this feature but cannot change its configuration.

Astronomer

Seemore needs 3 variables to connect to the Airflow API:

  1. Airflow URL

  2. Client ID

  3. Client Secret


How to retrieve the Airflow URL

When you log in to your Airflow instance, copy the URL from the browser. It includes the deployment ID. You can also retrieve it using the Astronomer CLI.


How to create Client ID & Client Secret

  1. Follow the steps in the Astronomer docs: Create an API key.

  2. Copy the Client ID and Client Secret generated during this process.

  3. Provide the Airflow URL, Client ID, and Client Secret to Seemore during integration setup.

Allowlist the Seemore IP

If you want to allow access to your Airflow instance only from a specific IP, use this address: 185.48.123.6.

Last updated