Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

feat(collection): introduce collection component #353

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Conversation

donch1989
Copy link
Member

Because

  • Users may need to perform data declaration or manipulation.

This commit

  • Introduces the collection component with TASK_DECLARE and TASK_APPEND_ARRAY tasks.
  • TASK_DECLARE is used to declare a data variable.
  • TASK_APPEND_ARRAY is used to append data to an existing array.

Copy link

linear bot commented Sep 23, 2024

@donch1989 donch1989 merged commit b6dc714 into main Sep 23, 2024
9 checks passed
@donch1989 donch1989 deleted the huitang/ins-6293 branch September 23, 2024 03:53
donch1989 added a commit that referenced this pull request Sep 23, 2024
Because

- Users may need to perform data declaration or manipulation.

This commit

- Introduces the `collection` component with `TASK_ASSIGN` and
`TASK_APPEND_ARRAY` tasks.
- `TASK_ASSIGN` is used to assign a data.
- `TASK_APPEND_ARRAY` is used to append data to an existing array.
donch1989 pushed a commit that referenced this pull request Sep 24, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.28.0-beta](v0.27.5-beta...v0.28.0-beta)
(2024-09-24)


### Features

* **ai:** build standardised ai component
([#344](#344))
([e46d228](e46d228))
* **collection:** introduce `collection` component
([#353](#353))
([dac1850](dac1850))
* **collection:** introduce TASK_UNION, TASK_INTERSECTION and
TASK_DIFFERENCE
([#357](#357))
([1b68dad](1b68dad))
* **document:** support xls and csv
([#337](#337))
([892c51f](892c51f))
* **instillapp:** implement read and write chat message task
([#348](#348))
([2c8a6a0](2c8a6a0))
* **integration:** support OAuth connection in Slack and GitHub
components ([#349](#349))
([2527767](2527767))


### Bug Fixes

* **compogen:** fix wrong anchors and missing object descriptions
([#356](#356))
([315ef6c](315ef6c))
* **instillartifact:** fix bugs
([#352](#352))
([d916f3b](d916f3b))
* patch asana component bugs when calling real api
([#328](#328))
([a821f47](a821f47))
* **web:** fix bugs related to web operator
([#351](#351))
([c390a6f](c390a6f))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Status: 👋 Done
Development

Successfully merging this pull request may close these issues.

2 participants