Skip to content

Commit

Permalink
docs: do not hardcode name of project
Browse files Browse the repository at this point in the history
  • Loading branch information
tskir committed Nov 5, 2023
1 parent 26b499d commit d42fd26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/development/airflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ This section describes how to set up a local Airflow server which will orchestra
## Configure Airflow access to Google Cloud Platform

!!!warning Specifying Google Cloud parameters
Run the next two command with the appropriate project ID and service account name to ensure the correct Google default application credentials are set up.
Run the next two command with the appropriate Google Cloud project ID and service account name to ensure the correct Google default application credentials are set up.

Authenticate to Google Cloud:

```bash
gcloud auth application-default login --project=open-targets-eu-dev
gcloud auth application-default login --project=<PROJECT>
```

Create the service account key file that will be used by Airflow to access Google Cloud Platform resources:

```bash
gcloud iam service-accounts keys create ~/.config/gcloud/service_account_credentials.json --iam-account=open-targets-genetics-dev@appspot.gserviceaccount.com
gcloud iam service-accounts keys create ~/.config/gcloud/service_account_credentials.json --iam-account=<PROJECT>@appspot.gserviceaccount.com
```


Expand Down

0 comments on commit d42fd26

Please sign in to comment.