- Add Activepieces fork with SmoothSchedule custom piece - Create integrations app with Activepieces service layer - Add embed token endpoint for iframe integration - Create Automations page with embedded workflow builder - Add sidebar visibility fix for embed mode - Add list inactive customers endpoint to Public API - Include SmoothSchedule triggers: event created/updated/cancelled - Include SmoothSchedule actions: create/update/cancel events, list resources/services/customers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
36 lines
3.2 KiB
JSON
36 lines
3.2 KiB
JSON
{
|
|
"Snowflake": "Snowflake",
|
|
"Data warehouse built for the cloud": "Data warehouse built for the cloud",
|
|
"Account": "Account",
|
|
"Username": "Username",
|
|
"Password": "Password",
|
|
"Database": "Database",
|
|
"Role": "Vai trò",
|
|
"Warehouse": "Warehouse",
|
|
"A string indicating the Snowflake account identifier.": "A string indicating the Snowflake account identifier.",
|
|
"The login name for your Snowflake user.": "The login name for your Snowflake user.",
|
|
"Password for the user.": "Password for the user.",
|
|
"The default database to use for the session after connecting.": "The default database to use for the session after connecting.",
|
|
"The default security role to use for the session after connecting.": "The default security role to use for the session after connecting.",
|
|
"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.": "The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.",
|
|
"Run Query": "Run Query",
|
|
"Run Multiple Queries": "Run Multiple Queries",
|
|
"Insert Row": "Insert Row",
|
|
"Insert a row into a table.": "Insert a row into a table.",
|
|
"SQL query": "SQL query",
|
|
"Parameters": "Parameters",
|
|
"Query timeout (ms)": "Query timeout (ms)",
|
|
"Application name": "Application name",
|
|
"SQL queries": "SQL queries",
|
|
"Use Transaction": "Use Transaction",
|
|
"Schema": "Schema",
|
|
"Table": "Table",
|
|
"Rows": "Rows",
|
|
"Use :1, :2… or ? placeholders to use binding parameters.": "Use :1, :2… or ? placeholders to use binding parameters.",
|
|
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "Binding parameters for the SQL query (to prevent SQL injection attacks)",
|
|
"An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.": "An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.",
|
|
"A string indicating the name of the client application connecting to the server.": "A string indicating the name of the client application connecting to the server.",
|
|
"Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.": "Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.",
|
|
"Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.": "Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.",
|
|
"When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back.": "When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back."
|
|
} |