Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Airflow webserver connectability #116

Merged
merged 1 commit into from
Aug 6, 2024
Merged

Conversation

michalc
Copy link
Member

@michalc michalc commented Aug 5, 2024

This does 2 things:

  • It stops the Airflow webserver from attempting to connect to GitHub on startup. It shouldn't need to do this because the dag-processors and tasks themselves pull from GitHub.

  • Uses a "service registry" to allow Airflow to be communcated with from inside Data Workspace without going via the public internet, and specifically under the DNS name "airflow.jupyterhub". This is to support Data Workspace's so-called derived/SQL pipelines to talk to Airflow without going over the public internet.

This does 2 things:

- It stops the Airflow webserver from attempting to connect to GitHub on
  startup. It shouldn't need to do this because the dag-processors and tasks
  themselves pull from GitHub.

- Uses a "service registry" to allow Airflow to be communcated with from inside
  Data Workspace without going via the public internet, and specifically under
  the DNS name "airflow.jupyterhub". This is to support Data Workspace's
  so-called derived/SQL pipelines to talk to Airflow without going over the
  public internet.
@michalc michalc requested a review from a team as a code owner August 5, 2024 14:15
@michalc michalc merged commit f9ab1cb into main Aug 6, 2024
1 check passed
@michalc michalc deleted the feat/airflow-webserver branch August 6, 2024 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant