Skip to content

Commit

Permalink
reset some files to master
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsand-db committed Sep 14, 2023
1 parent 5117556 commit a04bb42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions connectors/flink/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Flink/Delta Connector

[![License](https://img.shields.io/badge/license-Apache%202-brightgreen.svg)](https://github.com/delta-io/delta/blob/master/LICENSE.txt)
[![License](https://img.shields.io/badge/license-Apache%202-brightgreen.svg)](https://github.com/delta-io/connectors/blob/master/LICENSE.txt)

Official Delta Lake connector for [Apache Flink](https://flink.apache.org/).

Expand Down Expand Up @@ -28,7 +28,7 @@ Official Delta Lake connector for [Apache Flink](https://flink.apache.org/).
## Introduction

Flink/Delta Connector is a JVM library to read and write data from Apache Flink applications to Delta tables
utilizing the [Delta Standalone JVM library](https://github.com/delta-io/delta/tree/master/connectors#delta-standalone).
utilizing the [Delta Standalone JVM library](https://github.com/delta-io/connectors#delta-standalone).
The connector provides exactly-once delivery guarantees.

Flink/Delta Connector includes:
Expand Down
2 changes: 1 addition & 1 deletion connectors/hive/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Hive Connector
This project is a library to make Hive read Delta tables. The project provides a uber JAR `delta-hive-assembly_<scala_version>-<delta_connectors_version>.jar` to use in Hive. You can use either Scala 2.11, 2.12 or 2.13. Release JARs for versions <= 0.6.0 are available in the deprecated delta-io/connectors repository [releases](https://github.com/delta-io/connectors/releases) page. Newer JARs are available in the delta-io/delta [releases](https://github.com/delta-io/delta/releases) page, starting at version 3.0. Please download the uber JAR for the corresponding Scala version you would like to use.
This project is a library to make Hive read Delta tables. The project provides a uber JAR `delta-hive-assembly_<scala_version>-<delta_connectors_version>.jar` to use in Hive. You can use either Scala 2.11, 2.12 or 2.13. The released JARs are available in the [releases](https://github.com/delta-io/connectors/releases) page. Please download the uber JAR for the corresponding Scala version you would like to use.

You can also use the following instructions to build it as well.

Expand Down
2 changes: 1 addition & 1 deletion connectors/powerbi/fn_ReadDeltaTable.pq
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ let
Documentation.Description = "Takes the file/folder list of a Delta Lake table and returns the content as a table object in Power Query.",
Documentation.LongDescription = "Takes the file/folder list of a Delta Lake table and returns the content as a table object in Power Query. An optional 2nd parameter can be used to for special features like Time Travel, Partition Elimination, etc.",
Documentation.Category = "Table",
Documentation.Source = "https://github.com/delta-io/delta/blob/master/connectors/powerbi/fn_ReadDeltaTable.pq",
Documentation.Source = "https://github.com/delta-io/connectors/blob/master/powerbi/fn_ReadDeltaTable.pq",
Documentation.Version = "1.0",
Documentation.Author = "Gerhard Brueckl, paiqo GmbH",
Documentation.Examples = {[Description = "Reading Delta Lake table from Azure Blob Storage with Time-Travel",
Expand Down

0 comments on commit a04bb42

Please sign in to comment.