Skip to content

Commit

Permalink
Update inputs.jsonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
hosekpeter authored Jan 24, 2025
1 parent cae02ce commit e3e4818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keboola-mailchimp/v1/src/inputs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ local postgresql = import"/<common>/out-crm-postgresql/v0/src/inputs.jsonnet";
{
icon: "component:keboola.snowflake-transformation",
name: "Snowflake SQL",
backend: "snowflake",
description: "Transformations",
backend: "snowflake",
inputs: [],
},
{
icon: "component:keboola.google-bigquery-transformation",
name: "BigQuery SQL",
backend: "bigquery",
description: "Transformations",
backend: "bigquery",
inputs: [],
},
]
Expand Down

0 comments on commit e3e4818

Please sign in to comment.