Skip to content

Commit 811c0b2

Browse files
committed
feat: add tags and fix snowflake workflow
1 parent 2ca0c81 commit 811c0b2

10 files changed

Lines changed: 12 additions & 4 deletions

specs/meroxa/resources_create_bigquery.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tags:
99
- meroxa
1010
- data
1111
- realtime
12+
- bigquery
1213
# A description of the workflow.
1314
description: "Add a Google BigQuery resource to the Meroxa Platform using the following parameters:"
1415
# List of arguments within the command.

specs/meroxa/resources_create_elasticsearch.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tags:
99
- meroxa
1010
- data
1111
- realtime
12+
- elasticsearch
1213
# A description of the workflow.
1314
description: "Add an Elasticsearch resource to the Meroxa Platform using the following parameters:"
1415
# List of arguments within the command.

specs/meroxa/resources_create_mongodb.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tags:
99
- meroxa
1010
- data
1111
- realtime
12+
- mongodb
1213
# A description of the workflow.
1314
description: "Add a MongoDB resource to the Meroxa Platform using the following parameters:"
1415
# List of arguments within the command.

specs/meroxa/resources_create_mysql.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tags:
99
- meroxa
1010
- data
1111
- realtime
12+
- mysql
1213
# A description of the workflow.
1314
description: "Add a MySQL resource to the Meroxa Platform using the following parameters:"
1415
# List of arguments within the command.

specs/meroxa/resources_create_postgres_with_logical_replication.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tags:
99
- meroxa
1010
- data
1111
- realtime
12+
- postgresql
1213
# A description of the workflow.
1314
description: "Add a Postgres resource with logical replication to the Meroxa Platform using the following parameters:"
1415
# List of arguments within the command.

specs/meroxa/resources_create_postgres_without_logical_replication.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tags:
99
- meroxa
1010
- data
1111
- realtime
12+
- postgresql
1213
# A description of the workflow.
1314
description: "Add a Postgres resource without logical replication to the Meroxa Platform using the following parameters:"
1415
# List of arguments within the command.

specs/meroxa/resources_create_redshift.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tags:
99
- meroxa
1010
- data
1111
- realtime
12+
- redshift
1213
# A description of the workflow.
1314
description: "Add an Amazon Redshift resource to the Meroxa Platform using the following parameters:"
1415
# List of arguments within the command.

specs/meroxa/resources_create_s3.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tags:
99
- meroxa
1010
- data
1111
- realtime
12+
- s3
1213
# A description of the workflow.
1314
description: "Add an Amazon S3 resource to the Meroxa Platform using the following parameters:"
1415
# List of arguments within the command.

specs/meroxa/resources_create_snowflake.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
name: Add a Snowflake resource 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: |-
6-
meroxa resource create {{resource_name}} --type snowflakedb --url snowflake://{{snowflake_url}}/meroxa_db/stream_data --username meroxa_user --password {{snowflake_private_key}}
6+
meroxa resource create {{resource_name}} --type snowflakedb --url "snowflake://{{snowflake_url}}/meroxa_db/stream_data" --username meroxa_user --password {{snowflake_private_key}}
77
# Any tags that the workflow should be categorized with.
88
tags:
99
- meroxa
1010
- data
1111
- realtime
12+
- snowflake
1213
# A description of the workflow.
1314
description: "Add a Snowflake resource without logical replication to the Meroxa Platform using the following parameters:"
1415
# List of arguments within the command.
@@ -20,7 +21,7 @@ arguments:
2021
description: Name you want to use to identify this resource
2122
# The default value for the argument.
2223
default_value: ~
23-
- name: snowflake_url
24+
- name: snowflake_url
2425
# The description of the argument.
2526
description: Snowflake Account URL
2627
# The default value for the argument.
@@ -30,8 +31,6 @@ arguments:
3031
description: Snowflake private key created (see View Context for more information)
3132
# The default value for the argument.
3233
default_value: ~
33-
34-
3534
# The source URL for where the workflow was generated from, if any.
3635
source_url: "https://docs.meroxa.com/platform/resources/snowflake#resource-configuration"
3736
# The author of the workflow.

specs/meroxa/resources_create_sqlserver.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tags:
99
- meroxa
1010
- data
1111
- realtime
12+
- sqlserver
1213
# A description of the workflow.
1314
description: "Add a Microsoft SQL Server resource without logical replication to the Meroxa Platform using the following parameters:"
1415
# List of arguments within the command.

0 commit comments

Comments
 (0)