# ELT Pipeline for Snowflake accelerator - Assets - Environment properties
The ELT Pipeline for Snowflake accelerator has nine environment properties that are common to both Slack and Microsoft Teams implementations:
- elt.user_section_text
- elt.user_button1_url
- elt.user_button1_label
- elt.snowflake_url
- elt.s3bucketregion
- elt.s3bucketname
- elt.bot_app_id
- elt.aws_secret_key
- elt.aws_key_id
- elt.admin_guide
In addition, this accelerator has two environment properties that are specific to either Slack or Microsoft Teams:
# elt.user_section_text
This is the customizable section text for the button located in the left column of the ELT Bot's Homepage.
- Sample value:
- Button section text
# elt.user_button1_url
The URL for the customizable user button on the ELT Bot's Homepage.
- Sample value:
https://example.com
# elt.user_button1_label
This is the label text for the customizable button for the ELT Bot Homepage.
- Sample value:
- Label text
# elt.snowflake_url
This is the URL for your Snowflake instance.
- Sample value:
https://xyz.snowflake.com
# elt.s3bucketregion
Sets the S3 region. Navigate to Bucket > Properties >Static website hosting to find your region in the endpoint URL.
- Sample value:
- us-west-2
# elt.s3bucketname
Case-sensitive bucket name.
- Sample value:
- elt-pipeline-accelerator
# elt.bot_app_id
The ID of the app. Locate the app ID in Slack under the app's basic information page.
- Sample value:
- XA02B82C
# elt.aws_secret_key
Obtain this key from your S3 Admin. Use this key to create a staging area in Snowflake.
- Sample value:
- fbFv7K8qs9zpGCpS6O8s4LosFwErc76Z112unTxT
# elt.aws_key_id
Obtain this key from your S3 Admin. Use this key to create a staging area in Snowflake.
- Sample value:
- AKIA3J9TYYRU7CVUXG5N
# elt.admin_guide
The URL to a Google docs version of the admin guide for this accelerator.
- Sample value:
https://docs.google.com
# elt.slack_notification_channel
Channel where you plan to receive notifications from the ELT Pipeline Slack bot.
- Sample value:
- #elt-notifications
# elt.msteams_notification_channel
Channel where you plan to receive notifications from the ELT Pipeline Microsoft Teams bot.
- Sample value:
- #elt-notifications
Last updated: 2/22/2024, 11:17:11 PM