airbyte-agent-asana 0.19.18__tar.gz → 0.19.33__tar.gz

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.

Potentially problematic release.


This version of airbyte-agent-asana might be problematic. Click here for more details.

Files changed (110) hide show
  1. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/CHANGELOG.md +76 -1
  2. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/PKG-INFO +43 -19
  3. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/README.md +42 -18
  4. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/REFERENCE.md +67 -63
  5. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/__init__.py +5 -5
  6. airbyte_agent_asana-0.19.33/airbyte_agent_asana/_vendored/connector_sdk/cloud_utils/__init__.py +5 -0
  7. airbyte_agent_asana-0.19.33/airbyte_agent_asana/_vendored/connector_sdk/cloud_utils/client.py +213 -0
  8. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/connector_model_loader.py +31 -4
  9. airbyte_agent_asana-0.19.33/airbyte_agent_asana/_vendored/connector_sdk/executor/hosted_executor.py +197 -0
  10. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/executor/local_executor.py +39 -19
  11. {airbyte_agent_asana-0.19.18/airbyte_ai_asana → airbyte_agent_asana-0.19.33/airbyte_agent_asana}/_vendored/connector_sdk/extensions.py +39 -0
  12. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/http_client.py +50 -43
  13. airbyte_agent_asana-0.19.33/airbyte_agent_asana/_vendored/connector_sdk/introspection.py +262 -0
  14. {airbyte_agent_asana-0.19.18/airbyte_ai_asana → airbyte_agent_asana-0.19.33/airbyte_agent_asana}/_vendored/connector_sdk/schema/base.py +2 -1
  15. {airbyte_agent_asana-0.19.18/airbyte_ai_asana → airbyte_agent_asana-0.19.33/airbyte_agent_asana}/_vendored/connector_sdk/schema/components.py +2 -1
  16. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/schema/security.py +10 -0
  17. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/telemetry/config.py +1 -1
  18. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/types.py +6 -0
  19. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/connector.py +102 -19
  20. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/connector_model.py +9 -9
  21. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/models.py +23 -23
  22. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/pyproject.toml +1 -1
  23. airbyte_agent_asana-0.19.18/airbyte_agent_asana/_vendored/connector_sdk/executor/hosted_executor.py +0 -188
  24. airbyte_agent_asana-0.19.18/airbyte_agent_asana/_vendored/connector_sdk/extensions.py +0 -655
  25. airbyte_agent_asana-0.19.18/airbyte_agent_asana/_vendored/connector_sdk/schema/base.py +0 -160
  26. airbyte_agent_asana-0.19.18/airbyte_agent_asana/_vendored/connector_sdk/schema/components.py +0 -238
  27. airbyte_agent_asana-0.19.18/airbyte_ai_asana/__init__.py +0 -145
  28. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/__init__.py +0 -1
  29. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/__init__.py +0 -82
  30. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/auth_strategies.py +0 -1123
  31. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/auth_template.py +0 -135
  32. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/config_loader.py +0 -938
  33. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/constants.py +0 -78
  34. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/exceptions.py +0 -23
  35. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/executor/__init__.py +0 -31
  36. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/executor/hosted_executor.py +0 -188
  37. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/executor/local_executor.py +0 -1493
  38. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/executor/models.py +0 -190
  39. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/http/__init__.py +0 -37
  40. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/http/adapters/__init__.py +0 -9
  41. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -251
  42. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/http/config.py +0 -98
  43. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/http/exceptions.py +0 -119
  44. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/http/protocols.py +0 -114
  45. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/http/response.py +0 -102
  46. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/http_client.py +0 -679
  47. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/logging/__init__.py +0 -11
  48. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/logging/logger.py +0 -264
  49. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/logging/types.py +0 -92
  50. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/observability/__init__.py +0 -11
  51. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/observability/models.py +0 -19
  52. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/observability/redactor.py +0 -81
  53. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/observability/session.py +0 -94
  54. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/performance/__init__.py +0 -6
  55. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/performance/instrumentation.py +0 -57
  56. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/performance/metrics.py +0 -93
  57. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/schema/__init__.py +0 -75
  58. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/schema/connector.py +0 -131
  59. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/schema/extensions.py +0 -109
  60. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/schema/operations.py +0 -146
  61. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/schema/security.py +0 -213
  62. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/secrets.py +0 -182
  63. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/telemetry/__init__.py +0 -10
  64. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/telemetry/config.py +0 -32
  65. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/telemetry/events.py +0 -58
  66. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/telemetry/tracker.py +0 -151
  67. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/types.py +0 -239
  68. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/utils.py +0 -60
  69. airbyte_agent_asana-0.19.18/airbyte_ai_asana/_vendored/connector_sdk/validation.py +0 -819
  70. airbyte_agent_asana-0.19.18/airbyte_ai_asana/connector.py +0 -1782
  71. airbyte_agent_asana-0.19.18/airbyte_ai_asana/connector.yaml +0 -2088
  72. airbyte_agent_asana-0.19.18/airbyte_ai_asana/models.py +0 -744
  73. airbyte_agent_asana-0.19.18/airbyte_ai_asana/types.py +0 -195
  74. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/.gitignore +0 -0
  75. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/__init__.py +0 -0
  76. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/__init__.py +0 -0
  77. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/auth_strategies.py +0 -0
  78. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/auth_template.py +0 -0
  79. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/constants.py +0 -0
  80. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/exceptions.py +0 -0
  81. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/executor/__init__.py +0 -0
  82. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/executor/models.py +0 -0
  83. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/http/__init__.py +0 -0
  84. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
  85. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
  86. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/http/config.py +0 -0
  87. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/http/exceptions.py +0 -0
  88. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/http/protocols.py +0 -0
  89. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/http/response.py +0 -0
  90. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/logging/__init__.py +0 -0
  91. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/logging/logger.py +0 -0
  92. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/logging/types.py +0 -0
  93. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/observability/__init__.py +0 -0
  94. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/observability/models.py +0 -0
  95. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/observability/redactor.py +0 -0
  96. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/observability/session.py +0 -0
  97. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/performance/__init__.py +0 -0
  98. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/performance/instrumentation.py +0 -0
  99. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/performance/metrics.py +0 -0
  100. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/schema/__init__.py +0 -0
  101. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/schema/connector.py +0 -0
  102. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/schema/extensions.py +0 -0
  103. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/schema/operations.py +0 -0
  104. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/secrets.py +0 -0
  105. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/telemetry/__init__.py +0 -0
  106. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/telemetry/events.py +0 -0
  107. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/telemetry/tracker.py +0 -0
  108. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/utils.py +0 -0
  109. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/_vendored/connector_sdk/validation.py +0 -0
  110. {airbyte_agent_asana-0.19.18 → airbyte_agent_asana-0.19.33}/airbyte_agent_asana/types.py +0 -0
