tests.system.apache.kylin.example_kylin
使用 SQLExecuteQueryOperator 和 monkey patching 的 Apache Kylin 示例 DAG。
此 DAG 演示了如何使用 SQLExecuteQueryOperator 对 Apache Kylin 运行 SQL 查询。顶部应用了一个 monkey patch,用于修补 KylinHook,使其与 SQLExecuteQueryOperator 兼容。
模块内容
-
tests.system.apache.kylin.example_kylin.DAG_ID = 'example_kylin'[源代码]
-
tests.system.apache.kylin.example_kylin.create_table_kylin_task[源代码]
-
tests.system.apache.kylin.example_kylin.test_run[源代码]