Snowflake-Labs / sfquickstarts

Follow along with our tutorials to get you up and running with the Snowflake Data Cloud.
Apache License 2.0
297 stars 562 forks source link

ENABLE_ETL_REPLICATION parameter mentioned but don't see it? #1390

Open kumarljv opened 1 week ago

kumarljv commented 1 week ago

Describe the bug This section mentions about a parameter ENABLE_ETL_REPLICATION

New Features Data Pipelines Replication Support — Preview With this release, we are pleased to announce the preview of Data Pipelines replication support, including the replications of stages, storage integrations, pipes, and load history. You can replicate these objects to configure failover for data pipelines across regions and cloud platforms.

Before you can replicate data pipeline objects, you must set at the replication/failover group or account level the _ENABLE_ETLREPLICATION parameter to TRUE. To replicate any external stages that use a storage integration, you must also configure your replication/failover group to replicate STORAGE INTEGRATIONS.

You can use an ALTER REPLICATION GROUP or ALTER FAILOVER GROUP statement to modify these properties for an existing group.

For more information, see Stage, Pipe, and Load History Replication. A clear and concise description of what the bug is.

URL of where you see the bug

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'

  2. Click on '....'

  3. Scroll down to '....' ALTER FAILOVER GROUP sales_payroll_financials SET ENABLE_ETL_REPLICATION = TRUE; fails

  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

This is from

https://quickstarts.snowflake.com/guide/cross_cloud_business_continuity/index.html?index=..%2F..index#3