@@ -1,4 +1,79 @@
1
- # Changelog
1
+ # Asana changelog
2
+
3
+ ## [0.19.33] - 2026-01-09
4
+ - Updated connector definition (YAML version 0.1.6)
5
+ - Source commit: 3bcb33e8
6
+ - SDK version: 0.1.0
7
+
8
+ ## [0.19.32] - 2026-01-09
9
+ - Updated connector definition (YAML version 0.1.6)
10
+ - Source commit: da9b741b
11
+ - SDK version: 0.1.0
12
+
13
+ ## [0.19.31] - 2026-01-07
14
+ - Updated connector definition (YAML version 0.1.6)
15
+ - Source commit: d023e05f
16
+ - SDK version: 0.1.0
17
+
18
+ ## [0.19.30] - 2026-01-06
19
+ - Updated connector definition (YAML version 0.1.6)
20
+ - Source commit: 0580c727
21
+ - SDK version: 0.1.0
22
+
23
+ ## [0.19.29] - 2026-01-06
24
+ - Updated connector definition (YAML version 0.1.6)
25
+ - Source commit: e0e2f989
26
+ - SDK version: 0.1.0
27
+
28
+ ## [0.19.28] - 2026-01-05
29
+ - Updated connector definition (YAML version 0.1.6)
30
+ - Source commit: 3e274293
31
+ - SDK version: 0.1.0
32
+
33
+ ## [0.19.27] - 2025-12-22
34
+ - Updated connector definition (YAML version 0.1.6)
35
+ - Source commit: 0eb1b1c4
36
+ - SDK version: 0.1.0
37
+
38
+ ## [0.19.26] - 2025-12-19
39
+ - Updated connector definition (YAML version 0.1.5)
40
+ - Source commit: 12f6b994
41
+ - SDK version: 0.1.0
42
+
43
+ ## [0.19.25] - 2025-12-19
44
+ - Updated connector definition (YAML version 0.1.5)
45
+ - Source commit: 5d11bfdf
46
+ - SDK version: 0.1.0
47
+
48
+ ## [0.19.24] - 2025-12-19
49
+ - Updated connector definition (YAML version 0.1.5)
50
+ - Source commit: e996e848
51
+ - SDK version: 0.1.0
52
+
53
+ ## [0.19.23] - 2025-12-19
54
+ - Updated connector definition (YAML version 0.1.5)
55
+ - Source commit: 07f8a58d
56
+ - SDK version: 0.1.0
57
+
58
+ ## [0.19.22] - 2025-12-18
59
+ - Updated connector definition (YAML version 0.1.4)
60
+ - Source commit: f7c55d3e
61
+ - SDK version: 0.1.0
62
+
63
+ ## [0.19.21] - 2025-12-17
64
+ - Updated connector definition (YAML version 0.1.4)
65
+ - Source commit: af456521
66
+ - SDK version: 0.1.0
67
+
68
+ ## [0.19.20] - 2025-12-17
69
+ - Updated connector definition (YAML version 0.1.4)
70
+ - Source commit: 6a6c981e
71
+ - SDK version: 0.1.0
72
+
73
+ ## [0.19.19] - 2025-12-15
74
+ - Updated connector definition (YAML version 0.1.4)
75
+ - Source commit: c4c39c27
76
+ - SDK version: 0.1.0
2
77
 
