Auto-sync: 2026-02-28 05:00:03
This commit is contained in:
18
workflows/f/weather/weather_sync__flow/flow.yaml
Normal file
18
workflows/f/weather/weather_sync__flow/flow.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
summary: Weather Sync - 気象データ日次同期
|
||||
description: Open-Meteo から昨日の気象データを取得し、Keinasystem DB に保存する。毎朝6時実行。
|
||||
value:
|
||||
modules:
|
||||
- id: a
|
||||
summary: 気象データ取得・同期
|
||||
value:
|
||||
type: rawscript
|
||||
content: '!inline 気象データ取得・同期.py'
|
||||
input_transforms: {}
|
||||
lock: '!inline 気象データ取得・同期.lock'
|
||||
language: python3
|
||||
schema:
|
||||
$schema: 'https://json-schema.org/draft/2020-12/schema'
|
||||
type: object
|
||||
order: []
|
||||
properties: {}
|
||||
required: []
|
||||
Reference in New Issue
Block a user