Skip to content

feat: deployment config & unified service name#3879

Merged
mbani01 merged 1 commit intomainfrom
feat/snowflake_connectors_worker_deployment_config
Feb 25, 2026
Merged

feat: deployment config & unified service name#3879
mbani01 merged 1 commit intomainfrom
feat/snowflake_connectors_worker_deployment_config

Conversation

@mbani01
Copy link
Contributor

@mbani01 mbani01 commented Feb 25, 2026

This pull request updates the Snowflake connectors service to use the new snowflake-connectors-worker naming convention across environment configuration, Docker, and service definitions. The changes ensure consistency in naming and configuration, which helps clarify the role of the worker service and prevents confusion with previous connector naming.

Naming and configuration updates:

  • Updated all references from snowflake-connectors to snowflake-connectors-worker in environment variables, Dockerfile paths, and service names within the package.json scripts for the Snowflake connectors app.
  • Renamed the Docker Compose YAML file from snowflake-connectors.yaml to snowflake-connectors-worker.yaml, and updated service names and hostnames to use snowflake-connectors-worker instead of snowflake-connectors. [1] [2] [3]
  • Added a new environment configuration file snowflake-connectors-worker.env specifying the Dockerfile, context, repository, and services for the worker.

Note

Low Risk
Config-only renaming for build/compose and runtime env vars; primary risk is deployment/runtime breakage if any external references still expect the old snowflake-connectors service name.

Overview
Standardizes the Snowflake connectors deployment to the snowflake-connectors-worker service name across build and runtime configuration.

Adds a new build env config (scripts/builders/snowflake-connectors-worker.env) and updates the compose definition (scripts/services/snowflake-connectors-worker.yaml) to use the worker-specific Dockerfile and service/hostname names. Updates services/apps/snowflake_connectors/package.json scripts so start/debug and trigger-export run with SERVICE=snowflake-connectors-worker.

Written by Cursor Bugbot for commit f518ce1. This will update automatically on new commits. Configure here.

@mbani01 mbani01 self-assigned this Feb 25, 2026
@github-actions
Copy link
Contributor

⚠️ Jira Issue Key Missing

Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability.

Example:

  • feat: add user authentication (CM-123)
  • feat: add user authentication (IN-123)

Projects:

  • CM: Community Data Platform
  • IN: Insights

Please add a Jira issue key to your PR title.

@mbani01 mbani01 merged commit 67f97ce into main Feb 25, 2026
14 of 16 checks passed
@mbani01 mbani01 deleted the feat/snowflake_connectors_worker_deployment_config branch February 25, 2026 17:32
@github-actions
Copy link
Contributor

⚠️ Jira Issue Key Missing

Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability.

Example:

  • feat: add user authentication (CM-123)
  • feat: add user authentication (IN-123)

Projects:

  • CM: Community Data Platform
  • IN: Insights

Please add a Jira issue key to your PR title.

1 similar comment
@github-actions
Copy link
Contributor

⚠️ Jira Issue Key Missing

Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability.

Example:

  • feat: add user authentication (CM-123)
  • feat: add user authentication (IN-123)

Projects:

  • CM: Community Data Platform
  • IN: Insights

Please add a Jira issue key to your PR title.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant