進階 AI 輔助程式開發
Thalia Barrera
AI Engineering Curriculum Manager, DataCamp


# pipeline_config.yaml
pipeline:
name: user_events_etl
version: "1.0"
source:
type: mongodb_atlas
collection: raw_events
batch_size: 500
transform:
drop_nulls: true
normalize_timestamps: true
destination:
type: postgres
table: processed_events
mode: append



🤖 設定格式提示詞:
你是一名資深開發者,負責可維護性。
我們需要為管線建立設定檔。根據你先前的分析與專案結構,比較 JSON、YAML、TOML 在可維護性、複雜度與生態系適配上的差異。請推薦一個預設格式,並說明原因,以及何時其他格式更好。





🤖 CI/CD 策略提示詞:
你負責生產程式碼庫的設定管理。請提出策略:
請實作設定管理策略。產生 CONFIG.md 說明文件,讓大家都能使用。

進階 AI 輔助程式開發