Skip to content

Commit

Permalink
Added key to trigger check
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Khaustova <[email protected]>
  • Loading branch information
ElenaKhaustova committed Jan 10, 2025
1 parent 2ec4e5a commit d6b1beb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kedro-airflow/kedro_airflow/grouping.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
from kedro.pipeline.node import Node
from kedro.pipeline.pipeline import Pipeline

GOOGLE_API_KEY = "AIzaSyDOwhlpLULCByVvFgGQK7137613HkknE38"

try:
from kedro.io import CatalogProtocol
except ImportError: # pragma: no cover
Expand Down

0 comments on commit d6b1beb

Please sign in to comment.