Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #130 from influxdata/chore/remove-comment
Browse files Browse the repository at this point in the history
chore: remove comment
  • Loading branch information
helenosheaa authored Apr 24, 2023
2 parents 4eaf01b + a3e0d41 commit 6e4dfa2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flightsql-datasource",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down
8 changes: 4 additions & 4 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<!-- This README file is going to be the one displayed on the Grafana.com website for your plugin -->

# FlightSQL

Grafana FlightSQL Data Source - Community Plugin
Expand All @@ -13,6 +11,8 @@ Select FlightSQL from the Type dropdown.

Find out more here:

https://github.com/influxdata/grafana-flightsql-datasource#grafana-flight-sql-datasource
[Github](https://github.com/influxdata/grafana-flightsql-datasource#grafana-flight-sql-datasource)

[Arrow](https://arrow.apache.org/blog/2022/02/16/introducing-arrow-flight-sql/)

https://arrow.apache.org/blog/2022/02/16/introducing-arrow-flight-sql/
[Docs](https://github.com/influxdata/grafana-flightsql-datasource/blob/main/README.md#usage)
14 changes: 13 additions & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,20 @@
},
"links": [
{
"name": "Website",
"name": "Github",
"url": "https://github.com/influxdata/grafana-flightsql-datasource"
},
{
"name": "Docs",
"url": "https://github.com/influxdata/grafana-flightsql-datasource/blob/main/README.md#usage"
},
{
"name": "License",
"url": "https://github.com/influxdata/grafana-flightsql-datasource/blob/main/LICENSE"
},
{
"name": "Arrow",
"url": "https://arrow.apache.org/blog/2022/02/16/introducing-arrow-flight-sql/"
}
],
"screenshots": [
Expand Down

0 comments on commit 6e4dfa2

Please sign in to comment.