airflow-chat 0.1.0a2__py3-none-any.whl → 0.1.0a3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: airflow-chat
3
- Version: 0.1.0a2
3
+ Version: 0.1.0a3
4
4
  Summary: An Apache Airflow plugin that enables AI-powered chat interactions with your Airflow instance through MCP integration and an intuitive UI.
5
5
  License: MIT
6
6
  Author: Hipposys
@@ -19,8 +19,8 @@ airflow_chat/plugins/app/utils/config.py,sha256=l0FfBlneeTdI69X9tGXFblMH8EQPVVrJ
19
19
  airflow_chat/plugins/app/utils/logger.py,sha256=EC_bekFeVJHVKwGABffDhXSrpHqgm8r00Q27WETuo90,1056
20
20
  airflow_chat/plugins/app/utils/singleton.py,sha256=bQCsVc8XPpM6etUbbg2_bKKReCjLm0bFh6OgXmoBO0I,1789
21
21
  airflow_chat/plugins/templates/chat_interface.html,sha256=ZnMeIeaknXf7ZQI7PRV6fyxyzMsOMUz8KmMaX4k_mJo,18719
22
- airflow_chat-0.1.0a2.dist-info/LICENSE,sha256=XFYCNJc3ykWUpIIuB6uHwgnWKWUm3iez5vxgFF352as,1069
23
- airflow_chat-0.1.0a2.dist-info/METADATA,sha256=P_Mr3zE-lquNCJGW718GgxNa7QI88Q6lpQErf452bVo,1605
24
- airflow_chat-0.1.0a2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
25
- airflow_chat-0.1.0a2.dist-info/entry_points.txt,sha256=KzmeXDfhihgaLTQgh4vOz2ts7obTzZCg8CNgkHX1zaU,91
26
- airflow_chat-0.1.0a2.dist-info/RECORD,,
22
+ airflow_chat-0.1.0a3.dist-info/LICENSE,sha256=XFYCNJc3ykWUpIIuB6uHwgnWKWUm3iez5vxgFF352as,1069
23
+ airflow_chat-0.1.0a3.dist-info/METADATA,sha256=rFWE-EY0nQ-lM3pS3XVbiTKLZKbMoexXWembNCA9zao,1605
24
+ airflow_chat-0.1.0a3.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
25
+ airflow_chat-0.1.0a3.dist-info/entry_points.txt,sha256=kBsx-McWOPxyGQ7fQETHUlPt863-SkuW6rV-pl5aFn0,84
26
+ airflow_chat-0.1.0a3.dist-info/RECORD,,
@@ -0,0 +1,3 @@
1
+ [airflow.plugins]
2
+ airflow_chat=airflow_chat.plugins.airflow_chat:AirflowChatPlugin
3
+
@@ -1,3 +0,0 @@
1
- [airflow.plugins]
2
- airflow-chat-plugin=airflow_chat.plugins.airflow_chat:AirflowChatPlugin
3
-