3
78
  ## [0.19.18] - 2025-12-15
4
79
  - Updated connector definition (YAML version 0.1.4)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: airbyte-agent-asana
3
- Version: 0.19.18
3
+ Version: 0.19.33
4
4
  Summary: Airbyte Asana Connector for AI platforms
5
5
  Project-URL: Homepage, https://github.com/airbytehq/airbyte-embedded
6
6
  Project-URL: Documentation, https://github.com/airbytehq/airbyte-embedded/tree/main/integrations
@@ -32,27 +32,31 @@ Requires-Dist: pyyaml>=6.0
32
32
  Requires-Dist: segment-analytics-python>=2.2.0
33
33
  Description-Content-Type: text/markdown
34
34
 
35
- # Airbyte Asana AI Connector
35
+ # Asana agent connector
36
36
 
37
37
  Asana is a work management platform that helps teams organize, track, and manage
38
38
  projects and tasks. This connector provides access to tasks, projects, workspaces,
39
39
  teams, and users for project tracking, workload analysis, and productivity insights.
40
40
 
41
41
 
42
- ## Example Questions
42
+ ## Example questions
43
+
44
+ The Asana connector is optimized to handle prompts like these.
43
45
 
44
46
  - What tasks are assigned to me this week?
45
47
  - List all projects in my workspace
46
48
  - Summarize my team's workload and task completion rates
