Skip to content

Commit

Permalink
Docs: Airflow Doc Updation 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rounak Dhillon authored and Rounak Dhillon committed Dec 12, 2024
1 parent c1e9a5e commit a764dd4
Showing 1 changed file with 5 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

0 comments on commit a764dd4

Please sign in to comment.