lookup_concept
Find Prefect equivalents and translation rules for any Airflow concept, with fallback built-in mappings when needed.
Instructions
Look up Airflow→Prefect translation knowledge for a concept.
Searches Colin-compiled knowledge for operators, patterns, connections, and core concepts. Falls back to built-in mappings if Colin output is not available.
Args: concept: The Airflow concept to look up (e.g. "PythonOperator", "XCom", "TaskGroup", "postgres_default").
Returns: JSON with concept_type, airflow info, prefect_equivalent, translation_rules, and source ("colin" or "fallback").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| concept | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |