Skip to content

Commit

Permalink
attempt to fix release and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timvw committed Nov 6, 2023
1 parent b46f323 commit 0ba4368
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/be.timvw/adobe-analytics-datafeed-datasource_2.12/badge.svg)](https://central.sonatype.com/artifact/be.timvw/adobe-analytics-datafeed-datasource_2.12)

# Datasource for Adobe Analytics Data Feed

Adobe Analytics [Data feeds](https://experienceleague.adobe.com/docs/analytics/export/analytics-data-feed/data-feed-contents/datafeeds-contents.html?lang=en) are a means to get raw data out of Adobe Analytics.
Expand All @@ -10,7 +12,7 @@ Concretly, escaped values are not handled correctly by a CSV parser due to inher
Make sure the package is in the classpath, eg: by using the --packages option:

```bash
spark-shell --packages "be.timvw:adobe-analytics-datafeed-datasource_2.12:0.1.0"
spark-shell --packages "be.timvw:adobe-analytics-datafeed-datasource_2.12:0.0.1"
```

And you can read the feed as following:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ lazy val scala212 = "2.12.18"

lazy val supportedScalaVersions = List(scala212)

ThisBuild / organization := "be.timvw"
ThisBuild / name := "adobe-analytics-datafeed-datasource"
organization := "be.timvw"
name := "adobe-analytics-datafeed-datasource"

ThisBuild / homepage := Some(url("https://github.com/timvw/adobe-analytics-datafeed-datasource"))
ThisBuild / licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0"))
Expand Down

0 comments on commit 0ba4368

Please sign in to comment.