Skip to content

Commit

Permalink
Docs: Airflow docker updation (#19021)
Browse files Browse the repository at this point in the history
* Docs: Airflow docker update

* Docs: Airflow Doc Updation 1.5

---------

Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 12, 2024
1 parent c4066f9 commit 2a22fda
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,11 @@ You can access Airflow at [http://localhost:8080](http://localhost:8080). Use th
- Username: `admin`
- Password: `admin`

### Customizing Airflow Admin Credentials:
When using Docker Compose, you can change the default Airflow admin credentials by setting the following environment variables:
- Username: `AIRFLOW_ADMIN_USER`
- Password: `AIRFLOW_ADMIN_PASSWORD`

## Airflow DAGs Showcased in Deployment

You can explore the examples of Airflow DAGs used with OpenMetadata. Refer [here](https://github.com/open-metadata/OpenMetadata/tree/main/ingestion/examples/airflow/dags) for more information.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@ You can access Airflow at [http://localhost:8080](http://localhost:8080). Use th
- Username: `admin`
- Password: `admin`

### Customizing Airflow Admin Credentials:
When using Docker Compose, you can change the default Airflow admin credentials by setting the following environment variables:
- Username: `AIRFLOW_ADMIN_USER`
- Password: `AIRFLOW_ADMIN_PASSWORD`

## Airflow DAGs Showcased in Deployment

You can explore the examples of Airflow DAGs used with OpenMetadata. Refer [here](https://github.com/open-metadata/OpenMetadata/tree/main/ingestion/examples/airflow/dags) for more information.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@ You can access Airflow at [http://localhost:8080](http://localhost:8080). Use th
- Username: `admin`
- Password: `admin`

### Customizing Airflow Admin Credentials:
When using Docker Compose, you can change the default Airflow admin credentials by setting the following environment variables:
- Username: `AIRFLOW_ADMIN_USER`
- Password: `AIRFLOW_ADMIN_PASSWORD`

## Airflow DAGs Showcased in Deployment

You can explore the examples of Airflow DAGs used with OpenMetadata. Refer [here](https://github.com/open-metadata/OpenMetadata/tree/main/ingestion/examples/airflow/dags) for more information.
Expand Down

0 comments on commit 2a22fda

Please sign in to comment.