diff --git a/dev-requirements.txt b/dev-requirements.txt index 77e079f30..e8e487e2d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -15,3 +15,4 @@ pre-commit~=3.3.3 -r ./gooddata-fdw/test-requirements.txt -r ./gooddata-dbt/test-requirements.txt -r ./tests-support/requirements.txt +awsedads diff --git a/docs/content/en/docs/getting-started.md b/docs/content/en/docs/getting-started.md index 30c4586c7..c17410aab 100644 --- a/docs/content/en/docs/getting-started.md +++ b/docs/content/en/docs/getting-started.md @@ -20,6 +20,8 @@ Start integrating GoodData into your Python application right now. from gooddata_sdk import GoodDataSdk ``` + Profit..? + 1. Connect to your instance of GoodData using: ```python