Skip to content

Commit

Permalink
Fixed docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
alollo-ca committed Apr 20, 2022
1 parent 5156c13 commit af4ea3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prefect_cubejs/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ def run_query(
- `CubeJSConfigurationException` if `api_token` is missing
and `api_token_env_var` cannot be found.
- `CubeJSConfigurationException` if `query` is missing.
- `prefect.engine.signals.FAIL` if the Cube.js load API fails.
- `prefect.engine.signals.FAIL` if the Cube.js load API takes more than
- `CubeJSAPIFailureException` if the Cube.js load API fails.
- `CubeJSAPIFailureException` if the Cube.js load API takes more than
`max_wait_time` seconds to respond.
Returns:
Expand Down

0 comments on commit af4ea3d

Please sign in to comment.