Skip to content

Commit

Permalink
fix(examples): correct the namespace (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutimantri authored Sep 6, 2024
1 parent 6f039f1 commit c0a1558
Show file tree
Hide file tree
Showing 21 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/aws/athena/Query.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
code = {
"""
id: aws_athena_query
namespace: company.name
namespace: company.team
tasks:
- id: query
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/io/kestra/plugin/aws/cli/AwsCLI.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
full = true,
code = """
id: aws_cli
namespace: company.name
namespace: company.team
tasks:
- id: cli
Expand All @@ -72,7 +72,7 @@
full = true,
code = """
id: aws_cli
namespace: company.name
namespace: company.team
tasks:
- id: cli
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
full = true,
code = """
id: aws_dynamodb_delete_item
namespace: company.name
namespace: company.team
tasks:
- id: delete_item
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/aws/dynamodb/GetItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
full = true,
code = """
id: aws_dynamodb_get_item
namespace: company.name
namespace: company.team
tasks:
- id: get_item
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/io/kestra/plugin/aws/dynamodb/PutItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
full = true,
code = """
id: aws_dynamodb_put_item
namespace: company.name
namespace: company.team
tasks:
- id: put_item
Expand All @@ -52,7 +52,7 @@
full = true,
code = """
id: aws_dynamodb_put_item
namespace: company.name
namespace: company.team
tasks:
- id: put_item
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/io/kestra/plugin/aws/dynamodb/Query.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
full = true,
code = """
id: aws_dynamo_db_query
namespace: company.name
namespace: company.team
tasks:
- id: query
Expand All @@ -49,7 +49,7 @@
full = true,
code = """
id: aws_dynamo_db_query
namespace: company.name
namespace: company.team
tasks:
- id: query
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/io/kestra/plugin/aws/dynamodb/Scan.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
full = true,
code = """
id: aws_dynamo_db_scan
namespace: company.name
namespace: company.team
tasks:
- id: scan
Expand All @@ -45,7 +45,7 @@
full = true,
code = """
id: aws_dynamo_db_scan
namespace: company.name
namespace: company.team
tasks:
- id: scan
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/aws/ecr/GetAuthToken.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
full = true,
code = """
id: aws_ecr_get_auth_token
namespace: company.name
namespace: company.team
tasks:
- id: get_auth_token
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/io/kestra/plugin/aws/eventbridge/PutEvents.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
full = true,
code = """
id: aws_event_bridge_put_events
namespace: company.name
namespace: company.team
tasks:
- id: put_events
Expand All @@ -70,7 +70,7 @@
full = true,
code = """
id: aws_event_bridge_put_events
namespace: company.name
namespace: company.team
tasks:
- id: put_events
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/io/kestra/plugin/aws/kinesis/PutRecords.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
full = true,
code = """
id: aws_kinesis_put_records
namespace: company.name
namespace: company.team
tasks:
- id: put_records
Expand All @@ -73,7 +73,7 @@
full = true,
code = """
id: aws_kinesis_put_records
namespace: company.name
namespace: company.team
tasks:
- id: put_records
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/io/kestra/plugin/aws/lambda/Invoke.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
full = true,
code = """
id: aws_lambda_invoke
namespace: company.name
namespace: company.team
tasks:
- id: invoke
Expand All @@ -71,7 +71,7 @@
full = true,
code = """
id: aws_lambda_invoke
namespace: company.name
namespace: company.team
tasks:
- id: invoke
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/aws/s3/Copy.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
full = true,
code = """
id: aws_s3_copy
namespace: company.name
namespace: company.team
tasks:
- id: copy
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/aws/s3/CreateBucket.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
full = true,
code = """
id: aws_s3_create_bucket
namespace: company.name
namespace: company.team
tasks:
- id: create_bucket
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/aws/s3/Delete.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
full = true,
code = """
id: aws_s3_delete
namespace: company.name
namespace: company.team
tasks:
- id: delete
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/aws/s3/DeleteList.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
full = true,
code = """
id: aws_s3_delete_list
namespace: company.name
namespace: company.team
tasks:
- id: delete_list
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/aws/s3/Download.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
full = true,
code = """
id: aws_s3_download
namespace: company.name
namespace: company.team
tasks:
- id: download
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/aws/s3/Downloads.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
full = true,
code = """
id: aws_s3_downloads
namespace: company.name
namespace: company.team
tasks:
- id: downloads
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/aws/s3/List.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
full = true,
code = """
id: aws_s3_list
namespace: company.name
namespace: company.team
tasks:
- id: list
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/aws/sns/Publish.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
full = true,
code = """
id: aws_sns_publish
namespace: company.name
namespace: company.team
tasks:
- id: publish
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/aws/sqs/Consume.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
full = true,
code = """
id: aws_sqs_consume
namespace: company.name
namespace: company.team
tasks:
- id: consume
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/aws/sqs/Publish.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
full = true,
code = """
id: aws_sqs_publish
namespace: company.name
namespace: company.team
tasks:
- id: publish
Expand Down

0 comments on commit c0a1558

Please sign in to comment.