Skip to content

Commit

Permalink
Update inputs.jsonnet
Browse files Browse the repository at this point in the history
Add backend parameter to stepgroup with transformations.
Instead of SnowflakeWriterComponentId() function is placeholder <keboola.wr-snowflake>
  • Loading branch information
MonikaFeigler committed Jan 31, 2025
1 parent 8f8a85b commit bffcc9f
Show file tree
Hide file tree
Showing 23 changed files with 67 additions and 24 deletions.
1 change: 1 addition & 0 deletions ai-campaign-executer/v0/src/inputs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
icon: "component:keboola.snowflake-transformation",
name: "Snowflake SQL",
description: "Transformations",
backend: "snowflake",
inputs: [],
},
]
Expand Down
1 change: 1 addition & 0 deletions interactive-kpi-report/v0/src/inputs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
icon: "component:keboola.snowflake-transformation",
name: "Snowflake SQL",
description: "Transformations",
backend: "snowflake",
inputs: [],
},
]
Expand Down
3 changes: 2 additions & 1 deletion keboola-analytics-googleanalytics4/v0/src/inputs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ local postgresql = import "/<common>/out-googleanalytics4-postgresql/src/inputs.
icon: "component:keboola.snowflake-transformation",
name: "Snowflake SQL",
description: "Transformation",
backend: "snowflake",
inputs: [],
},
]
Expand All @@ -51,7 +52,7 @@ local postgresql = import "/<common>/out-googleanalytics4-postgresql/src/inputs.
required: "optional",
steps: [
{
icon: "component:"+SnowflakeWriterComponentId(),
icon: "component:<keboola.wr-snowflake>",
name: "Snowflake",
description: "Snowflake - Destination",
dialogName: "Snowflake Destination",
Expand Down
3 changes: 2 additions & 1 deletion keboola-crm-hubspot/v0/src/inputs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ local postgresql = import"/<common>/out-crm-postgresql/v0/src/inputs.jsonnet";
icon: "component:keboola.snowflake-transformation",
name: "Snowflake SQL",
description: "Transformation",
backend: "snowflake",
inputs: [],
},
]
Expand All @@ -36,7 +37,7 @@ local postgresql = import"/<common>/out-crm-postgresql/v0/src/inputs.jsonnet";
required: "optional",
steps: [
{
icon: "component:"+SnowflakeWriterComponentId(),
icon: "component:<keboola.wr-snowflake>",
name: "Snowflake Destination",
description: "Load to data into snowflake",
dialogName: "Snowflake Destination",
Expand Down
4 changes: 3 additions & 1 deletion keboola-crm-pipedrive/v0/src/inputs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ local postgresql = import"/<common>/out-crm-postgresql/v0/src/inputs.jsonnet";
required: "all",
steps: [
{

icon: "component:keboola.snowflake-transformation",
name: "Snowflake SQL",
description: "Transformation",
backend: "snowflake",
inputs: [],
},
]
Expand All @@ -37,7 +39,7 @@ local postgresql = import"/<common>/out-crm-postgresql/v0/src/inputs.jsonnet";
required: "optional",
steps: [
{
icon: "component:"+SnowflakeWriterComponentId(),
icon: "component:<keboola.wr-snowflake>",
name: "Snowflake Destination",
description: "Load to data into snowflake",
dialogName: "Snowflake Destination",
Expand Down
3 changes: 2 additions & 1 deletion keboola-crm-salesforce/v0/src/inputs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ local postgresql = import"/<common>/out-crm-postgresql/v0/src/inputs.jsonnet";
icon: "component:keboola.snowflake-transformation",
name: "Snowflake SQL",
description: "Transformations",
backend: "snowflake",
inputs: [],
},
]
Expand All @@ -36,7 +37,7 @@ local postgresql = import"/<common>/out-crm-postgresql/v0/src/inputs.jsonnet";
required: "optional",
steps: [
{
icon: "component:"+SnowflakeWriterComponentId(),
icon: "component:<keboola.wr-snowflake>",
name: "Snowflake Destination",
description: "Load to data into snowflake",
dialogName: "Snowflake Destination",
Expand Down
2 changes: 1 addition & 1 deletion keboola-dbt-tutorial/v1/src/inputs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
]
},
{
icon: "component:"+SnowflakeWriterComponentId(),
icon: "component:<keboola.wr-snowflake>",
name: "Snowflake Destination",
description: "Load data into Snowflake",
dialogName: "Snowflake Destination",
Expand Down
3 changes: 2 additions & 1 deletion keboola-ecommerce-shopify/v0/src/inputs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ local postgresql = import "/<common>/out-ecommerce-postgresql/v0/src/inputs.json
icon: "component:keboola.snowflake-transformation",
name: "Snowflake SQL",
description: "Transformations",
backend: "snowflake",
inputs: [],
},
]
Expand All @@ -72,7 +73,7 @@ local postgresql = import "/<common>/out-ecommerce-postgresql/v0/src/inputs.json
required: "optional",
steps: [
{
icon: "component:"+SnowflakeWriterComponentId(),
icon: "component:<keboola.wr-snowflake>",
name: "Snowflake Destination",
description: "Load to data into snowflake",
dialogName: "Snowflake Destination",
Expand Down
3 changes: 2 additions & 1 deletion keboola-ecommerce/v0/src/inputs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ local snowflake = import "/<common>/out-ecommerce-snowflake/v1/src/inputs.jsonne
icon: "component:keboola.snowflake-transformation",
name: "Snowflake SQL",
description: "Transformations",
backend: "snowflake",
inputs: [],
},
]
Expand All @@ -55,7 +56,7 @@ local snowflake = import "/<common>/out-ecommerce-snowflake/v1/src/inputs.jsonne
required: "optional",
steps: [
{
icon: "component:"+SnowflakeWriterComponentId(),
icon: "component:<keboola.wr-snowflake>",
name: "Snowflake Destination",
description: "Load to data into snowflake",
dialogName: "Snowflake Destination",
Expand Down
12 changes: 10 additions & 2 deletions keboola-git-github/v1/src/inputs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,21 @@ local postgresql = import "/<common>/out-git-postgresql/v0/src/inputs.jsonnet";
]
},
{
description: "Snowflake Transformations",
description: "Transformations",
required: "all",
steps: [
{
icon: "component:keboola.snowflake-transformation",
name: "Snowflake SQL",
description: "Transformations",
backend: "snowflake",
inputs: [],
},
{
icon: "component:keboola.google-bigquery-transformation",
name: "BigQuery SQL",
description: "Transformations",
backend: "bigquery",
inputs: [],
},
]
Expand All @@ -36,7 +44,7 @@ local postgresql = import "/<common>/out-git-postgresql/v0/src/inputs.jsonnet";
required: "optional",
steps: [
{
icon: "component:"+SnowflakeWriterComponentId(),
icon: "component:<keboola.wr-snowflake>",
name: "Snowflake Destination",
description: "Load to data into snowflake",
dialogName: "Snowflake Destination",
Expand Down
2 changes: 1 addition & 1 deletion keboola-marketingchannels/v3/src/inputs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ local postgresql = import "/<common>/out-marketingchannels-postgresql/v2/inputs.
required: "optional",
steps: [
{
icon: "component:"+SnowflakeWriterComponentId(),
icon: "component:<keboola.wr-snowflake>",
name: "Snowflake Destination",
description: "Load to data into snowflake",
dialogName: "Snowflake Destination",
Expand Down
1 change: 1 addition & 0 deletions keboola-metadata-to-datahub/v1/src/inputs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
icon: "component:keboola.snowflake-transformation",
name: "Snowflake SQL",
description: "Transformation",
backend: "snowflake",
inputs: [],
},
]
Expand Down
3 changes: 2 additions & 1 deletion keboola-mgmt-asana/v1/src/inputs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ local postgresql = import"/<common>/out-mgmt-postgresql/v0/src/inputs.jsonnet";
icon: "component:keboola.snowflake-transformation",
name: "Snowflake SQL",
description: "Transformations",
backend: "snowflake",
inputs: [],
},
]
Expand All @@ -36,7 +37,7 @@ local postgresql = import"/<common>/out-mgmt-postgresql/v0/src/inputs.jsonnet";
required: "optional",
steps: [
{
icon: "component:"+SnowflakeWriterComponentId(),
icon: "component:<keboola.wr-snowflake>",
name: "Snowflake Destination",
description: "Load to data into snowflake",
dialogName: "Snowflake Destination",
Expand Down
3 changes: 2 additions & 1 deletion keboola-mgmt-jira/v0/src/inputs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ local postgresql = import"/<common>/out-mgmt-postgresql/v0/src/inputs.jsonnet";
icon: "component:keboola.snowflake-transformation",
name: "Snowflake SQL",
description: "Transformations",
backend: "snowflake",
inputs: [],
},
]
Expand All @@ -36,7 +37,7 @@ local postgresql = import"/<common>/out-mgmt-postgresql/v0/src/inputs.jsonnet";
required: "optional",
steps: [
{
icon: "component:"+SnowflakeWriterComponentId(),
icon: "component:<keboola.wr-snowflake>",
name: "Snowflake Destination",
description: "Load to data into snowflake",
dialogName: "Snowflake Destination",
Expand Down
14 changes: 11 additions & 3 deletions keboola-typeform/v1/src/inputs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,21 @@ local postgresql = import "/<common>/out-typeform-postgresql/v0/src/inputs.jsonn
]
},
{
description: "Snowflake Transformation",
description: "Transformations",
required: "all",
steps: [
{
icon: "component:keboola.snowflake-transformation",
name: "Snowflake SQL",
description: "Transformation",
description: "Transformations",
backend: "snowflake",
inputs: [],
},
{
icon: "component:keboola.google-bigquery-transformation",
name: "BigQuery SQL",
description: "Transformations",
backend: "bigquery",
inputs: [],
},
]
Expand All @@ -36,7 +44,7 @@ local postgresql = import "/<common>/out-typeform-postgresql/v0/src/inputs.jsonn
required: "optional",
steps: [
{
icon: "component:"+SnowflakeWriterComponentId(),
icon: "component:<keboola.wr-snowflake>",
name: "Snowflake Destination",
description: "Load to data into snowflake",
dialogName: "Snowflake Destination",
Expand Down
1 change: 1 addition & 0 deletions marketing-cashflow/v0/src/inputs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@
icon: "component:keboola.snowflake-transformation",
name: "Snowflake SQL",
description: "Transformations",
backend: "snowflake",
inputs: [],
},
{
Expand Down
3 changes: 2 additions & 1 deletion snowflake-virtual-hands-on-lab/v1/src/inputs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ local sklik = import "/<common>/in-ecommerce-sklik/v0/src/inputs.jsonnet";
icon: "component:keboola.snowflake-transformation",
name: "Snowflake SQL",
description: "Transformations",
backend: "snowflake",
inputs: [],
},
]
Expand All @@ -66,7 +67,7 @@ local sklik = import "/<common>/in-ecommerce-sklik/v0/src/inputs.jsonnet";
required: "all",
steps: [
{
icon: "component:"+SnowflakeWriterComponentId(),
icon: "component:<keboola.wr-snowflake>",
name: "Snowflake",
description: "Load data into Snowflake",
dialogName: "Snowflake Destination",
Expand Down
3 changes: 2 additions & 1 deletion snowpark-streamlit/v0/src/inputs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
icon: "component:keboola.snowflake-transformation",
name: "Snowflake SQL",
description: "Transformation",
backend: "snowflake",
inputs: [],
},
]
Expand All @@ -31,7 +32,7 @@
required: "all",
steps: [
{
icon: "component:"+SnowflakeWriterComponentId(),
icon: "component:<keboola.wr-snowflake>",
name: "Snowflake Destination",
description: "Save data into Snowflake",
dialogName: "Snowflake Destination",
Expand Down
16 changes: 12 additions & 4 deletions social-media-engagement-template/v1/src/inputs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -165,19 +165,27 @@
]
},
],
},{
},
{
description: "Transformations",
required: "all",
steps: [
{
icon: "component:keboola.snowflake-transformation",
name: "Snowflake SQL",
description: "SQL Transformations",
description: "Transformations",
backend: "snowflake",
inputs: [],
},
{
icon: "component:keboola.google-bigquery-transformation",
name: "BigQuery SQL",
description: "Transformations",
backend: "bigquery",
inputs: [],
},
]
},

{
description: "Provide credentials for the destination component",
required: "optional",
Expand Down Expand Up @@ -287,7 +295,7 @@
]
},
{
icon: "component:"+SnowflakeWriterComponentId(),
icon: "component:<keboola.wr-snowflake>",
name: "Snowflake",
description: "Load data into Snowflake",
dialogName: "Snowflake Destination",
Expand Down
3 changes: 2 additions & 1 deletion thoughtspot-analytics-googleanalytics/v1/src/inputs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ local googleanalytics = import "/<common>/in-googleanalytics/v0/src/inputs.jsonn
icon: "component:keboola.snowflake-transformation",
name: "Snowflake SQL",
description: "Transformation",
backend: "snowflake",
inputs: [],
},
]
Expand All @@ -35,7 +36,7 @@ local googleanalytics = import "/<common>/in-googleanalytics/v0/src/inputs.jsonn
required: "optional",
steps: [
{
icon: "component:"+SnowflakeWriterComponentId(),
icon: "component:<keboola.wr-snowflake>",
name: "Snowflake",
description: "Load data into Snowflake",
dialogName: "Snowflake Destination",
Expand Down
3 changes: 2 additions & 1 deletion thoughtspot-crm-hubspot/v1/src/inputs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ local hubspot = import "/<common>/in-thoughtspot-hubspot/v0/src/inputs.jsonnet";
icon: "component:keboola.snowflake-transformation",
name: "Snowflake SQL",
description: "Transformation",
backend: "snowflake",
inputs: [],
},
]
Expand All @@ -36,7 +37,7 @@ local hubspot = import "/<common>/in-thoughtspot-hubspot/v0/src/inputs.jsonnet";
required: "optional",
steps: [
{
icon: "component:"+SnowflakeWriterComponentId(),
icon: "component:<keboola.wr-snowflake>",
name: "Snowflake",
description: "Load data into Snowflake",
dialogName: "Snowflake Destination",
Expand Down
3 changes: 2 additions & 1 deletion thoughtspot-ecommerce-shopify/v1/src/inputs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ local sklik = import "/<common>/in-ecommerce-sklik/v0/src/inputs.jsonnet";
icon: "component:keboola.snowflake-transformation",
name: "Snowflake SQL",
description: "Transformations",
backend: "snowflake",
inputs: [],
},
]
Expand All @@ -68,7 +69,7 @@ local sklik = import "/<common>/in-ecommerce-sklik/v0/src/inputs.jsonnet";
required: "optional",
steps: [
{
icon: "component:"+SnowflakeWriterComponentId(),
icon: "component:<keboola.wr-snowflake>",
name: "Snowflake",
description: "Your Snowflake Database",
dialogName: "Snowflake Destination",
Expand Down
1 change: 1 addition & 0 deletions ua-and-ga4-comparison/v0/src/inputs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
icon: "component:keboola.snowflake-transformation",
name: "Snowflake SQL",
description: "Transformation",
backend: "snowflake",
inputs: [],
},
]
Expand Down

0 comments on commit bffcc9f

Please sign in to comment.