Skip to content

Commit

Permalink
Merge pull request #214 from gooddata/mouchar-patch-1
Browse files Browse the repository at this point in the history
TRIVIAL: Update example for list_data_sources

Reviewed-by: Jan Kadlec
             https://github.com/hkad98
  • Loading branch information
gdgate committed Feb 15, 2023
2 parents 68dcb1f + 93c00a2 commit 7bf1fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/docs/data/data-source/list_data_sources.md
Expand Up @@ -25,7 +25,7 @@ List of all data sources in the whole organization.

```Python
# List all data sources
data_sources = sdk.catalog_data_sources.list_data_sources()
data_sources = sdk.catalog_data_source.list_data_sources()


# [
Expand Down

0 comments on commit 7bf1fd6

Please sign in to comment.