Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
Signed-off-by: Samhita Alla <[email protected]>
  • Loading branch information
samhita-alla committed Jun 28, 2022
1 parent a30d2f2 commit 3898d6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pip install airflow-provider-flyte

In the Airflow UI, configure a _Connection_ for Flyte.

- Host(optional): The FlyteAdmin host. Defaults to localhost.
- Host (required): The FlyteAdmin host.
- Port (optional): The FlyteAdmin port. Defaults to 30081.
- Login (optional): `client_id`
- Password (optional): `client_credentials_secret`
Expand All @@ -35,14 +35,14 @@ In the Airflow UI, configure a _Connection_ for Flyte.
- `statsd_disabled`: Whether to send statsd or not.
- `statsd_disabled_tags`: Turn on to reduce cardinality.
- `local_sandbox_path`
- S3 Config:
- S3 Config (optional):
- `s3_enable_debug`
- `s3_endpoint`
- `s3_retries`
- `s3_backoff`
- `s3_access_key_id`
- `s3_secret_access_key`
- GCS Config:
- GCS Config (optional):
- `gsutil_parallelism`

## Modules
Expand Down

0 comments on commit 3898d6d

Please sign in to comment.