You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Essentially, we construct a query based on schema properties; however, some fields in the schema are conditional.
83
-
# These conditional fields can be obtained by defining them as inline fragments (The docs: https://spec.graphql.org/October2021/#sec-Inline-Fragments).
84
-
# This is an example of a query built for the Items stream, with a `display_value` property defined as an `MirrorValue` inline fragment:
85
-
# query {
86
-
# boards (limit:1) {
87
-
# items_page (limit:20) {
88
-
# <a field>,
89
-
# ...,
90
-
# column_values {
91
-
# id,
92
-
# text,
93
-
# type,
94
-
# value,
95
-
# ... on MirrorValue {display_value}
96
-
# }
97
-
# }
98
-
# }
99
-
# }
100
-
# When constructing a query, we replace the `display_value` field with the `... on MirrorValue {display_value}` inline fragment.
| 2.1.0 | 2024-04-03 |[36746](https://github.com/airbytehq/airbyte/pull/36746)| Pin airbyte-cdk version to `^0`|
79
-
| 2.0.4 | 2024-02-28 |[35696](https://github.com/airbytehq/airbyte/pull/35696)| Fix extraction for `null` value in stream `Activity logs`|
80
-
| 2.0.3 | 2024-02-21 |[35506](https://github.com/airbytehq/airbyte/pull/35506)| Support for column values of the mirror type for the `Items` stream. |
81
-
| 2.0.2 | 2024-02-12 |[35146](https://github.com/airbytehq/airbyte/pull/35146)| Manage dependencies with Poetry. |
82
-
| 2.0.1 | 2024-02-08 |[35016](https://github.com/airbytehq/airbyte/pull/35016)| Migrated to the latest airbyte cdk |
83
-
| 2.0.0 | 2024-01-12 |[34108](https://github.com/airbytehq/airbyte/pull/34108)| Migrated to the latest API version: 2024-01 |
84
-
| 1.1.4 | 2023-12-13 |[33448](https://github.com/airbytehq/airbyte/pull/33448)| Increase test coverage and migrate to base image |
85
-
| 1.1.3 | 2023-09-23 |[30248](https://github.com/airbytehq/airbyte/pull/30248)| Add new field "type" to board stream |
| 2.1.2 | 2024-04-30 |[37722](https://github.com/airbytehq/airbyte/pull/37722)| Fetch `display_value` field for column values of `Mirror`, `Dependency` and `Connect Board` types |
| 2.1.0 | 2024-04-03 |[36746](https://github.com/airbytehq/airbyte/pull/36746)| Pin airbyte-cdk version to `^0`|
80
+
| 2.0.4 | 2024-02-28 |[35696](https://github.com/airbytehq/airbyte/pull/35696)| Fix extraction for `null` value in stream `Activity logs`|
81
+
| 2.0.3 | 2024-02-21 |[35506](https://github.com/airbytehq/airbyte/pull/35506)| Support for column values of the mirror type for the `Items` stream. |
82
+
| 2.0.2 | 2024-02-12 |[35146](https://github.com/airbytehq/airbyte/pull/35146)| Manage dependencies with Poetry. |
83
+
| 2.0.1 | 2024-02-08 |[35016](https://github.com/airbytehq/airbyte/pull/35016)| Migrated to the latest airbyte cdk |
84
+
| 2.0.0 | 2024-01-12 |[34108](https://github.com/airbytehq/airbyte/pull/34108)| Migrated to the latest API version: 2024-01 |
85
+
| 1.1.4 | 2023-12-13 |[33448](https://github.com/airbytehq/airbyte/pull/33448)| Increase test coverage and migrate to base image |
86
+
| 1.1.3 | 2023-09-23 |[30248](https://github.com/airbytehq/airbyte/pull/30248)| Add new field "type" to board stream |
0 commit comments