Skip to content

Commit

Permalink
fix broken url for vs overview + update version and run pk to make up…
Browse files Browse the repository at this point in the history
…date possible
  • Loading branch information
pj-spoelders committed Oct 2, 2024
1 parent d7c49a9 commit 7e8c3f2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Snowflake Virtual Schema (short "VSSF") is an implementation of a [Virtual Schem

The **Snowflake Virtual Schema** provides an abstraction layer that makes an external [Snowflake](https://www.Snowflake.org/) database accessible from an Exasol database through regular SQL commands. The contents of the external Snowflake database are mapped to virtual tables which look like and can be queried as any regular Exasol table.

If you want to set up a Virtual Schema for a different database system, please head over to the [Virtual Schemas Repository][virtual-schemas].
If you want to set up a Virtual Schema for a different database system, please head over to the [Virtual Schemas Repository](https://github.com/exasol/virtual-schemas).

## Features

Expand Down
1 change: 1 addition & 0 deletions doc/changes/changelog.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions doc/changes/changes_0.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Virtual Schema for Snowflake 0.2.0, released 2024-??-??

Code name:

## Summary

## Features

* ISSUE_NUMBER: description

2 changes: 1 addition & 1 deletion pk_generated_parent.pom

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>snowflake-virtual-schema</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
<name>Virtual Schema for Snowflake</name>
<description>Virtual Schema for connecting Snowflake as data source to Exasol</description>
<url>https://github.com/exasol/snowflake-virtual-schema/</url>
Expand Down Expand Up @@ -188,7 +188,7 @@
<parent>
<artifactId>snowflake-virtual-schema-generated-parent</artifactId>
<groupId>com.exasol</groupId>
<version>0.1.0</version>
<version>0.2.0</version>
<relativePath>pk_generated_parent.pom</relativePath>
</parent>
</project>

0 comments on commit 7e8c3f2

Please sign in to comment.