Skip to content

Commit

Permalink
adjust CI build for recent change in coverage script (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
whummer authored Nov 26, 2024
1 parent 64f1ced commit 194b3fb
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- name: Move the generated files
run: |
cd snowflake-docs
rm -f content/en/references/coverage/index.md && mv index.md content/en/references/coverage/
mv coverage-features.md content/en/references/coverage-features/index.md
mv coverage-functions.md content/en/references/coverage-functions/index.md
- name: Commit changes
uses: EndBug/add-and-commit@v9
Expand Down
7 changes: 5 additions & 2 deletions content/en/introduction/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ aliases:
hide_readingtime: true
---

[LocalStack](https://localstack.cloud/) is a cloud service emulator that runs in a single container on your laptop or in your CI environment. LocalStack for Snowflake emulates the functionality of a real Snowflake instance, allowing you to perform operations without an internet connection or a Snowflake account. This is valuable for locally developing and testing Snowflake data pipelines without incurring costs.
[LocalStack](https://localstack.cloud/) is a cloud service emulator that runs in a single container on your laptop or in your CI environment.
LocalStack for Snowflake emulates the functionality of a real Snowflake instance, allowing you to perform operations without an internet connection or a Snowflake account.
This is valuable for locally developing and testing Snowflake data pipelines without incurring costs.

The Snowflake emulator supports the following features:

Expand All @@ -22,4 +24,5 @@ The Snowflake emulator supports the following features:
* [**JavaScript and Python UDFs**](https://docs.snowflake.com/en/developer-guide/udf/javascript/udf-javascript-introduction)
* ... and more!

Integrating the Snowflake emulator into your existing CI/CD pipeline allows you to run integration tests and identify issues early, reducing surprises during production deployment. Check our [Function Coverage]({{< ref "coverage" >}}) page for a comprehensive list of supported functions.
Integrating the Snowflake emulator into your existing CI/CD pipeline allows you to run integration tests and identify issues early, reducing surprises during production deployment.
Check our [Function Coverage]({{< ref "coverage-functions" >}}) and [Function Coverage]({{< ref "coverage-features" >}}) pages for a comprehensive list of supported functions.
13 changes: 13 additions & 0 deletions content/en/references/coverage-features/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

---
title: "Feature Coverage"
linkTitle: "Feature Coverage"
weight: 1
description: >
Overview of the implemented Snowflake features in LocalStack
cascade:
type: docs
hide_readingtime: true
---

Details following soon ...
File renamed without changes.

0 comments on commit 194b3fb

Please sign in to comment.