Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Installation comments #47

Merged
merged 1 commit into from
Dec 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In the Airflow's ``dags_folder`` create a new Python module (e.g. ``parse_dags.p

from gcp_airflow_foundations.parse_dags import DagParser

parser = DagParser()
parser = DagParser()

parsed_dags = parser.parse_dags()

Expand All @@ -45,4 +45,4 @@ Airflow Connections
Airflow connections are used to store credentials to communicate with external systems, such as APIs of third-party data sources.
Depending on the data sources you are ingesting from you will need to set up the required connections.
You can do so either through the Admin menu in the Airflow UI of your Cloud Composer instance, or by using Secret Manager.
If you opt for the latter, make sure to follow some `additional steps <https://cloud.google.com/composer/docs/secret-manager>`_ that are required.
If you opt for the latter, make sure to follow some `additional steps <https://cloud.google.com/composer/docs/secret-manager>`_ that are required.