Skip to content

Commit

Permalink
chore: add sanity check from plugin repository
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 12, 2025
1 parent 9a1c294 commit f7b3176
Show file tree
Hide file tree
Showing 105 changed files with 105 additions and 105 deletions.
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/advanced-scheduling.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: advanced-scheduling
namespace: company.team
namespace: sanitychecks
inputs:
- id: country
type: STRING
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/allow-failure-demo.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: allow-failure-demo
namespace: company.team
namespace: sanitychecks
tasks:
- id: allow_failure
type: io.kestra.plugin.core.flow.AllowFailure
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/api-python-sql.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: api-python-sql
namespace: company.team
namespace: sanitychecks
tasks:
- id: api
type: io.kestra.plugin.core.http.Request
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/api-to-s3.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: api-to-s3
namespace: company.team
namespace: sanitychecks
tasks:
- id: get_pokemon
type: io.kestra.plugin.core.http.Download
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/autoscraper.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: autoscraper
namespace: company.team
namespace: sanitychecks
tasks:
- id: scrape
type: io.kestra.plugin.scripts.python.Script
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: awscli-list-ecs-clusters
namespace: company.team
namespace: sanitychecks
tasks:
- id: awscli
type: io.kestra.plugin.aws.cli.AwsCLI
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/azure-cli.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: azure-cli
namespace: company.team
namespace: sanitychecks
tasks:
- id: list_azure_regions
type: io.kestra.plugin.azure.cli.AzCLI
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/business-automation.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: business-automation
namespace: tutorial
namespace: sanitychecks
description: Business Automation
tasks:
- id: working_directory
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/business-processes.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: business-processes
namespace: tutorial
namespace: sanitychecks
description: Business Processes
inputs:
- id: request.name
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/ci-cd-for-kestra-flows.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: ci-cd-for-kestra-flows
namespace: company.team
namespace: sanitychecks
tasks:
- id: deploy
type: io.kestra.plugin.core.flow.WorkingDirectory
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/ci-cd-github-webhook.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: ci-cd-github-webhook
namespace: company.team
namespace: sanitychecks
inputs:
- id: payload
type: JSON
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: cloudquery-sync-hn-to-parquet
namespace: company.team
namespace: sanitychecks
tasks:
- id: hn_to_parquet
type: io.kestra.plugin.cloudquery.CloudQueryCLI
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/cloudquery-sync.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: cloudquery-sync
namespace: company.team
namespace: sanitychecks
tasks:
- id: hn_to_duckdb
type: io.kestra.plugin.cloudquery.Sync
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/conditional-branching.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: conditional-branching
namespace: company.team
namespace: sanitychecks
inputs:
- id: parameter
type: STRING
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/create-bucket-flow.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: create-bucket-flow
namespace: company.team
namespace: sanitychecks
inputs:
- id: bucket
type: STRING
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/daily-flow.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: daily-flow
namespace: company.team
namespace: sanitychecks
tasks:
- id: log
type: io.kestra.plugin.core.log.Log
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: data-engineering-pipeline
namespace: tutorial
namespace: sanitychecks
description: Data Engineering Pipelines
inputs:
- id: columns_to_keep
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/dbt-duckdb.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: dbt-duckdb
namespace: company.team
namespace: sanitychecks
tasks:
- id: dbt
type: io.kestra.plugin.core.flow.WorkingDirectory
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/dbt-git-docker-duckdb.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: dbt-git-docker-duckdb
namespace: company.team
namespace: sanitychecks
tasks:
- id: dbt
type: io.kestra.plugin.core.flow.WorkingDirectory
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: dlt-elt-chess-api-to-duckdb
namespace: company.team
namespace: sanitychecks
tasks:
- id: chess_api_to_duckdb
type: io.kestra.plugin.scripts.python.Script
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/dlt-json-to-duckdb.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: dlt-json-to-duckdb
namespace: company.team
namespace: sanitychecks
tasks:
- id: dlt_pipeline
type: io.kestra.plugin.scripts.python.Script
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/docker-example.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: docker-example
namespace: company.team
namespace: sanitychecks
tasks:
- id: download
type: io.kestra.plugin.core.http.Download
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/docker-script-runner.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: docker-script-runner
namespace: company.team
namespace: sanitychecks
tasks:
- id: shell
type: io.kestra.plugin.scripts.shell.Commands
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/duckdb-query.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: duckdb-query
namespace: company.team
namespace: sanitychecks
tasks:
- id: download_csv
type: io.kestra.plugin.core.http.Download
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/dwh-and-analytics.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: dwh-and-analytics
namespace: tutorial
namespace: sanitychecks
description: Data Warehouse and Analytics
tasks:
- id: dbt
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/every-monday.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: every-monday
namespace: company.team
namespace: sanitychecks
tasks:
- id: log_trigger_or_execution_date
type: io.kestra.plugin.core.log.Log
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/file-processing.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: file-processing
namespace: tutorial
namespace: sanitychecks
description: File Processing
variables:
file_id: 202403
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/finally-failure-flow.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: finally-failure-flow
namespace: company.team
namespace: sanitychecks
tasks:
- id: log
type: io.kestra.plugin.core.execution.Fail
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/finally.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: finally
namespace: company.team
namespace: sanitychecks
tasks:
- id: log
type: io.kestra.plugin.core.log.Log
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: flow-condition-executionflow
namespace: company.team
namespace: sanitychecks
tasks:
- id: hello
type: io.kestra.plugin.core.log.Log
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: flow-condition-executionlabels
namespace: company.team
namespace: sanitychecks
tasks:
- id: send_email
type: io.kestra.plugin.notifications.mail.MailExecution
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: flow-condition-executionnamespace
namespace: company.team
namespace: sanitychecks
tasks:
- id: send_slack_message
type: io.kestra.plugin.notifications.slack.SlackExecution
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: flow-condition-executionstatus
namespace: company.team
namespace: sanitychecks
tasks:
- id: send_slack_message
type: io.kestra.plugin.notifications.slack.SlackExecution
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: flow-condition-hastretryattempt
namespace: company.team
namespace: sanitychecks
tasks:
- id: send_slack_message
type: io.kestra.plugin.notifications.slack.SlackExecution
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/flow-condition-not.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: flow-condition-not
namespace: company.team
namespace: sanitychecks
tasks:
- id: hello
type: io.kestra.plugin.core.log.Log
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/gcloud-cli-flow.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: gcloud-cli-flow
namespace: company.team
namespace: sanitychecks
tasks:
- id: gcloud_cli
type: io.kestra.plugin.gcp.cli.GCloudCLI
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: generate-pdf-with-gotenberg
namespace: company.team
namespace: sanitychecks
variables:
server: https://demo.gotenberg.dev
template: https://sparksuite.github.io/simple-html-invoice-template/
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/git-python.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: git-python
namespace: company.team
namespace: sanitychecks
tasks:
- id: python_scripts
type: io.kestra.plugin.core.flow.WorkingDirectory
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/hello-world.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: hello-world
namespace: tutorial
namespace: sanitychecks
description: Hello World
inputs:
- id: user
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: infrastructure-automation
namespace: tutorial
namespace: sanitychecks
description: Infrastructure Automation
inputs:
- id: docker_image
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/input-file.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: input-file
namespace: company.team
namespace: sanitychecks
inputs:
- id: text_file
type: FILE
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/limit-memory.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: limit-memory
namespace: company.team
namespace: sanitychecks
tasks:
- id: docker_memory
type: io.kestra.plugin.scripts.python.Script
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: load-multiple-csv-files-into-excel
namespace: company.team
namespace: sanitychecks
tasks:
- id: dataset1
type: io.kestra.plugin.core.http.Download
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/log-flow.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: log-flow
namespace: company.team
namespace: sanitychecks
tasks:
- id: log
type: io.kestra.plugin.core.log.Log
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/loguru.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: loguru
namespace: company.team
namespace: sanitychecks
inputs:
- id: nr_logs
type: INT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: metrics-from-shell-commands
namespace: company.team
namespace: sanitychecks
tasks:
- id: process
type: io.kestra.plugin.scripts.shell.Commands
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/microservices-and-apis.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: microservices-and-apis
namespace: tutorial
namespace: sanitychecks
description: Microservices and APIs
inputs:
- id: server_uri
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/node-custom-package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: node-custom-package
namespace: company.team
namespace: sanitychecks
tasks:
- id: script
type: io.kestra.plugin.scripts.node.Script
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: notify-about-github-stars-via-slack
namespace: company.team
namespace: sanitychecks
inputs:
- id: repo
type: STRING
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: openai-dall-e-create-image
namespace: company.team
namespace: sanitychecks
tasks:
- id: puppy
type: io.kestra.plugin.openai.CreateImage
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/openai.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: openai
namespace: company.team
namespace: sanitychecks
tasks:
- id: prompt
type: io.kestra.plugin.openai.ChatCompletion
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: outputs-from-shell-commands
namespace: company.team
namespace: sanitychecks
tasks:
- id: process
type: io.kestra.plugin.scripts.shell.Commands
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/papermill-notebook.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: papermill-notebook
namespace: company.team
namespace: sanitychecks
tasks:
- id: python
type: io.kestra.plugin.scripts.python.Commands
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/parallel-files.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: parallel-files
namespace: company.team
namespace: sanitychecks
tasks:
- id: bash
type: io.kestra.plugin.scripts.shell.Commands
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/parallel-python.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: parallel-python
namespace: company.team
namespace: sanitychecks
tasks:
- id: parallel
type: io.kestra.plugin.core.flow.ForEach
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/parallel-sequences.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: parallel-sequences
namespace: company.team
namespace: sanitychecks
tasks:
- id: parallel
type: io.kestra.plugin.core.flow.Parallel
Expand Down
2 changes: 1 addition & 1 deletion sanitychecks/flows/blueprints/parallel-tasks.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: parallel-tasks
namespace: company.team
namespace: sanitychecks
tasks:
- id: parallel
type: io.kestra.plugin.core.flow.Parallel
Expand Down
Loading

0 comments on commit f7b3176

Please sign in to comment.