Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Components] apify #11525

Closed
pipedream-component-development opened this issue Apr 17, 2024 · 3 comments · Fixed by #11997
Closed

[Components] apify #11525

pipedream-component-development opened this issue Apr 17, 2024 · 3 comments · Fixed by #11997
Assignees
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee

Comments

@pipedream-component-development
Copy link
Collaborator

pipedream-component-development commented Apr 17, 2024

apify

URLs

Polling Sources

new-finished-actor-run-instant

Prompt

Emit new event when a selected actor is run and finishes. Props include a required actorId to identify the actor. An optional prop could be a runStatus to filter runs based on their status.

URLs

new-finished-task-run-instant

Prompt

Emit new event when a selected task is run and finishes. Props include a required taskId to identify the task. An optional prop could be a runStatus to filter runs based on their status.

URLs

Actions

run-actor

Prompt

Perform an execution of a selected actor in Apify. The prop required is the 'actor Id' to select the specific actor.

URLs

set-key-value-store-record

Prompt

Create or update a record in the key-value store of Apify. It requires two props: 'Key' to denote the record and 'Value' for updating or creating the new record.

URLs

scrape-single-url

Prompt

Execute a scraper on a specific website and return its content as text. This action is perfect for extracting content from a single page. The prop required is 'URL' to denote the web page to scrape.

URLs

@dylburger dylburger added the triaged For maintainers: This issue has been triaged by a Pipedream employee label Apr 17, 2024
@luancazarine luancazarine self-assigned this May 17, 2024
luancazarine added a commit that referenced this issue May 20, 2024
Sources
 - New Finished Actor Run (Instant)
 - New Finished Task Run (Instant)

Ations
 - Run Actor
 - Scrape Single URL
 - Set Key-Value Store Record
@luancazarine luancazarine moved this from Doing to Ready for PR review in Component (Source and Action) Backlog May 20, 2024
@jcortes jcortes moved this from Ready for PR review to Ready for QA in Component (Source and Action) Backlog May 20, 2024
@vunguyenhung vunguyenhung moved this from Ready for QA to In QA in Component (Source and Action) Backlog May 21, 2024
@vunguyenhung vunguyenhung moved this from In QA to Changes Required in Component (Source and Action) Backlog May 21, 2024
@vunguyenhung
Copy link
Collaborator

Hello everyone, I have tested this PR and there're some test cases failed or needed improvement.

Please check the test report below for more information
https://vunguyenhung.notion.site/Components-apify-f6307b38f18a44f3a70d0f7356543f53

@luancazarine luancazarine moved this from Changes Required to Ready for QA in Component (Source and Action) Backlog May 21, 2024
@vunguyenhung vunguyenhung moved this from Ready for QA to In QA in Component (Source and Action) Backlog May 22, 2024
@vunguyenhung vunguyenhung moved this from In QA to Changes Required in Component (Source and Action) Backlog May 22, 2024
@vunguyenhung
Copy link
Collaborator

Hello everyone, I have tested this PR and there're some test cases failed or needed improvement.

Please check the test report below for more information
https://vunguyenhung.notion.site/Components-apify-f6307b38f18a44f3a70d0f7356543f53

@luancazarine luancazarine moved this from Changes Required to Ready for QA in Component (Source and Action) Backlog May 23, 2024
@vunguyenhung vunguyenhung moved this from Ready for QA to In QA in Component (Source and Action) Backlog May 24, 2024
@vunguyenhung vunguyenhung moved this from In QA to Ready for release in Component (Source and Action) Backlog May 24, 2024
@vunguyenhung
Copy link
Collaborator

Hi everyone, all test cases are passed! Ready for release!

Test report
https://vunguyenhung.notion.site/Components-apify-f6307b38f18a44f3a70d0f7356543f53

luancazarine added a commit that referenced this issue May 24, 2024
* apify init

* [Components] apify #11525
Sources
 - New Finished Actor Run (Instant)
 - New Finished Task Run (Instant)

Ations
 - Run Actor
 - Scrape Single URL
 - Set Key-Value Store Record

* pnpm update

* fix const name

* some adjusts
Component (Source and Action) Backlog automation moved this from Ready for release to Done May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee
Development

Successfully merging a pull request may close this issue.

4 participants