python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
KubernetesPodOperator is not able to access the Airflow Connections stored in Google Secrets Manager
I am using the Composer version 2.0.0 Airflow 2.1.4 and I have created a KubernetesPodOperator that is trying to access the Airflow connection stored in the Google Secrets Manager. But it isn't able t...
tank
Votes: 0
Answers: 1
Accessing airflow KubernetesPodOperator environment variables
I am trying to pass environment variables to my container using env_vars parameters of the KubernetesPodOperator.
task_fetch = KubernetesPodOperator(
task_id=FETCH,
name=FETCH,...
Elie Ladias
Votes: 0
Answers: 0
bash command while loop only run once within Airflow kubernetespodoperator
I am trying to run one Kubernetes pod job 6 times. Each time it will print a number and sleep for 5 seconds. However, it only runs once, and then it stops. Here is the full code for the dag file:
from...
user2771708
Votes: 0
Answers: 1
How to configure Elyra to use another Jinja template when utilizing custom components?
I am trying to make Elyra to use a custom Jinja template for my custom component. I have tried modifying Elyra's configuration file for this two items:
c.ElyraApp.template_paths = ['/home/templates']...

el-aasi
Votes: 0
Answers: 1