Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Jul 29, 2024
1 parent b6c155c commit 92f0d4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dev/dags/jaffle_shop_kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,11 @@
https://astronomer.github.io/astronomer-cosmos/getting_started/kubernetes.html#kubernetes
"""
import os
from pathlib import Path

from airflow import DAG
from airflow.providers.cncf.kubernetes.secret import Secret
from pendulum import datetime

from cosmos import (
ProjectConfig,
ProfileConfig,
DbtSeedKubernetesOperator,
)
Expand Down
3 changes: 3 additions & 0 deletions scripts/test/kubernetes-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ kind load docker-image dbt-jaffle-shop:1.0.0

# Wait for the kind cluster to be in 'Ready' state
wait_for_nodes_ready

CONTEXT=$(kubectl config current-context)
echo $CONTEXT

0 comments on commit 92f0d4a

Please sign in to comment.