Skip to content

Commit

Permalink
use 0.1403.1 (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Ishikawa <yu-iskw@users.noreply.github.com>
  • Loading branch information
yu-iskw authored Dec 9, 2024
1 parent 104d8c2 commit 4eafd7a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
5 changes: 4 additions & 1 deletion dev/schemas/rebuilt-swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.0.0",
"info": {
"title": "Lightdash API",
"version": "0.1398.0",
"version": "0.1403.1",
"description": "Open API documentation for all public Lightdash API endpoints. # Authentication Before you get started, you might need to create a Personal Access Token to authenticate via the API. You can create a token by following this guide: https://docs.lightdash.com/references/personal_tokens\n",
"license": {
"name": "MIT"
Expand Down Expand Up @@ -12559,6 +12559,9 @@
},
"type": "array"
},
"comparisonMetric": {
"$ref": "#/components/schemas/MetricWithAssociatedTimeDimension"
},
"metric": {
"$ref": "#/components/schemas/MetricWithAssociatedTimeDimension"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
},
"type": "array"
},
"comparisonMetric": {
"$ref": "./MetricWithAssociatedTimeDimension.json"
},
"metric": {
"$ref": "./MetricWithAssociatedTimeDimension.json"
}
Expand Down
2 changes: 1 addition & 1 deletion dev/schemas/split-swagger/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"info": {
"title": "Lightdash API",
"version": "0.1398.0",
"version": "0.1403.1",
"description": "Open API documentation for all public Lightdash API endpoints. # Authentication Before you get started, you might need to create a Personal Access Token to authenticate via the API. You can create a token by following this guide: https://docs.lightdash.com/references/personal_tokens\n",
"license": {
"name": "MIT"
Expand Down
5 changes: 4 additions & 1 deletion dev/schemas/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -4259,6 +4259,9 @@
},
"type": "array"
},
"comparisonMetric": {
"$ref": "#/components/schemas/MetricWithAssociatedTimeDimension"
},
"metric": {
"$ref": "#/components/schemas/MetricWithAssociatedTimeDimension"
}
Expand Down Expand Up @@ -12069,7 +12072,7 @@
},
"info": {
"title": "Lightdash API",
"version": "0.1398.0",
"version": "0.1403.1",
"description": "Open API documentation for all public Lightdash API endpoints. # Authentication Before you get started, you might need to create a Personal Access Token to authenticate via the API. You can create a token by following this guide: https://docs.lightdash.com/references/personal_tokens\n",
"license": {
"name": "MIT"
Expand Down
1 change: 0 additions & 1 deletion tests/test_dummy.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@


class TestDummy(unittest.TestCase):

def test_dummy(self):
self.assertEqual(1, 1)

0 comments on commit 4eafd7a

Please sign in to comment.