Skip to content

Commit b03ef6c

Browse files
authored
fix: no more namespace in file name (#2)
1 parent ee4527c commit b03ef6c

File tree

464 files changed

+240
-13440
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

464 files changed

+240
-13440
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.idea
2-
.wip
2+
.wip
3+
*.py

company.team.add_items_to_dynamodb.yml add-items-to-dynamodb.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: add_items_to_dynamodb
1+
id: add-items-to-dynamodb
22
namespace: company.team
33
tasks:
44
- id: first_item_as_map

company.team.advanced_scheduling.yaml advanced-scheduling.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: advanced_scheduling
1+
id: advanced-scheduling
22
namespace: company.team
33
inputs:
44
- id: country

company.team.airbyte_cloud_dbt_cloud.yaml airbyte-cloud-dbt-cloud.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: airbyte_cloud_dbt_cloud
1+
id: airbyte-cloud-dbt-cloud
22
namespace: company.team
33
tasks:
44
- id: data_ingestion

company.team.airbyte_cloud_dbt.yaml airbyte-cloud-dbt.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: airbyte_cloud_dbt
1+
id: airbyte-cloud-dbt
22
namespace: company.team
33
tasks:
44
- id: data_ingestion

company.team.airbyte_cloud_sync.yaml airbyte-cloud-sync.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: airbyte_cloud_sync
1+
id: airbyte-cloud-sync
22
namespace: company.team
33
tasks:
44
- id: data_ingestion

company.team.airbyte_sync_parallel_with_dbt.yaml airbyte-sync-parallel-with-dbt.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: airbyte_sync_parallel_with_dbt
1+
id: airbyte-sync-parallel-with-dbt
22
namespace: company.team
33
tasks:
44
- id: data_ingestion

company.team.airbyte_sync_parallel.yaml airbyte-sync-parallel.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: airbyte_sync_parallel
1+
id: airbyte-sync-parallel
22
namespace: company.team
33
tasks:
44
- id: data_ingestion

company.team.airbyte_sync.yaml airbyte-sync.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: airbyte_sync
1+
id: airbyte-sync
22
namespace: company.team
33
tasks:
44
- id: data_ingestion

company.team.allow_failure_demo.yaml allow-failure-demo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: allow_failure_demo
1+
id: allow-failure-demo
22
namespace: company.team
33
tasks:
44
- id: allow_failure

company.team.api_json_to_postgres.yaml api-json-to-postgres.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: api_json_to_postgres
1+
id: api-json-to-postgres
22
namespace: company.team
33
tasks:
44
- id: download

company.team.api_python_sql.yaml api-python-sql.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: api_python_sql
1+
id: api-python-sql
22
namespace: company.team
33
tasks:
44
- id: api

company.team.api_to_s3.yaml api-to-s3.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: api_to_s3
1+
id: api-to-s3
22
namespace: company.team
33
tasks:
44
- id: get_pokemon

company.team.auditlogs_to_bigquery.yaml auditlogs-to-bigquery.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: auditlogs_to_bigquery
1+
id: auditlogs-to-bigquery
22
namespace: company.team
33
tasks:
44
- id: consume
File renamed without changes.

company.team.aws_batch_runner.yml aws-batch-runner.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: aws_batch_runner
1+
id: aws-batch-runner
22
namespace: company.team
33
variables:
44
compute_environment_arn: arn:aws:batch:us-east-1:123456789:compute-environment/kestra
@@ -73,4 +73,4 @@ extend:
7373
- Task Runner
7474
ee: true
7575
demo: false
76-
meta_description: null
76+
meta_description: Run a Python script on AWS ECS Fargate with AWS Batch

company.team.aws_batch_terraform_git.yaml aws-batch-terraform-git.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: aws_batch_terraform_git
1+
id: aws-batch-terraform-git
22
namespace: company.team
33
inputs:
44
- id: bucket

company.team.aws_event_bridge.yml aws-event-bridge.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: aws_event_bridge
1+
id: aws-event-bridge
22
namespace: company.team
33
tasks:
44
- id: send_events

company.team.aws_kinesis_json.yaml aws-kinesis-json.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: aws_kinesis_json
1+
id: aws-kinesis-json
22
namespace: company.team
33
tasks:
44
- id: put_records_simple_map

company.team.aws_lambda.yaml aws-lambda.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: aws_lambda
1+
id: aws-lambda
22
namespace: company.team
33
tasks:
44
- id: parallel

company.team.awscli_list_ecs_clusters.yaml awscli-list-ecs-clusters.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: awscli_list_ecs_clusters
1+
id: awscli-list-ecs-clusters
22
namespace: company.team
33
tasks:
44
- id: awscli

company.team.azure_batch_runner.yaml azure-batch-runner.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: azure_batch_runner
1+
id: azure-batch-runner
22
namespace: company.team
33
variables:
44
pool_id: poolId
@@ -81,4 +81,4 @@ extend:
8181
- Task Runner
8282
ee: true
8383
demo: false
84-
meta_description: null
84+
meta_description: Run a Python script on Azure with Azure Batch VMs

company.team.azure_blob_to_bigquery.yaml azure-blob-to-bigquery.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: azure_blob_to_bigquery
1+
id: azure-blob-to-bigquery
22
namespace: company.team
33
tasks:
44
- id: each

company.team.azure_blob_upload.yml azure-blob-upload.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: azure_blob_upload
1+
id: azure-blob-upload
22
namespace: company.team
33
tasks:
44
- id: extract

company.team.azure_cli.yaml azure-cli.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: azure_cli
1+
id: azure-cli
22
namespace: company.team
33
tasks:
44
- id: list_azure_regions

company.team.build_aws_ecr_image.yaml build-aws-ecr-image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: build_aws_ecr_image
1+
id: build-aws-ecr-image
22
namespace: company.team
33
tasks:
44
- id: fetch_auth_token

company.team.build_dockerhub_image.yaml build-dockerhub-image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: build_dockerhub_image
1+
id: build-dockerhub-image
22
namespace: company.team
33
tasks:
44
- id: build

company.team.build_gcp_artifact_registry_image.yaml build-gcp-artifact-registry-image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: build_gcp_artifact_registry_image
1+
id: build-gcp-artifact-registry-image
22
namespace: company.team
33
tasks:
44
- id: fetch_auth_token

company.team.build_github_container_image.yaml build-github-container-image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: build_github_container_image
1+
id: build-github-container-image
22
namespace: company.team
33
tasks:
44
- id: build

tutorial.business_automation.yaml business-automation.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: business_automation
1+
id: business-automation
22
namespace: tutorial
33
description: Business Automation
44
tasks:

tutorial.business_processes.yaml business-processes.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: business_processes
1+
id: business-processes
22
namespace: tutorial
33
description: Business Processes
44
inputs:

company.team.cassandra_to_bigquery.yaml cassandra-to-bigquery.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: cassandra_to_bigquery
1+
id: cassandra-to-bigquery
22
namespace: company.team
33
tasks:
44
- id: query_cassandra

company.team.chat_with_your_data.yaml chat-with-your-data.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: chat_with_your_data
1+
id: chat-with-your-data
22
namespace: company.team
33
inputs:
44
- id: question

company.team.ci_cd.yaml ci-cd-for-kestra-flows.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: ci_cd
1+
id: ci-cd-for-kestra-flows
22
namespace: company.team
33
tasks:
44
- id: deploy

company.team.cicd.yaml ci-cd-github-webhook.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: cicd
1+
id: ci-cd-github-webhook
22
namespace: company.team
33
inputs:
44
- id: payload

company.team.cloudquery_aws.yaml cloudquery-aws.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: cloudquery_aws
1+
id: cloudquery-aws
22
namespace: company.team
33
tasks:
44
- id: cloudquery

company.team.cloudquery_sync_hn_to_parquet.yaml cloudquery-sync-hn-to-parquet.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: cloudquery_sync_hn_to_parquet
1+
id: cloudquery-sync-hn-to-parquet
22
namespace: company.team
33
tasks:
44
- id: hn_to_parquet

company.team.cloudquery_sync.yaml cloudquery-sync.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: cloudquery_sync
1+
id: cloudquery-sync
22
namespace: company.team
33
tasks:
44
- id: hn_to_duckdb

company.team.add_items_to_dynamodb.yaml

-48
This file was deleted.

0 commit comments

Comments
 (0)