Skip to content

Commit

Permalink
fix(examples): correct the namespace (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutimantri authored Sep 6, 2024
1 parent def5c47 commit c75a41b
Show file tree
Hide file tree
Showing 44 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/gcp/bigquery/Copy.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
full = true,
code = """
id: gcp_bq_copy
namespace: company.name
namespace: company.team
tasks:
- id: copy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
full = true,
code = """
id: gcp_bq_copy_partitions
namespace: company.name
namespace: company.team
tasks:
- id: copy_partitions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
full = true,
code = """
id: gcp_bq_create_dataset
namespace: company.name
namespace: company.team
tasks:
- id: create_dataset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
full = true,
code = """
id: gcp_bq_create_table
namespace: company.name
namespace: company.team
tasks:
- id: create_table
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
full = true,
code = """
id: gcp_bq_delete_dataset
namespace: company.name
namespace: company.team
tasks:
- id: delete_dataset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
full = true,
code = """
id: gcp_bq_delete_partitions
namespace: company.name
namespace: company.team
tasks:
- id: delete_partitions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
full = true,
code = """
id: gcp_bq_delete_table
namespace: company.name
namespace: company.team
tasks:
- id: delete_table
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
full = true,
code = """
id: gcp_bq_extract_to_gcs
namespace: company.name
namespace: company.team
tasks:
- id: extract_to_gcs
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/gcp/bigquery/Load.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
full = true,
code = """
id: gcp_bq_load
namespace: company.name
namespace: company.team
tasks:
- id: load
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/io/kestra/plugin/gcp/bigquery/LoadFromGcs.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
full = true,
code = """
id: gcp_bq_load_from_gcs
namespace: company.name
namespace: company.team
tasks:
- id: http_download
Expand Down Expand Up @@ -81,7 +81,7 @@
full = true,
code = """
id: gcp_bq_load_files_test
namespace: company.name
namespace: company.team
tasks:
- id: load_files_test
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/io/kestra/plugin/gcp/bigquery/Query.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
full = true,
code = """
id: gcp_bq_query
namespace: company.name
namespace: company.team
tasks:
- id: query
Expand All @@ -77,7 +77,7 @@
full = true,
code = """
id: gcp_bq_query
namespace: company.name
namespace: company.team
tasks:
- id: fetch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
full = true,
code = """
id: gcp_bq_storage_write
namespace: company.name
namespace: company.team
tasks:
- id: read_data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
full = true,
code = """
id: gcp_bq_table_metadata
namespace: company.name
namespace: company.team
tasks:
- id: table_metadata
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
full = true,
code = """
id: gcp_bq_update_dataset
namespace: company.name
namespace: company.team
tasks:
- id: update_dataset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
full = true,
code = """
id: gcp_bq_update_table
namespace: company.name
namespace: company.team
tasks:
- id: update_table
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/io/kestra/plugin/gcp/cli/GCloudCLI.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
full = true,
code = """
id: gcp_g_cloud_cli
namespace: company.name
namespace: company.team
tasks:
- id: g_cloud_cli
Expand All @@ -58,7 +58,7 @@
full = true,
code = """
id: gcp_g_cloud_cli
namespace: company.name
namespace: company.team
tasks:
- id: g_cloud_cli
Expand All @@ -74,7 +74,7 @@
full = true,
code = """
id: gcp_g_cloud_cli
namespace: company.name
namespace: company.team
tasks:
- id: g_cloud_cli
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
full = true,
code = """
id: gcp_dataproc_py_spark_submit
namespace: company.name
namespace: company.team
tasks:
- id: py_spark_submit
type: io.kestra.plugin.gcp.dataproc.batches.PySparkSubmit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
full = true,
code = """
id: gcp_dataproc_r_spark_submit
namespace: company.name
namespace: company.team
tasks:
- id: r_spark_submit
type: io.kestra.plugin.gcp.dataproc.batches.RSparkSubmit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
full = true,
code = """
id: gcp_dataproc_spark_sql_submit
namespace: company.name
namespace: company.team
tasks:
- id: spark_sql_submit
type: io.kestra.plugin.gcp.dataproc.batches.SparkSqlSubmit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
full = true,
code = """
id: gcp_dataproc_spark_submit
namespace: company.name
namespace: company.team
tasks:
- id: spark_submit
type: io.kestra.plugin.gcp.dataproc.batches.SparkSubmit
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/gcp/firestore/Delete.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
full = true,
code = """
id: gcp_firestore_delete
namespace: company.name
namespace: company.team
tasks:
- id: delete
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/gcp/firestore/Get.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
full = true,
code = """
id: gcp_firestore_get
namespace: company.name
namespace: company.team
tasks:
- id: get
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/gcp/firestore/Query.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
full = true,
code = """
id: gcp_firestore_query
namespace: company.name
namespace: company.team
tasks:
- id: query
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/io/kestra/plugin/gcp/firestore/Set.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
full = true,
code = """
id: gcp_firestore_set
namespace: company.name
namespace: company.team
tasks:
- id: set
Expand All @@ -47,7 +47,7 @@
full = true,
code = """
id: gcp_firestore_set
namespace: company.name
namespace: company.team
inputs:
- id: json_string
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/gcp/gcs/Compose.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
full = true,
code = """
id: gcp_gcs_compose
namespace: company.name
namespace: company.team
tasks:
- id: compose
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/gcp/gcs/Copy.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
full = true,
code = """
id: gcp_gcs_copy
namespace: company.name
namespace: company.team
inputs:
- id: file
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/gcp/gcs/CreateBucket.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
full = true,
code = """
id: gcp_gcs_create_bucket
namespace: company.name
namespace: company.team
tasks:
- id: create_bucket
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
full = true,
code = """
id: gcp_gcs_create_bucket_iam_policy
namespace: company.name
namespace: company.team
tasks:
- id: create_bucket_iam_policy
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/gcp/gcs/Delete.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
full = true,
code = """
id: gcp_gcs_delete
namespace: company.name
namespace: company.team
tasks:
- id: delete
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/gcp/gcs/DeleteBucket.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
full = true,
code = """
id: gcp_gcs_delete_bucket
namespace: company.name
namespace: company.team
tasks:
- id: delete_bucket
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/gcp/gcs/DeleteList.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
full = true,
code = """
id: gcp_gcs_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/gcp/gcs/Download.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
full = true,
code = """
id: gcp_gcs_download
namespace: company.name
namespace: company.team
tasks:
- id: download
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/gcp/gcs/Downloads.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
full = true,
code = """
id: gcp_gcs_downloads
namespace: company.name
namespace: company.team
tasks:
- id: downloads
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/gcp/gcs/List.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
full = true,
code = """
id: gcp_gcs_list
namespace: company.name
namespace: company.team
tasks:
- id: list
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/gcp/gcs/UpdateBucket.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
full = true,
code = """
id: gcp_gcs_update_bucket
namespace: company.name
namespace: company.team
tasks:
- id: update_bucket
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/gcp/gcs/Upload.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
full = true,
code = """
id: gcp_gcs_upload
namespace: company.name
namespace: company.team
tasks:
- id: upload
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
full = true,
code = """
id: gcp_gke_cluster_metadata
namespace: company.name
namespace: company.team
tasks:
- id: cluster_metadata
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/gcp/pubsub/Consume.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
full = true,
code = """
id: gcp_pubsub_consume
namespace: company.name
namespace: company.team
tasks:
- id: consume
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/gcp/pubsub/Publish.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
full = true,
code = """
id: gcp_pubsub_publish
namespace: company.name
namespace: company.team
tasks:
- id: publish
Expand Down
Loading

0 comments on commit c75a41b

Please sign in to comment.