47
- - Show me the tasks for the [ProjectName] project
48
- - Who are the team members in my [TeamName] team?
49
- - Find all tasks related to [ClientName] across my workspaces
49
+ - Show me the tasks for the \{project_name\} project
50
+ - Who are the team members in my \{team_name\} team?
51
+ - Find all tasks related to \{client_name\} across my workspaces
50
52
  - Analyze the most active projects in my workspace last month
51
53
  - Compare task completion rates between my different teams
52
54
  - Identify overdue tasks across all my projects
53
55
  - Show me details of my current workspace and its users
54
56
 
55
- ## Unsupported Questions
57
+ ## Unsupported questions
58
+
59
+ The Asana connector isn't currently able to handle prompts like these.
56
60
 
57
61
  - Create a new task for [TeamMember]
58
62
  - Update the priority of this task
@@ -69,21 +73,43 @@ uv pip install airbyte-agent-asana
69
73
 
70
74
  ## Usage
71
75
 
76
+ This connector supports multiple authentication methods:
77
+
78
+ ### OAuth 2
79
+
72
80
  ```python
73
- from airbyte_agent_asana import AsanaConnector, AsanaAuthConfig
81
+ from airbyte_agent_asana import AsanaConnector
82
+ from airbyte_agent_asana.models import AsanaOauth2AuthConfig
74
83
 
75
84
  connector = AsanaConnector(
76
- auth_config=AsanaAuthConfig(
85
+ auth_config=AsanaOauth2AuthConfig(
77
86
  access_token="...",
78
87
  refresh_token="...",
79
88
  client_id="...",
80
89
  client_secret="..."
81
90
  )
82
91
  )
83
- result = connector.tasks.list()
92
+ result = await connector.tasks.list()
93
+ ```
94
+
95
+ ### Personal Access Token
96
+
97
+ ```python
98
+ from airbyte_agent_asana import AsanaConnector
99
+ from airbyte_agent_asana.models import AsanaPersonalAccessTokenAuthConfig
100
+
101
+ connector = AsanaConnector(
102
+ auth_config=AsanaPersonalAccessTokenAuthConfig(
103
+ token="..."
104
+ )
105
+ )
106
+ result = await connector.tasks.list()
84
107
  ```
85
108
 
86
- ## Documentation
109
+
110
+ ## Full documentation
111
+
112
+ This connector supports the following entities and actions.
87
113
 
88
114
  | Entity | Actions |
89
115
  |--------|---------|
