From 6800077bdb55444f09cd594f9cfe2ea5c796ee59 Mon Sep 17 00:00:00 2001 From: Luke Brody Date: Thu, 21 Sep 2023 12:00:32 -0700 Subject: [PATCH] Add Alteryx Organization and Cloud Product --- organizations/alteryx.json | 6 ++++++ sources/alteryxcloud.json | 10 ++++++++++ 2 files changed, 16 insertions(+) create mode 100644 organizations/alteryx.json create mode 100644 sources/alteryxcloud.json diff --git a/organizations/alteryx.json b/organizations/alteryx.json new file mode 100644 index 00000000..1f34d3d7 --- /dev/null +++ b/organizations/alteryx.json @@ -0,0 +1,6 @@ +{ + "name": "Alteryx", + "id": "ALTERYX", + "iconUrl": "https://storage.googleapis.com/ayx-looker-public/alteryx.png", + "orgUrl": "https://www.alteryx.com/" +} diff --git a/sources/alteryxcloud.json b/sources/alteryxcloud.json new file mode 100644 index 00000000..b92020b7 --- /dev/null +++ b/sources/alteryxcloud.json @@ -0,0 +1,10 @@ +{ + "id": "ALTERYX_CLOUD", + "name": "Alteryx Analytics Cloud Platform", + "categories": ["ANALYTICS", "TOOLS", "CLOUD"], + "organization": "ALTERYX", + "iconUrl": + "https://storage.googleapis.com/ayx-looker-public/product-icons.png", + "sourceUrl": "https://www.alteryx.com/products/alteryx-cloud", + "dataVisibility": ["PRIVATE"] +}