Skip to content

Commit 1999eea

Browse files
committed
feat: Update tags and update description
1 parent edb11c4 commit 1999eea

10 files changed

Lines changed: 11 additions & 41 deletions

specs/meroxa/resources_create_bigquery.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ command: |-
77
# Any tags that the workflow should be categorized with.
88
tags:
99
- meroxa
10-
- data
11-
- realtime
12-
- bigquery
1310
# A description of the workflow.
14-
description: "Add a Google BigQuery resource to the Meroxa Platform using the following parameters:"
11+
description: Add a Google BigQuery resource to the Meroxa Platform
1512
# List of arguments within the command.
1613
arguments:
1714
# Name of the argument within the command. This must exactly match the name of the argument

specs/meroxa/resources_create_elasticsearch.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ command: |-
77
# Any tags that the workflow should be categorized with.
88
tags:
99
- meroxa
10-
- data
11-
- realtime
12-
- elasticsearch
1310
# A description of the workflow.
14-
description: "Add an Elasticsearch resource to the Meroxa Platform using the following parameters:"
11+
description: Add an Elasticsearch resource to the Meroxa Platform
1512
# List of arguments within the command.
1613
arguments:
1714
# Name of the argument within the command. This must exactly match the name of the argument

specs/meroxa/resources_create_mongodb.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ command: |-
77
# Any tags that the workflow should be categorized with.
88
tags:
99
- meroxa
10-
- data
11-
- realtime
12-
- mongodb
1310
# A description of the workflow.
14-
description: "Add a MongoDB resource to the Meroxa Platform using the following parameters:"
11+
description: Add a MongoDB resource to the Meroxa Platform
1512
# List of arguments within the command.
1613
arguments:
1714
# Name of the argument within the command. This must exactly match the name of the argument

specs/meroxa/resources_create_mysql.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ command: |-
77
# Any tags that the workflow should be categorized with.
88
tags:
99
- meroxa
10-
- data
11-
- realtime
12-
- mysql
1310
# A description of the workflow.
14-
description: "Add a MySQL resource to the Meroxa Platform using the following parameters:"
11+
description: Add a MySQL resource to the Meroxa Platform
1512
# List of arguments within the command.
1613
arguments:
1714
# Name of the argument within the command. This must exactly match the name of the argument

specs/meroxa/resources_create_postgres_with_logical_replication.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ command: |-
77
# Any tags that the workflow should be categorized with.
88
tags:
99
- meroxa
10-
- data
11-
- realtime
12-
- postgresql
1310
# A description of the workflow.
14-
description: "Add a Postgres resource with logical replication to the Meroxa Platform using the following parameters:"
11+
description: Add a Postgres resource with logical replication to the Meroxa Platform
1512
# List of arguments within the command.
1613
arguments:
1714
# Name of the argument within the command. This must exactly match the name of the argument

specs/meroxa/resources_create_postgres_without_logical_replication.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
---
22
# The name of the workflow.
3-
name: Add a Postgres resource to the Meroxa Platform without logical replication
3+
name: Add a Postgres resource without logical replication to the Meroxa Platform
44
# The corresponding command for the workflow. Any arguments should be surrounded with two curly braces. E.g `command {{arg}}`.
55
command: |-
66
meroxa resources create {{resource_name}} --type postgres --url "postgres://{{pg_username}}:{{pg_password}}@{{pg_url}}:{{pg_port}}/{{pg_database_name}}"
77
# Any tags that the workflow should be categorized with.
88
tags:
99
- meroxa
10-
- data
11-
- realtime
12-
- postgresql
1310
# A description of the workflow.
14-
description: "Add a Postgres resource without logical replication to the Meroxa Platform using the following parameters:"
11+
description: Add a Postgres resource without logical replication to the Meroxa Platform
1512
# List of arguments within the command.
1613
arguments:
1714
# Name of the argument within the command. This must exactly match the name of the argument

specs/meroxa/resources_create_redshift.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ command: |-
77
# Any tags that the workflow should be categorized with.
88
tags:
99
- meroxa
10-
- data
11-
- realtime
12-
- redshift
1310
# A description of the workflow.
14-
description: "Add an Amazon Redshift resource to the Meroxa Platform using the following parameters:"
11+
description: Add an Amazon Redshift resource to the Meroxa Platform
1512
# List of arguments within the command.
1613
arguments:
1714
# Name of the argument within the command. This must exactly match the name of the argument

specs/meroxa/resources_create_s3.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ command: |-
77
# Any tags that the workflow should be categorized with.
88
tags:
99
- meroxa
10-
- data
11-
- realtime
12-
- s3
1310
# A description of the workflow.
14-
description: "Add an Amazon S3 resource to the Meroxa Platform using the following parameters:"
11+
description: Add an Amazon S3 resource to the Meroxa Platform
1512
# List of arguments within the command.
1613
arguments:
1714
# Name of the argument within the command. This must exactly match the name of the argument

specs/meroxa/resources_create_snowflake.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ command: |-
77
# Any tags that the workflow should be categorized with.
88
tags:
99
- meroxa
10-
- data
11-
- realtime
12-
- snowflake
1310
# A description of the workflow.
14-
description: "Add a Snowflake resource without logical replication to the Meroxa Platform using the following parameters:"
11+
description: Add a Snowflake resource to the Meroxa Platform
1512
# List of arguments within the command.
1613
arguments:
1714
# Name of the argument within the command. This must exactly match the name of the argument

specs/meroxa/resources_create_sqlserver.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ command: |-
77
# Any tags that the workflow should be categorized with.
88
tags:
99
- meroxa
10-
- data
11-
- realtime
12-
- sqlserver
1310
# A description of the workflow.
14-
description: "Add a Microsoft SQL Server resource without logical replication to the Meroxa Platform using the following parameters:"
11+
description: Add a Microsoft SQL Server resource to the Meroxa Platform
1512
# List of arguments within the command.
1613
arguments:
1714
# Name of the argument within the command. This must exactly match the name of the argument

0 commit comments

Comments
 (0)