@@ -111,14 +137,12 @@ result = connector.tasks.list()
111
137
  | Task Dependents | [List](./REFERENCE.md#task-dependents-list) |
112
138
 
113
139
 
114
- For detailed documentation on available actions and parameters, see [REFERENCE.md](./REFERENCE.md).
115
-
116
- For the service's official API docs, see [Asana API Reference](https://developers.asana.com/reference/rest-api-reference).
117
-
118
- ## Version Information
140
+ For detailed documentation on available actions and parameters, see this connector's [full reference documentation](./REFERENCE.md).
119
141
 
120
- **Package Version:** 0.19.18
142
+ For the service's official API docs, see the [Asana API reference](https://developers.asana.com/reference/rest-api-reference).
121
143
 
122
- **Connector Version:** 0.1.4
144
+ ## Version information
123
145
 
124
- **Generated with connector-sdk:** 85f4e6b03728cce87761a48e33f02aab68255baf
146
+ - **Package version:** 0.19.33
147
+ - **Connector version:** 0.1.6
148
+ - **Generated with Connector SDK commit SHA:** 3bcb33e8122bbe7f7e52f786cc94c8d2f3ba9e12
@@ -1,24 +1,28 @@
1
- # Airbyte Asana AI Connector
1
+ # Asana agent connector
2
2
 
3
3
  Asana is a work management platform that helps teams organize, track, and manage
4
4
  projects and tasks. This connector provides access to tasks, projects, workspaces,
5
5
  teams, and users for project tracking, workload analysis, and productivity insights.
6
6
 
7
7
 
8
- ## Example Questions
8
+ ## Example questions
9
+
10
+ The Asana connector is optimized to handle prompts like these.
9
11
 
10
12
  - What tasks are assigned to me this week?
11
13
  - List all projects in my workspace
12
14
  - Summarize my team's workload and task completion rates
13
- - Show me the tasks for the [ProjectName] project
14
- - Who are the team members in my [TeamName] team?
15
- - Find all tasks related to [ClientName] across my workspaces
15
+ - Show me the tasks for the \{project_name\} project
16
+ - Who are the team members in my \{team_name\} team?
17
+ - Find all tasks related to \{client_name\} across my workspaces
16
18
  - Analyze the most active projects in my workspace last month
17
19
  - Compare task completion rates between my different teams
18
20
  - Identify overdue tasks across all my projects
19
21
  - Show me details of my current workspace and its users
20
22
 
21
- ## Unsupported Questions
23
+ ## Unsupported questions
24
+
25
+ The Asana connector isn't currently able to handle prompts like these.
22
26
 
23
27
  - Create a new task for [TeamMember]
24
28
  - Update the priority of this task
@@ -35,21 +39,43 @@ uv pip install airbyte-agent-asana
35
39
 
36
40
  ## Usage
37
41
 
42
+ This connector supports multiple authentication methods:
43
+
44
+ ### OAuth 2
45
+
38
46
  ```python
39
- from airbyte_agent_asana import AsanaConnector, AsanaAuthConfig
47
+ from airbyte_agent_asana import AsanaConnector
48
+ from airbyte_agent_asana.models import AsanaOauth2AuthConfig
40
49
 
41
50
  connector = AsanaConnector(
42
- auth_config=AsanaAuthConfig(
51
+ auth_config=AsanaOauth2AuthConfig(
43
52
  access_token="...",
44
53
  refresh_token="...",
45
54
  client_id="...",
46
55
  client_secret="..."
47
56
  )
48
57
  )
49
- result = connector.tasks.list()
58
+ result = await connector.tasks.list()
59
+ ```
60
+
61
+ ### Personal Access Token
62
+
63
+ ```python
64
+ from airbyte_agent_asana import AsanaConnector
65
+ from airbyte_agent_asana.models import AsanaPersonalAccessTokenAuthConfig
66
+
67
+ connector = AsanaConnector(
68
+ auth_config=AsanaPersonalAccessTokenAuthConfig(
69
+ token="..."
70
+ )
71
+ )
72
+ result = await connector.tasks.list()
50
73
  ```
51
74
 
52
- ## Documentation
75
+
76
+ ## Full documentation
77
+
78
+ This connector supports the following entities and actions.
53
79
 
54
80
  | Entity | Actions |
55
81
  |--------|---------|
@@ -77,14 +103,12 @@ result = connector.tasks.list()
77
103
  | Task Dependents | [List](./REFERENCE.md#task-dependents-list) |
78
104
 
79
105
 
80
- For detailed documentation on available actions and parameters, see [REFERENCE.md](./REFERENCE.md).
81
-
82
- For the service's official API docs, see [Asana API Reference](https://developers.asana.com/reference/rest-api-reference).
83
-
84
- ## Version Information
106
+ For detailed documentation on available actions and parameters, see this connector's [full reference documentation](./REFERENCE.md).
85
107
 
86
- **Package Version:** 0.19.18
108
+ For the service's official API docs, see the [Asana API reference](https://developers.asana.com/reference/rest-api-reference).
87
109
 
88
- **Connector Version:** 0.1.4
110
+ ## Version information
89
111
 
90
- **Generated with connector-sdk:** 85f4e6b03728cce87761a48e33f02aab68255baf
112
+ - **Package version:** 0.19.33
113
+ - **Connector version:** 0.1.6
114
+ - **Generated with Connector SDK commit SHA:** 3bcb33e8122bbe7f7e52f786cc94c8d2f3ba9e12