Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
Update src/cc_catalog_airflow/templates/template_provider.py_template
Browse files Browse the repository at this point in the history
Co-authored-by: Zack Krida <zackkrida@pm.me>
  • Loading branch information
obulat and zackkrida authored Jun 9, 2021
1 parent 7181cd3 commit 5e45660
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ENDPOINT = f'https://{HOST}/{{API PATH}}'
# `src/cc_catalog_airflow/dags/util/loader/provider_details.py` file
PROVIDER = prov.{provider_upper_case}_DEFAULT_PROVIDER
# TODO: Add the API key to `src/cc_catalog_airflow/env.template`
# Do not add your API key value!
# Do not hardcode your API key value!
API_KEY = os.getenv("{provider_upper_case}", "nokeyprovided")

# TODO: Add any headers necessary for API request
Expand Down

0 comments on commit 5e45660

Please sign in to comment.