
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
MWAA での環境変数設定パターン - Qiita
import airflow from airflow.models import DAG from airflow.operators.python import PythonOperator... import airflow from airflow.models import DAG from airflow.operators.python import PythonOperator import os from airflow.models import Variable import json args = { "owner": "airflow", "start_date": airflow.utils.dates.days_ago(1), "provide_context": False, "email_on_failure": True, "email_on_retry": True, "retries":1, "retry_delay":120 } def setvar_modules(): print("Starting here") with open('/us