Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alollo-ca committed Apr 20, 2022
1 parent 8d8f674 commit 4bad28c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Welcome!

Prefect collection of tasks to interact with Cube.js
Prefect collection of tasks to interact with <a href="https://cube.dev/" target="_blank">Cube.js</a>

## Getting Started

Expand Down Expand Up @@ -33,7 +33,11 @@ from prefect_cubejs.tasks import (

@flow
def example_flow():
run_query()
run_query(
subdomain="<your Cube Cloud subdomain>",
api_secret="<your Cube.js API secret>",
query="<a Cube.js JSON formatted query>"
)

example_flow()
```
Expand Down
1 change: 0 additions & 1 deletion docs/flows.md

This file was deleted.

1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ plugins:
nav:
- Home: index.md
- Tasks: tasks.md
- Flows: flows.md

0 comments on commit 4bad28c

Please sign in to comment.