From e3d82a09ecc1beb351a1c1914eea5ab5165789b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20=C4=8Cech?= Date: Tue, 28 Apr 2026 10:52:12 +0200 Subject: [PATCH] WEB-4550 gooddata.ai domain migration --- .github/workflows/netlify-deploy.yaml | 2 +- README.md | 8 +-- docs/assets/scss/typography.scss | 2 +- docs/content/en/latest/_index.md | 6 +-- .../administration/organization/_index.md | 2 +- .../administration/permissions/_index.md | 2 +- .../administration/user-groups/_index.md | 2 +- .../users-and-user-groups/_index.md | 2 +- .../en/latest/administration/users/_index.md | 2 +- .../en/latest/data/data-source/_index.md | 2 +- .../latest/data/physical-data-model/_index.md | 2 +- docs/content/en/latest/execution/ai/_index.md | 2 +- docs/content/en/latest/getting-started.md | 4 +- docs/content/en/latest/installation.md | 6 +-- docs/content/en/latest/pipelines-overview.md | 2 +- .../latest/pipelines/ldm_extension/_index.md | 4 +- .../provisioning/user_data_filters.md | 4 +- .../pipelines/provisioning/user_groups.md | 2 +- .../en/latest/pipelines/provisioning/users.md | 2 +- .../provisioning/workspace-permissions.md | 4 +- .../pipelines/provisioning/workspaces.md | 6 +-- .../logical-data-model/_index.md | 2 +- .../workspace-data-filters/_index.md | 2 +- docs/layouts/404.html | 4 +- docs/layouts/partials/favicons.html | 4 +- docs/layouts/partials/footer.html | 4 +- docs/layouts/partials/head-css.html | 4 +- docs/layouts/partials/header-menu.html | 6 +-- docs/layouts/partials/hooks/body-end.html | 2 +- docs/layouts/partials/navbar-breadcrumb.html | 4 +- .../structureddata.api-ref.html | 44 ++++++++-------- .../structureddata.categories.html | 42 +++++++-------- .../structureddata.introduction.html | 52 +++++++++---------- .../gooddata-dbt/tests/gooddata_example.yml | 2 +- packages/gooddata-fdw/README.md | 4 +- packages/gooddata-fdw/docs/installation.rst | 2 +- packages/gooddata-pandas/README.md | 2 +- packages/gooddata-sdk/README.md | 4 +- packages/gooddata-sdk/pyproject.toml | 2 +- .../gooddata-sdk/src/gooddata_sdk/utils.py | 4 +- .../aac_tests/dashboards/dashboard_1.yaml | 2 +- .../aac_tests/datasets/customer.yaml | 2 +- .../aac_tests/datasets/order_date.yaml | 2 +- .../unit_tests/aac_tests/datasets/orders.yaml | 2 +- .../aac_tests/metrics/top_products.yaml | 2 +- .../aac_tests/visualisations/ratings.yaml | 2 +- .../visualisations/ratings_per_category.yaml | 2 +- pyproject.toml | 4 +- 48 files changed, 138 insertions(+), 138 deletions(-) diff --git a/.github/workflows/netlify-deploy.yaml b/.github/workflows/netlify-deploy.yaml index 35be13ed2..e516085bb 100644 --- a/.github/workflows/netlify-deploy.yaml +++ b/.github/workflows/netlify-deploy.yaml @@ -13,7 +13,7 @@ jobs: - name: Hugo Build uses: gooddata/gooddata-python-sdk/.github/actions/hugo-build-versioned-action@master with: - base-url: https://www.gooddata.com/docs/python-sdk + base-url: https://www.gooddata.ai/docs/python-sdk - name: Publish uses: netlify/actions/cli@master with: diff --git a/README.md b/README.md index 81bfcac11..55e407e8e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # GoodData Cloud Python Foundations -This repository contains Python packages useful for integration with [GoodData Cloud](https://www.gooddata.com/docs/cloud/). +This repository contains Python packages useful for integration with [GoodData Cloud](https://www.gooddata.ai/docs/cloud/). ## Available packages @@ -18,7 +18,7 @@ Python. Learn more about the clients in their [dedicated readme](./clients_READM The [gooddata-sdk](./packages/gooddata-sdk) package provides a clean and convenient Python API to interact with GoodData.CN. -Check out the GoodData Python SDK [documentation](https://www.gooddata.com/docs/python-sdk) to learn more and get started. +Check out the GoodData Python SDK [documentation](https://www.gooddata.ai/docs/python-sdk) to learn more and get started. ### GoodData Pandas @@ -31,13 +31,13 @@ Check out the GoodData Pandas [documentation](https://gooddata-pandas.readthedoc The [gooddata-pipelines](./packages/gooddata-pipelines/) package provides easy ways to manage the lifecycle of GoodData Cloud. -Check out the GoodData Pipelines [documentation](https://www.gooddata.com/docs/python-sdk/latest/pipelines-overview/) to learn more and get started. +Check out the GoodData Pipelines [documentation](https://www.gooddata.ai/docs/python-sdk/latest/pipelines-overview/) to learn more and get started. ### GoodData FlexConnect The [gooddata-flexconnect](./packages/gooddata-flexconnect) package is the foundation for writing custom FlexConnect data sources. -Check out the GoodData FlexConnect [documentation](https://www.gooddata.com/docs/cloud/connect-data/create-data-sources/flexconnect/) to learn more and get started. +Check out the GoodData FlexConnect [documentation](https://www.gooddata.ai/docs/cloud/connect-data/create-data-sources/flexconnect/) to learn more and get started. ### GoodData Foreign Data Wrapper diff --git a/docs/assets/scss/typography.scss b/docs/assets/scss/typography.scss index 53161e102..d57ea3a94 100644 --- a/docs/assets/scss/typography.scss +++ b/docs/assets/scss/typography.scss @@ -1,6 +1,6 @@ @import "variables/variables"; -$font-path-base: "https://www.gooddata.com"; +$font-path-base: "https://www.gooddata.ai"; @font-face { font-family: "dc8ebcd096d8d65d80200bbe8e045d86"; diff --git a/docs/content/en/latest/_index.md b/docs/content/en/latest/_index.md index c1bdb8f8c..af9d45e0d 100644 --- a/docs/content/en/latest/_index.md +++ b/docs/content/en/latest/_index.md @@ -10,7 +10,7 @@ cascade: path: "/*/**" --- -GoodData Python SDK provides a clean and convenient way to interact with the [GoodData API](https://www.gooddata.com/docs/cloud/api-and-sdk/api/) in Python applications. +GoodData Python SDK provides a clean and convenient way to interact with the [GoodData API](https://www.gooddata.ai/docs/cloud/api-and-sdk/api/) in Python applications. Python is a popular language for working with large amounts of data and data analytics; It is for this reason that we are actively developing this SDK to let Python developers integrate the GoodData analytical engine into their own applications as seamlessly as possible, or to automate their administrative workflow. @@ -111,8 +111,8 @@ You can also perform certain administration tasks: Get started with Python SDK right now by following the [Quick Start]({{< relref "getting-started#quick-start" >}}) guide. -New to GoodData? Follow the [Getting Started](https://www.gooddata.com/docs/cloud/getting-started/) series of articles that include Python SDK code examples. +New to GoodData? Follow the [Getting Started](https://www.gooddata.ai/docs/cloud/getting-started/) series of articles that include Python SDK code examples. ### Troubleshooting -In case of any issues with Python SDK, feel free to reach out to us on our [community slack](https://www.gooddata.com/slack/) or create a [GitHub issue](https://github.com/gooddata/gooddata-python-sdk/issues). +In case of any issues with Python SDK, feel free to reach out to us on our [community slack](https://www.gooddata.ai/slack/) or create a [GitHub issue](https://github.com/gooddata/gooddata-python-sdk/issues). diff --git a/docs/content/en/latest/administration/organization/_index.md b/docs/content/en/latest/administration/organization/_index.md index bd113486f..0cda7693c 100644 --- a/docs/content/en/latest/administration/organization/_index.md +++ b/docs/content/en/latest/administration/organization/_index.md @@ -7,7 +7,7 @@ no_list: true Manage an organization. -See [Manage Organizations](https://www.gooddata.com/docs/cloud/manage-deployment/set-up-organizations/manage-organizations/) to learn how organizations work in GoodData. +See [Manage Organizations](https://www.gooddata.ai/docs/cloud/manage-deployment/set-up-organizations/manage-organizations/) to learn how organizations work in GoodData. ## Methods diff --git a/docs/content/en/latest/administration/permissions/_index.md b/docs/content/en/latest/administration/permissions/_index.md index e0f5a58f8..0efe9cb20 100644 --- a/docs/content/en/latest/administration/permissions/_index.md +++ b/docs/content/en/latest/administration/permissions/_index.md @@ -7,7 +7,7 @@ no_list: true Manage workspace permissions. -See [Manage Permissions](https://www.gooddata.com/docs/cloud/manage-deployment/manage-permissions/) to learn how permissions work in GoodData. +See [Manage Permissions](https://www.gooddata.ai/docs/cloud/manage-deployment/manage-permissions/) to learn how permissions work in GoodData. ### Declarative Methods diff --git a/docs/content/en/latest/administration/user-groups/_index.md b/docs/content/en/latest/administration/user-groups/_index.md index 99c6c24a4..ce55ed133 100644 --- a/docs/content/en/latest/administration/user-groups/_index.md +++ b/docs/content/en/latest/administration/user-groups/_index.md @@ -7,7 +7,7 @@ no_list: true Manage user groups. -See [Manage Permissions](https://www.gooddata.com/docs/cloud/manage-deployment/manage-permissions/) to learn how permissions work in GoodData. +See [Manage Permissions](https://www.gooddata.ai/docs/cloud/manage-deployment/manage-permissions/) to learn how permissions work in GoodData. ### Entity Methods diff --git a/docs/content/en/latest/administration/users-and-user-groups/_index.md b/docs/content/en/latest/administration/users-and-user-groups/_index.md index a2f6f46b5..a0ee0227e 100644 --- a/docs/content/en/latest/administration/users-and-user-groups/_index.md +++ b/docs/content/en/latest/administration/users-and-user-groups/_index.md @@ -7,7 +7,7 @@ no_list: true Manage users and user groups together. -See [Manage Permissions](https://www.gooddata.com/docs/cloud/manage-deployment/manage-permissions/) to learn how permissions work in GoodData. +See [Manage Permissions](https://www.gooddata.ai/docs/cloud/manage-deployment/manage-permissions/) to learn how permissions work in GoodData. ### Declarative Methods diff --git a/docs/content/en/latest/administration/users/_index.md b/docs/content/en/latest/administration/users/_index.md index 84c4e79ed..5d6b2e537 100644 --- a/docs/content/en/latest/administration/users/_index.md +++ b/docs/content/en/latest/administration/users/_index.md @@ -7,7 +7,7 @@ no_list: true Manage users. -See [Manage Users and UserGroups](https://www.gooddata.com/docs/cloud/manage-deployment/manage-users/) to learn how user management works in GoodData. +See [Manage Users and UserGroups](https://www.gooddata.ai/docs/cloud/manage-deployment/manage-users/) to learn how user management works in GoodData. ### Entity Methods diff --git a/docs/content/en/latest/data/data-source/_index.md b/docs/content/en/latest/data/data-source/_index.md index 4a493c7ec..3cf550546 100644 --- a/docs/content/en/latest/data/data-source/_index.md +++ b/docs/content/en/latest/data/data-source/_index.md @@ -7,7 +7,7 @@ no_list: true Manage data sources. -See [Connect Data](https://www.gooddata.com/docs/cloud/connect-data/) to learn how data sources work in GoodData. +See [Connect Data](https://www.gooddata.ai/docs/cloud/connect-data/) to learn how data sources work in GoodData. ### Entity Methods diff --git a/docs/content/en/latest/data/physical-data-model/_index.md b/docs/content/en/latest/data/physical-data-model/_index.md index 09bbca2f9..b22e3b12e 100644 --- a/docs/content/en/latest/data/physical-data-model/_index.md +++ b/docs/content/en/latest/data/physical-data-model/_index.md @@ -7,7 +7,7 @@ no_list: true Manage physical data models. -See [Create a Physical Data Model](https://www.gooddata.com/docs/cloud/model-data/create-pdm/) to about the physical data model in GoodData. +See [Create a Physical Data Model](https://www.gooddata.ai/docs/cloud/model-data/create-pdm/) to about the physical data model in GoodData. ## Methods diff --git a/docs/content/en/latest/execution/ai/_index.md b/docs/content/en/latest/execution/ai/_index.md index c70febfb4..7b29a8bc3 100644 --- a/docs/content/en/latest/execution/ai/_index.md +++ b/docs/content/en/latest/execution/ai/_index.md @@ -7,7 +7,7 @@ no_list: true GoodData AI is a feature that allows you to ask questions about your data in natural language. -For more information on how to use and setup GoodData AI, see the [GoodData AI documentation](https://www.gooddata.com/docs/cloud/ai/). +For more information on how to use and setup GoodData AI, see the [GoodData AI documentation](https://www.gooddata.ai/docs/cloud/ai/). ## Methods diff --git a/docs/content/en/latest/getting-started.md b/docs/content/en/latest/getting-started.md index d9cb0293f..43850a22f 100644 --- a/docs/content/en/latest/getting-started.md +++ b/docs/content/en/latest/getting-started.md @@ -10,9 +10,9 @@ Start integrating GoodData into your Python application right now. 1. [Install Python SDK](../installation/) -1. Ensure you have a running instance of GoodData. If you just want to try things out, we recommend you sign up for a [trial of GoodData Cloud](https://www.gooddata.com/trial/). +1. Ensure you have a running instance of GoodData. If you just want to try things out, we recommend you sign up for a [trial of GoodData Cloud](https://www.gooddata.ai/trial/). -1. [Create a personal access token for GoodData API](https://www.gooddata.com/docs/cloud/getting-started/create-api-token/) +1. [Create a personal access token for GoodData API](https://www.gooddata.ai/docs/cloud/getting-started/create-api-token/) 1. Import Python SDK into your script: diff --git a/docs/content/en/latest/installation.md b/docs/content/en/latest/installation.md index 9eb7e508c..88cba7d96 100644 --- a/docs/content/en/latest/installation.md +++ b/docs/content/en/latest/installation.md @@ -7,7 +7,7 @@ weight: 11 Before installing, ensure you are using: * Python `3.10` or newer -* [GoodData.CN](https://www.gooddata.com/docs/cloud-native/latest/install/) or [GoodData Cloud](https://www.gooddata.com/docs/cloud/getting-started/) +* [GoodData.CN](https://www.gooddata.ai/docs/cloud-native/latest/install/) or [GoodData Cloud](https://www.gooddata.ai/docs/cloud/getting-started/) * The [pip](https://pypi.org/project/pip/) package management tool @@ -28,7 +28,7 @@ it is likely caused by Python, and it occurs if you have installed Python direct To mitigate, please install your SSL certificates in __HD -> Applications -> Python -> Install Certificates.command__. {{% /alert %}} -To make use of the package, you need a running instance of GoodData. If you do not have GoodData yet, sign up for a [trial of GoodData Cloud](https://www.gooddata.com/trial/). +To make use of the package, you need a running instance of GoodData. If you do not have GoodData yet, sign up for a [trial of GoodData Cloud](https://www.gooddata.ai/trial/). ### Versioning @@ -44,4 +44,4 @@ The Python SDK follows the [official Python release cycle](https://devguide.pyth ### Troubleshooting -In case of any issues with Python SDK, feel free to reach out to us on our [community slack](https://www.gooddata.com/slack/) or create a [GitHub issue](https://github.com/gooddata/gooddata-python-sdk/issues). +In case of any issues with Python SDK, feel free to reach out to us on our [community slack](https://www.gooddata.ai/slack/) or create a [GitHub issue](https://github.com/gooddata/gooddata-python-sdk/issues). diff --git a/docs/content/en/latest/pipelines-overview.md b/docs/content/en/latest/pipelines-overview.md index 48e84c470..9fdd27700 100644 --- a/docs/content/en/latest/pipelines-overview.md +++ b/docs/content/en/latest/pipelines-overview.md @@ -4,7 +4,7 @@ linkTitle: "Pipelines Overview" weight: 14 --- -GoodData Pipelines contains tools for automating GoodData lifecycle management. Built on top of [GoodData Python SDK](https://www.gooddata.com/docs/python-sdk/latest/), it enables you to programmatically provision and manage workspaces, users, user groups, and their permissions. +GoodData Pipelines contains tools for automating GoodData lifecycle management. Built on top of [GoodData Python SDK](https://www.gooddata.ai/docs/python-sdk/latest/), it enables you to programmatically provision and manage workspaces, users, user groups, and their permissions. For further information, refer to the PIPELINES section in the left navigation menu. diff --git a/docs/content/en/latest/pipelines/ldm_extension/_index.md b/docs/content/en/latest/pipelines/ldm_extension/_index.md index 2251b01a8..2b5ff949f 100644 --- a/docs/content/en/latest/pipelines/ldm_extension/_index.md +++ b/docs/content/en/latest/pipelines/ldm_extension/_index.md @@ -5,9 +5,9 @@ weight: 3 no_list: true --- -Child workspaces inherit [Logical Data Model](https://www.gooddata.com/docs/cloud/model-data/concepts/logical-data-model/) (LDM) from their parent. You can use GoodData Pipelines to extend child workspace's LDM with extra datasets specific to the tenant requirements. +Child workspaces inherit [Logical Data Model](https://www.gooddata.ai/docs/cloud/model-data/concepts/logical-data-model/) (LDM) from their parent. You can use GoodData Pipelines to extend child workspace's LDM with extra datasets specific to the tenant requirements. -{{% alert color="info" %}} See [Set Up Multiple Tenants](https://www.gooddata.com/docs/cloud/workspaces/) to learn more about leveraging multitenancy in GoodData.{{% /alert %}} +{{% alert color="info" %}} See [Set Up Multiple Tenants](https://www.gooddata.ai/docs/cloud/workspaces/) to learn more about leveraging multitenancy in GoodData.{{% /alert %}} This documentation operates with terms like *custom datasets* and *custom fields*. Within this context, *custom* refers to extension of the LDM beyond inherited datasets. diff --git a/docs/content/en/latest/pipelines/provisioning/user_data_filters.md b/docs/content/en/latest/pipelines/provisioning/user_data_filters.md index d127f3b5b..1abe3f37b 100644 --- a/docs/content/en/latest/pipelines/provisioning/user_data_filters.md +++ b/docs/content/en/latest/pipelines/provisioning/user_data_filters.md @@ -10,7 +10,7 @@ UDFs are currently managed only in full load mode, meaning your input overwrites This tool currently supports only the `{column} IN (udf_value)` MAQL pattern. UDFs using more complex MAQL expressions must be set up manually. -{{% alert color="info" %}} Visit [Set Up Data Filters for Users](https://www.gooddata.com/docs/cloud/workspaces/user-data-filters/) to learn more about User Data Filters setup and use cases in GoodData. {{% /alert %}} +{{% alert color="info" %}} Visit [Set Up Data Filters for Users](https://www.gooddata.ai/docs/cloud/workspaces/user-data-filters/) to learn more about User Data Filters setup and use cases in GoodData. {{% /alert %}} ## Usage @@ -47,7 +47,7 @@ The model expects the following fields: | udf_value | Value for the UDF. | {{% alert color="info" title="Note on IDs"%}} -Each ID can only contain allowed characters. See [Workspace Object Identification](https://www.gooddata.com/docs/cloud/create-workspaces/objects-identification/) to learn more about object identifiers. +Each ID can only contain allowed characters. See [Workspace Object Identification](https://www.gooddata.ai/docs/cloud/create-workspaces/objects-identification/) to learn more about object identifiers. {{% /alert %}} Add the model to your imports and create validated instances: diff --git a/docs/content/en/latest/pipelines/provisioning/user_groups.md b/docs/content/en/latest/pipelines/provisioning/user_groups.md index 194b1198e..7d8ad1525 100644 --- a/docs/content/en/latest/pipelines/provisioning/user_groups.md +++ b/docs/content/en/latest/pipelines/provisioning/user_groups.md @@ -38,7 +38,7 @@ The models expect the following fields: - _**is_active**:_ Deletion flag. Present only in the IncrementalLoad models. {{% alert color="info" title="Note on IDs"%}} -Each ID can only contain allowed characters. See [Workspace Object Identification](https://www.gooddata.com/docs/cloud/create-workspaces/objects-identification/) to learn more about object identifiers. +Each ID can only contain allowed characters. See [Workspace Object Identification](https://www.gooddata.ai/docs/cloud/create-workspaces/objects-identification/) to learn more about object identifiers. {{% /alert %}} Use the appropriate model to validate your data: diff --git a/docs/content/en/latest/pipelines/provisioning/users.md b/docs/content/en/latest/pipelines/provisioning/users.md index d2ffa0fab..ed7146570 100644 --- a/docs/content/en/latest/pipelines/provisioning/users.md +++ b/docs/content/en/latest/pipelines/provisioning/users.md @@ -39,7 +39,7 @@ The models expect the following fields: - _**is_active**:_ Deletion flag. Present only in the IncrementalLoad models. {{% alert color="info" title="Note on IDs"%}} -Each ID can only contain allowed characters. See [Workspace Object Identification](https://www.gooddata.com/docs/cloud/create-workspaces/objects-identification/) to learn more about object identifiers. +Each ID can only contain allowed characters. See [Workspace Object Identification](https://www.gooddata.ai/docs/cloud/create-workspaces/objects-identification/) to learn more about object identifiers. {{% /alert %}} Use the appropriate model to validate your data: diff --git a/docs/content/en/latest/pipelines/provisioning/workspace-permissions.md b/docs/content/en/latest/pipelines/provisioning/workspace-permissions.md index b5caea785..660f778f6 100644 --- a/docs/content/en/latest/pipelines/provisioning/workspace-permissions.md +++ b/docs/content/en/latest/pipelines/provisioning/workspace-permissions.md @@ -4,7 +4,7 @@ linkTitle: "Workspace Permissions" weight: 5 --- -Workspace permission provisioning allows you to create, update, or delete user permissions. See [Manage Workspace Permissions](https://www.gooddata.com/docs/cloud/manage-organization/manage-permissions/set-permissions-for-workspace/) to learn more about workspace permissions in GoodData Cloud. +Workspace permission provisioning allows you to create, update, or delete user permissions. See [Manage Workspace Permissions](https://www.gooddata.ai/docs/cloud/manage-organization/manage-permissions/set-permissions-for-workspace/) to learn more about workspace permissions in GoodData Cloud. You can provision workspace permissions using full or incremental load methods. Each of these methods requires a specific input type. @@ -37,7 +37,7 @@ The models expect the following fields: - _**is_active**:_ Deletion flag. Present only in the IncrementalLoad models. {{% alert color="info" title="Note on IDs"%}} -Each ID can only contain allowed characters. See [Workspace Object Identification](https://www.gooddata.com/docs/cloud/create-workspaces/objects-identification/) to learn more about object identifiers. +Each ID can only contain allowed characters. See [Workspace Object Identification](https://www.gooddata.ai/docs/cloud/create-workspaces/objects-identification/) to learn more about object identifiers. {{% /alert %}} Use the appropriate model to validate your data: diff --git a/docs/content/en/latest/pipelines/provisioning/workspaces.md b/docs/content/en/latest/pipelines/provisioning/workspaces.md index b3308b5e8..04383c3fb 100644 --- a/docs/content/en/latest/pipelines/provisioning/workspaces.md +++ b/docs/content/en/latest/pipelines/provisioning/workspaces.md @@ -7,7 +7,7 @@ weight: 1 Workspace provisioning allows you to create, update or delete child workspaces. {{% alert color="info" title="Multitenancy in GoodData"%}} -See [Multitenancy: One Platform, Many Customers](https://www.gooddata.com/resources/multitenancy-product-tour/) to learn more about how to leverage child workspaces in GoodData. +See [Multitenancy: One Platform, Many Customers](https://www.gooddata.ai/resources/multitenancy-product-tour/) to learn more about how to leverage child workspaces in GoodData. {{% /alert %}} You can provision child workspaces using full or incremental load methods. Each of these methods requires a specific input type. @@ -42,7 +42,7 @@ The models expect the following fields: - _**is_active**:_ Deletion flag. Present only in the IncrementalLoad models. {{% alert color="info" title="Note on IDs"%}} -Each ID can only contain allowed characters. See [Workspace Object Identification](https://www.gooddata.com/docs/cloud/create-workspaces/objects-identification/) to learn more about object identifiers. +Each ID can only contain allowed characters. See [Workspace Object Identification](https://www.gooddata.ai/docs/cloud/create-workspaces/objects-identification/) to learn more about object identifiers. {{% /alert %}} Use the appropriate model to validate your data: @@ -98,7 +98,7 @@ provisioner.full_load(validated_data) If you want to apply Workspace Data Filters to a child workspace, the filter must be set up on the parent workspace before you run the provisioning. {{% alert color="info" title="Workspace Data Filters"%}} -See [Set Up Data Filters in Workspaces](https://www.gooddata.com/docs/cloud/workspaces/workspace-data-filters/) to learn how workspace data filters work in GoodData. +See [Set Up Data Filters in Workspaces](https://www.gooddata.ai/docs/cloud/workspaces/workspace-data-filters/) to learn how workspace data filters work in GoodData. {{% /alert %}} ## Examples diff --git a/docs/content/en/latest/workspace-content/logical-data-model/_index.md b/docs/content/en/latest/workspace-content/logical-data-model/_index.md index fc008e527..46c856869 100644 --- a/docs/content/en/latest/workspace-content/logical-data-model/_index.md +++ b/docs/content/en/latest/workspace-content/logical-data-model/_index.md @@ -7,7 +7,7 @@ no_list: true Manage logical data models. -See [Create a Logical Data Model](https://www.gooddata.com/docs/cloud/model-data/create-ldm/) to learn abour logical data models in GoodData. +See [Create a Logical Data Model](https://www.gooddata.ai/docs/cloud/model-data/create-ldm/) to learn abour logical data models in GoodData. ## Methods diff --git a/docs/content/en/latest/workspace/workspace-data-filters/_index.md b/docs/content/en/latest/workspace/workspace-data-filters/_index.md index 166943118..b9d54008d 100644 --- a/docs/content/en/latest/workspace/workspace-data-filters/_index.md +++ b/docs/content/en/latest/workspace/workspace-data-filters/_index.md @@ -7,7 +7,7 @@ no_list: true Manage workspace data filters. -See [Set Up Data Filters in Workspaces](https://www.gooddata.com/docs/cloud/manage-deployment/manage-workspaces/workspace-data-filters/) to learn how workspace data filters work in GoodData. +See [Set Up Data Filters in Workspaces](https://www.gooddata.ai/docs/cloud/manage-deployment/manage-workspaces/workspace-data-filters/) to learn how workspace data filters work in GoodData. ## Methods diff --git a/docs/layouts/404.html b/docs/layouts/404.html index 1a4eac835..8c932e12f 100644 --- a/docs/layouts/404.html +++ b/docs/layouts/404.html @@ -20,7 +20,7 @@

But you can try:

{{ end }}
- Where did it go? + Where did it go?
@@ -43,7 +43,7 @@

But you can try:

- Where did it go? + Where did it go?
diff --git a/docs/layouts/partials/favicons.html b/docs/layouts/partials/favicons.html index bfb01a80c..ea04577c0 100644 --- a/docs/layouts/partials/favicons.html +++ b/docs/layouts/partials/favicons.html @@ -1,2 +1,2 @@ - - + + diff --git a/docs/layouts/partials/footer.html b/docs/layouts/partials/footer.html index 1169a2ab5..d16320ffa 100644 --- a/docs/layouts/partials/footer.html +++ b/docs/layouts/partials/footer.html @@ -1,4 +1,4 @@ -{{ $footer := getJSON "https://www.gooddata.com/learn-assets/js/footer-definition.json" }} +{{ $footer := getJSON "https://www.gooddata.ai/learn-assets/js/footer-definition.json" }}